summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2020-04-24ext4: do not commit super on read-only bdevEric Sandeen
2020-04-24ext4: fix incorrect inodes per group in error messageJosh Triplett
2020-04-24ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett
2020-03-11ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter
2020-03-11ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2020-03-11ext4: fix potential race between online resizing and write operationsTheodore Ts'o
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers
2020-02-28ext4: fix mount failure with quota configured as moduleJan Kara
2020-02-28ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o
2020-01-23ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2020-01-23ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden
2019-05-21ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee
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
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-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-08-15ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o
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-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o
2018-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou
2017-11-08ext4: do not use stripe_width if it is not setJan Kara
2017-09-27ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-03-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-06ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o
2016-11-19ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-10-12ext4: super.c: Update logging style using KERN_CONTJoe Perches
2016-09-30ext4: use journal inode to determine journal overheadEric Whitney
2016-09-30ext4: create function to read journal inodeEric Whitney
2016-09-05ext4: improve ext4lazyinit scalabilityDmitry Monakhov
2016-09-05ext4: enable quota enforcement based on mount optionsJan Kara
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-08-01ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-07-14ext4: short-cut orphan cleanup on errorVegard Nossum