summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2019-12-05ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2019-05-21ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee
2019-05-21ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden
2019-01-16ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o
2019-01-09ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-01-09ext4: fix possible use after free in ext4_quota_enablePan Bian
2019-01-09ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o
2018-11-21ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o
2018-11-13ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o
2018-09-29ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers
2018-09-29ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o
2018-09-05ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o
2018-08-03ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-07-11dax: change bdev_dax_supported() to support boolean returnsDave Jiang
2018-07-11fs: allow per-device dax status checking for filesystemsDarrick J. Wong
2018-07-11ext4: check superblock mapped prior to committingJon Derrick
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o
2018-05-30ext4: don't complain about incorrect features when probingEric Sandeen
2018-05-01ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore 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-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou
2017-11-30ext4: prevent data corruption with inline data + DAXRoss Zwisler
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-09-05ext4: fix null pointer dereference on sbiColin Ian King
2017-08-31ext4: perform dax_device lookup at mountDan Williams
2017-08-24ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)
2017-08-24ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-08-17quota: Reduce contention on dq_data_lockJan Kara
2017-08-17ext4: Disable dirty list tracking of dquots when journalling quotasJan Kara
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara
2017-07-30ext4: remove unused metadata accounting variablesEric Whitney
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-06-23fscrypt: make ->dummy_context() return boolEric Biggers
2017-06-23ext4: forbid encrypting root directoryEric Biggers
2017-06-22ext4: send parallel discards on commit completionsDaeho Jeong
2017-06-22ext4: add nombcache mount optionTahsin Erdogan
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan