summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-032-8/+5
* ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-08-032-0/+6
* ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-08-032-17/+18
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-031-3/+2
* dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-07-111-2/+1
* fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-07-111-1/+1
* ext4: check superblock mapped prior to committingJon Derrick2018-07-111-0/+8
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-07-111-11/+26
* ext4: add more inode number paranoia checksTheodore Ts'o2018-07-113-6/+7
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-07-113-57/+3
* ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o2018-07-111-0/+5
* ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o2018-07-111-0/+1
* ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o2018-07-111-2/+2
* ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2018-07-112-0/+7
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-07-114-6/+36
* ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o2018-07-111-7/+3
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-07-111-0/+25
* ext4: always verify the magic number in xattr blocksTheodore Ts'o2018-07-111-3/+3
* ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2018-07-111-2/+8
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-06-261-1/+1
* ext4: correctly handle a zero-length xattr with a non-zero e_value_offsTheodore Ts'o2018-06-261-1/+1
* ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o2018-06-261-3/+7
* ext4: do not allow external inodes for inline dataTheodore Ts'o2018-06-261-0/+6
* ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner2018-06-261-18/+18
* ext4: fix hole length detection in ext4_ind_map_blocks()Jan Kara2018-06-261-4/+10
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-4/+2
|\
| * do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* | Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-283-9/+17
|\ \ | |/ |/|
| * ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o2018-04-261-0/+1
| * ext4: fix bitmap position validationLukas Czerner2018-04-241-4/+5
| * ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-04-121-5/+11
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-11/+31
|\ \
| * | ext4, dax: introduce ext4_dax_aopsDan Williams2018-03-301-11/+31
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-2/+2
|\ \ \ | |_|/ |/| |
| * | fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2018-03-281-2/+2
| |/
* | ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o2018-04-011-3/+5
* | ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2018-03-302-7/+30
* | ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o2018-03-301-11/+17
* | ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o2018-03-301-33/+27
* | ext4: don't show data=<mode> option if defaultedTyson Nottingham2018-03-301-2/+5
* | ext4: omit init_itable=n in procfs when disabledTyson Nottingham2018-03-301-1/+1
* | ext4: show more binary mount options in procfsTyson Nottingham2018-03-301-3/+4
* | ext4: simplify kobject usageTyson Nottingham2018-03-301-33/+12
* | ext4: remove unused parameters in sysfs codeTyson Nottingham2018-03-301-15/+10
* | ext4: null out kobject* during sysfs cleanupTyson Nottingham2018-03-301-0/+2
* | ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-03-291-0/+6
* | ext4: always initialize the crc32c checksum driverTheodore Ts'o2018-03-291-9/+6
* | ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-03-291-0/+6
* | ext4: limit xattr size to INT_MAXEric Biggers2018-03-291-3/+6
* | ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-03-262-2/+21