summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-12-15ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o
2019-11-30Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-11-19Merge branch 'tt/misc' into devTheodore Ts'o
2019-11-19ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2019-11-14ext4: code cleanup for get_next_idChengguang Xu
2019-11-14ext4: fix leak of quota reservationsJan Kara
2019-11-14ext4: remove unused variable warning in parse_options()Olof Johansson
2019-11-14ext4: Enable encryption for subpage-sized blocksChandan Rajendra
2019-11-06ext4: add support for IV_INO_LBLK_64 encryption policiesEric Biggers
2019-11-04fs: Use dquot_load_quota_inode() from filesystemsJan Kara
2019-10-22ext4: Enable blocksize < pagesize for dioread_nolockRitesh Harjani
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2019-08-30ext4: Initialize timestamps limitsDeepa Dinamani
2019-08-28ext4: fix integer overflow when calculating commit intervalzhangyi (F)
2019-08-12ext4: add fs-verity read supportEric Biggers
2019-08-12ext4: add basic fs-verity supportEric Biggers
2019-08-12ext4: wire up new fscrypt ioctlsEric Biggers
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-17ext4: avoid panic during forced reboot due to aborted journalJan Kara
2019-05-12ext4: fix miscellaneous sparse warningsTheodore Ts'o
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-01ext4: make use of ->free_inode()Al Viro
2019-04-30ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi
2019-04-25ext4: include charset encoding information in the superblockGabriel Krisman Bertazi
2019-04-25ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-03-24Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-14ext4: avoid panic during forced rebootJan Kara
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-02-14ext4: don't update s_rev_level if not requiredAndreas Dilger
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2018-12-30ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o
2018-12-19ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-12-04ext4: hard fail dax mount on unsupported devicesEric Sandeen
2018-12-04ext4: remove redundant condition checkChengguang Xu
2018-12-04ext4: clean up indentation issues, remove extraneous tabsColin Ian King
2018-12-03ext4: fix possible use after free in ext4_quota_enablePan Bian
2018-11-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o
2018-11-07ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin
2018-11-07ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o
2018-10-12ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o