aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-14ext4: update the cached overhead value in the superblockTheodore Ts'o1-0/+2
2022-04-14ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-14ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-04-12ext4: fix bug_on in start_this_handle during umount filesystemYe Bin1-7/+12
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-12ext4: make mb_optimize_scan option work with set/unset mount cmdOjaswin Mujoo1-10/+14
2022-03-02ext4: fix underflow in ext4_max_bitmap_size()Zhang Yi1-15/+31
2022-02-25ext4: fix remount with 'abort' optionLukas Czerner1-8/+21
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+2
2022-02-03ext4: fix potential NULL pointer dereference in ext4_fill_super()Lukas Czerner1-1/+1
2022-02-03ext4: fast commit may miss file actionsXin Yin1-1/+0
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-0/+1
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicodeLinus Torvalds1-5/+5
2022-01-22mm: remove cleancacheChristoph Hellwig1-3/+0
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-5/+5
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicodeLinus Torvalds1-20/+19
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-4/+7
2022-01-10ext4: fix a copy and paste typoDan Carpenter1-1/+1
2022-01-10ext4: implement support for get/set fs labelLukas Czerner1-2/+2
2022-01-10ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specifiedLukas Czerner1-1/+2
2022-01-10ext4: don't use kfree() on rcu protected pointer sbi->s_qf_namesLukas Czerner1-3/+5
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-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-1/+1
2021-12-04ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig1-4/+3
2021-12-04dax: remove dax_capableChristoph Hellwig1-3/+6
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