summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
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: force revalidation of directory pointer after seekdir(2)Theodore Ts'o1-3/+5
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: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby1-1/+1
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-08Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+6
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-83/+22
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+7
2018-02-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds25-165/+115
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2-3/+3
2018-02-01Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-3/+0
2018-01-30Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-17/+28
2018-01-29ext4: convert to new i_version APIJeff Layton7-17/+26
2018-01-29fs: new API for handling inode->i_versionJeff Layton2-0/+2
2018-01-20ext4: auto disable dax instead of failing mountDan Williams1-3/+6
2018-01-15ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor1-5/+7
2018-01-12fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers1-3/+1
2018-01-12ext4: switch to fscrypt_get_symlink()Eric Biggers1-37/+6
2018-01-12ext4: switch to fscrypt ->symlink() helper functionsEric Biggers1-43/+15
2018-01-11ext4: create ext4_kset dynamicallyRiccardo Schirone1-14/+25
2018-01-11ext4: create ext4_feat kobject dynamicallyRiccardo Schirone1-11/+22
2018-01-11ext4: release kobject/kset even when init/register failRiccardo Schirone1-4/+11
2018-01-11ext4: fix incorrect indentation of if statementColin Ian King1-3/+3
2018-01-11ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao6-18/+18
2018-01-10ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2018-01-10ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar1-4/+12
2018-01-10ext4: no need flush workqueue before destroying itpiaojun1-1/+0
2018-01-08ext4: fixed alignment and minor code cleanup in ext4.hPetros Koutoupis1-11/+9