summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2018-05-01ext4: fix bitmap position validationLukas Czerner
2018-05-01ext4: add validity checks for bitmap block numbersTheodore Ts'o
2018-05-01ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o
2018-05-01ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers
2018-04-24ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o
2018-04-24ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o
2018-04-24ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o
2018-04-24ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o
2018-04-24ext4: always initialize the crc32c checksum driverTheodore Ts'o
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-04-24ext4: limit xattr size to INT_MAXEric Biggers
2018-04-24ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby
2018-04-24ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan
2018-04-24ext4: don't update checksum of new initialized bitmapsTheodore Ts'o
2018-04-24ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o
2018-04-24ext4: eliminate sleep from shutdown ioctlTheodore Ts'o
2018-04-24ext4: shutdown should not prevent get_write_accessTheodore Ts'o
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29ext4: convert to new i_version APIJeff Layton
2018-01-29fs: new API for handling inode->i_versionJeff Layton
2018-01-19ext4: auto disable dax instead of failing mountDan Williams
2018-01-15ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers
2018-01-11ext4: switch to fscrypt_get_symlink()Eric Biggers
2018-01-11ext4: switch to fscrypt ->symlink() helper functionsEric Biggers
2018-01-11ext4: create ext4_kset dynamicallyRiccardo Schirone
2018-01-11ext4: create ext4_feat kobject dynamicallyRiccardo Schirone
2018-01-11ext4: release kobject/kset even when init/register failRiccardo Schirone
2018-01-11ext4: fix incorrect indentation of if statementColin Ian King
2018-01-11ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao
2018-01-10ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou
2018-01-10ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar
2018-01-09ext4: no need flush workqueue before destroying itpiaojun
2018-01-07ext4: fixed alignment and minor code cleanup in ext4.hPetros Koutoupis
2018-01-07ext4: fix ENOSPC handling in DAX page fault handlerJan Kara
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o
2017-12-11ext4: fix crash when a directory's i_size is too smallChandan Rajendra
2017-12-10ext4: add missing error check in __ext4_new_inode()Theodore Ts'o
2017-12-03ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan
2017-12-03ext4: support fast symlinks from ext3 file systemsAndi Kleen