summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-05-211-1/+1
* ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2019-05-211-24/+34
* ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2019-01-161-1/+1
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-091-0/+11
* ext4: fix possible use after free in ext4_quota_enablePan Bian2019-01-091-1/+1
* ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o2019-01-091-0/+23
* ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin2018-11-211-0/+1
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2018-11-131-25/+48
* ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers2018-09-291-0/+2
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-291-0/+2
* ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o2018-09-051-0/+2
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-091-2/+2
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-031-7/+1
* dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-07-111-2/+1
* fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-07-111-1/+1
* ext4: check superblock mapped prior to committingJon Derrick2018-07-111-0/+8
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-07-111-11/+26
* ext4: add more inode number paranoia checksTheodore Ts'o2018-07-111-0/+5
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-07-111-1/+10
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-07-111-0/+25
* ext4: don't complain about incorrect features when probingEric Sandeen2018-05-301-0/+12
* ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o2018-05-011-0/+1
* ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-04-241-0/+6
* ext4: always initialize the crc32c checksum driverTheodore Ts'o2018-04-241-9/+6
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-221-0/+1
* ext4: prevent data corruption with inline data + DAXRoss Zwisler2017-11-301-0/+5
* Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-181-2/+2
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-28/+25
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-28/+25
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-0/+4
|\ \
| * | ext4: fix null pointer dereference on sbiColin Ian King2017-09-051-1/+1
| * | ext4: perform dax_device lookup at mountDan Williams2017-08-311-0/+4
* | | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-071-12/+14
|\ \ \
| * | | quota: Reduce contention on dq_data_lockJan Kara2017-08-171-2/+2
| * | | ext4: Disable dirty list tracking of dquots when journalling quotasJan Kara2017-08-171-1/+8
| * | | quota: Convert dqio_mutex to rwsemJan Kara2017-08-171-9/+4
| |/ /
* | | ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-08-241-7/+31
* | | ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-08-241-3/+3
|/ /
* / ext4: remove unused metadata accounting variablesEric Whitney2017-07-301-2/+0
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-091-26/+83
|\
| * ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan2017-07-061-1/+2
| * ext4: forbid encrypting root directoryEric Biggers2017-06-231-0/+9
| * ext4: send parallel discards on commit completionsDaeho Jeong2017-06-221-0/+3
| * ext4: add nombcache mount optionTahsin Erdogan2017-06-221-11/+23
| * quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan2017-06-221-10/+11
| * ext4: xattr inode deduplicationTahsin Erdogan2017-06-221-3/+34
| * ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-221-9/+9
| * ext4: improve journal credit handling in set xattr pathsTahsin Erdogan2017-06-211-3/+3
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-1/+1
|\ \