summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2018-12-17ext4: don't mark mmp buffer head dirtyLi Dongyang1-1/+0
2018-12-17ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o1-1/+2
2018-12-17ext4: prevent online resize with backup superblockTheodore Ts'o1-12/+12
2018-12-17ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o1-0/+20
2018-12-17ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2-12/+12
2018-12-17ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o1-0/+6
2018-12-17ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline1-1/+3
2018-12-17ext4: check for NUL characters in extended attribute's nameTheodore Ts'o1-0/+2
2018-11-20ext4: check for allocation block validity with block group lockedTheodore Ts'o2-1/+7
2018-11-20ext4: fix inline data updates with checksums enabledTheodore Ts'o2-16/+18
2018-11-20ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-11-20ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava1-14/+16
2018-11-20ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-11-20ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o1-2/+2
2018-11-20ext4: fix fencepost error in check for inode count overflow during resizeJan Kara1-1/+1
2018-11-20ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o1-3/+7
2018-11-20ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2-4/+5
2018-11-20ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers1-1/+1
2018-11-20ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28
2018-11-20ext4: do not update s_last_mounted of a frozen fsAmir Goldstein1-5/+9
2018-11-20ext4: factor out helper ext4_sample_last_mounted()Amir Goldstein1-37/+49
2018-11-20ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner1-18/+18
2018-10-21do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-10-21ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o1-3/+5
2018-10-21ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2-6/+29
2018-10-21ext4: correctly detect when an xattr value has an invalid sizeEric Biggers1-6/+21
2018-10-21ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o1-13/+22
2018-10-21ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan1-3/+2
2018-10-21ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2-42/+4
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2018-09-26ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-56/+3
2018-09-26ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-09-26ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1
2018-09-26ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-09-26ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3
2018-09-26ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o1-8/+14
2018-09-26ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-09-26ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-09-26ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-09-26ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o1-7/+3
2018-09-26ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2-0/+7
2018-09-26ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-09-26ext4: only look at the bg_flags field if it is validTheodore Ts'o4-6/+36
2018-06-17ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2018-06-17ext4: fix bitmap position validationLukas Czerner1-4/+5
2018-06-17ext4: add validity checks for bitmap block numbersTheodore Ts'o2-2/+20
2018-06-17ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2018-03-03ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2018-03-03ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan1-0/+1
2018-02-13ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o1-2/+4