summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers1-3/+3
2020-02-28ext4: fix mount failure with quota configured as moduleJan Kara1-1/+1
2020-02-28ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o1-10/+4
2020-02-28ext4: fix support for inode sizes > 1024 bytesTheodore Ts'o1-8/+10
2020-02-05ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o1-61/+66
2019-12-05ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o1-9/+12
2019-05-21ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee1-1/+1
2019-05-21ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden1-24/+34
2019-01-17ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o1-1/+1
2019-01-09ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o1-0/+11
2019-01-09ext4: fix possible use after free in ext4_quota_enablePan Bian1-1/+1
2019-01-09ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o1-0/+23
2018-11-21ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin1-0/+1
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o1-8/+8
2018-11-13ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o1-25/+48
2018-09-29ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers1-0/+2
2018-09-29ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o1-0/+2
2018-09-05ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o1-0/+2
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-08-03ext4: fix check to prevent initializing reserved inodesTheodore Ts'o1-7/+1
2018-07-11dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-2/+1
2018-07-11fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-1/+1
2018-07-11ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o1-0/+5
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o1-1/+10
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-05-30ext4: don't complain about incorrect features when probingEric Sandeen1-0/+12
2018-05-01ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o1-0/+1
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-04-24ext4: always initialize the crc32c checksum driverTheodore Ts'o1-9/+6
2018-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2017-11-30ext4: prevent data corruption with inline data + DAXRoss Zwisler1-0/+5
2017-10-19Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-2/+2
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-28/+25
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2017-09-08Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+14
2017-09-05ext4: fix null pointer dereference on sbiColin Ian King1-1/+1
2017-08-31ext4: perform dax_device lookup at mountDan Williams1-0/+4
2017-08-24ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)1-7/+31
2017-08-24ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)1-3/+3
2017-08-17quota: Reduce contention on dq_data_lockJan Kara1-2/+2
2017-08-17ext4: Disable dirty list tracking of dquots when journalling quotasJan Kara1-1/+8
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara1-9/+4
2017-07-31ext4: remove unused metadata accounting variablesEric Whitney1-2/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-28/+25
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-26/+83
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan1-1/+2
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-1/+1