summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2018-08-03ext4: fix inline data updates with checksums enabledTheodore Ts'o2-17/+18
2018-07-11dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-2/+1
2018-07-11fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-1/+1
2018-07-11ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-07-11ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-57/+3
2018-07-11ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-07-11ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1
2018-07-11ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o1-2/+2
2018-07-11ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2-0/+7
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o4-6/+36
2018-07-11ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o1-7/+3
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-07-11ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3
2018-07-11ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o1-2/+8
2018-06-26ext4: fix fencepost error in check for inode count overflow during resizeJan Kara1-1/+1
2018-06-26ext4: correctly handle a zero-length xattr with a non-zero e_value_offsTheodore Ts'o1-1/+1
2018-06-26ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o1-3/+7
2018-06-26ext4: do not allow external inodes for inline dataTheodore Ts'o1-0/+6
2018-06-26ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner1-18/+18
2018-06-26ext4: fix hole length detection in ext4_ind_map_blocks()Jan Kara1-4/+10
2018-05-30ext4: don't complain about incorrect features when probingEric Sandeen1-0/+12
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-05-01ext4: fix bitmap position validationLukas Czerner1-4/+5
2018-05-01ext4: add validity checks for bitmap block numbersTheodore Ts'o2-2/+21
2018-05-01ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o1-0/+1
2018-05-01ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers1-5/+11
2018-04-24ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2-7/+30
2018-04-24ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o1-11/+17
2018-04-24ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o1-33/+27
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-04-24ext4: always initialize the crc32c checksum driverTheodore Ts'o1-9/+6
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2018-04-24ext4: limit xattr size to INT_MAXEric Biggers1-3/+6
2018-04-24ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan1-3/+2
2018-04-24ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2-46/+4
2018-04-24ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o1-2/+2
2018-04-24ext4: eliminate sleep from shutdown ioctlTheodore Ts'o1-3/+1
2018-04-24ext4: shutdown should not prevent get_write_accessTheodore Ts'o1-7/+0
2018-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2018-02-22ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar1-4/+12
2017-12-20ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2017-12-20ext4: add missing error check in __ext4_new_inode()Theodore Ts'o1-0/+2
2017-12-20ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan1-0/+1
2017-12-20ext4: support fast symlinks from ext3 file systemsAndi Kleen1-0/+9
2017-11-30ext4: prevent data corruption with journaling + DAXRoss Zwisler2-8/+13
2017-11-30ext4: prevent data corruption with inline data + DAXRoss Zwisler2-10/+5
2017-11-30ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman31-0/+31