aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-10ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara1-1/+12
2022-01-10ext4: make sure quota gets properly shutdown on errorJan Kara1-4/+6
2022-01-10ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin1-1/+1
2022-01-10ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior1-0/+2
2021-12-23ext4: drop ineligible txn start stop APIsHarshad Shirwadkar1-1/+0
2021-12-23ext4: fix i_version handling on remountLukas Czerner1-25/+18
2021-12-23ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIMELukas Czerner1-11/+2
2021-12-23ext4: don't fail remount if journalling mode didn't changeLukas Czerner1-5/+9
2021-12-09ext4: Remove unused match_table_t tokensLukas Czerner1-243/+131
2021-12-09ext4: switch to the new mount apiLukas Czerner1-109/+86
2021-12-09ext4: change token2str() to use ext4_param_specsLukas Czerner1-4/+4
2021-12-09ext4: clean up return values in handle_mount_opt()Lukas Czerner1-11/+17
2021-12-09ext4: Completely separate options parsing and sb setupLukas Czerner1-135/+264
2021-12-09ext4: get rid of super block and sbi from handle_mount_ops()Lukas Czerner1-173/+368
2021-12-09ext4: check ext2/3 compatibility outside handle_mount_opt()Lukas Czerner1-16/+25
2021-12-09ext4: move quota configuration out of handle_mount_opt()Lukas Czerner1-93/+165
2021-12-09ext4: Allow sb to be NULL in ext4_msg()Lukas Czerner1-66/+78
2021-12-09ext4: Change handle_mount_opt() to use fs_parameterLukas Czerner1-107/+143
2021-12-09ext4: move option validation to a separate functionLukas Czerner1-2/+9
2021-12-09ext4: Add fs parameter specifications for mount optionsLukas Czerner1-0/+151
2021-11-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+8
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+8
2021-11-04ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi1-1/+1
2021-11-04ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim1-1/+3
2021-11-04ext4: fix lazy initialization next schedule time computation in more granular unitShaoying Xu1-5/+4
2021-11-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+0
2021-10-27ext4: Send notifications on errorGabriel Krisman Bertazi1-0/+8
2021-10-18ext4: use sb_bdev_nr_blocksChristoph Hellwig1-1/+1
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-6/+15
2021-10-01ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun1-1/+4
2021-10-01ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani1-5/+5
2021-10-01ext4: fix reserved space counter leakageJeffle Xu1-0/+6
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers1-1/+0
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+2
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-184/+54
2021-08-30ext4: Speedup ext4 orphan inode handlingJan Kara1-5/+29
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara1-178/+2
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-1/+15
2021-08-30ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara1-0/+8
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig1-1/+2
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara1-8/+5
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o1-8/+0
2021-07-08ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o1-1/+5
2021-07-01ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin1-2/+10
2021-06-29ext4: notify sysfs on errors_count value changeJonathan Davies1-0/+2
2021-06-24ext4: remove bdev_try_to_free_page() callbackZhang Yi1-21/+0
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi1-0/+8
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik1-3/+3
2021-06-17ext4: return error code when ext4_fill_flex_info() failsYang Yingliang1-0/+1
2021-06-17ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handleZhang Yi1-1/+8