summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
2018-04-28Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+17
2018-04-26ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o-0/+1
2018-04-24ext4: fix bitmap position validationLukas Czerner-4/+5
2018-04-12ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers-5/+11
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+31
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-04-01ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o-3/+5
2018-03-30ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o-7/+30
2018-03-30ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o-11/+17
2018-03-30ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o-33/+27
2018-03-30ext4, dax: introduce ext4_dax_aopsDan Williams-11/+31
2018-03-30ext4: don't show data=<mode> option if defaultedTyson Nottingham-2/+5
2018-03-30ext4: omit init_itable=n in procfs when disabledTyson Nottingham-1/+1
2018-03-30ext4: show more binary mount options in procfsTyson Nottingham-3/+4
2018-03-30ext4: simplify kobject usageTyson Nottingham-33/+12
2018-03-30ext4: remove unused parameters in sysfs codeTyson Nottingham-15/+10
2018-03-30ext4: null out kobject* during sysfs cleanupTyson Nottingham-0/+2
2018-03-29ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o-0/+6
2018-03-29ext4: always initialize the crc32c checksum driverTheodore Ts'o-9/+6
2018-03-29ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o-0/+6
2018-03-29ext4: limit xattr size to INT_MAXEric Biggers-3/+6
2018-03-28fs: move I_DIRTY_INODE to fs.hChristoph Hellwig-2/+2
2018-03-26ext4: add validity checks for bitmap block numbersTheodore Ts'o-2/+21
2018-03-26ext4: fix comments in ext4_swap_extents()zhenwei.pi-2/+2
2018-03-26ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues-14/+1
2018-03-22ext4: don't complain about incorrect features when probingEric Sandeen-0/+12
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov-54/+10
2018-03-22ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby-1/+1
2018-03-22ext4: update i_disksize if direct write past ondisk sizeEryu Guan-3/+5
2018-03-22ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan-3/+2
2018-02-19ext4: don't update checksum of new initialized bitmapsTheodore Ts'o-46/+4
2018-02-18ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o-2/+2
2018-02-18ext4: eliminate sleep from shutdown ioctlTheodore Ts'o-3/+1
2018-02-18ext4: shutdown should not prevent get_write_accessTheodore Ts'o-7/+0
2018-02-18ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o-0/+5
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+6
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-83/+22
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+7
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-165/+115
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli-3/+3
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds-3/+0
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-17/+28
2018-01-29ext4: convert to new i_version APIJeff Layton-17/+26
2018-01-29fs: new API for handling inode->i_versionJeff Layton-0/+2
2018-01-19ext4: auto disable dax instead of failing mountDan Williams-3/+6
2018-01-15ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor-5/+7
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers-3/+1
2018-01-11ext4: switch to fscrypt_get_symlink()Eric Biggers-37/+6
2018-01-11ext4: switch to fscrypt ->symlink() helper functionsEric Biggers-43/+15