summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-221-11/+29
|\
| * ext4: update the cached overhead value in the superblockTheodore Ts'o2022-04-141-0/+2
| * ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-141-3/+12
| * ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-141-1/+3
| * ext4: fix bug_on in start_this_handle during umount filesystemYe Bin2022-04-121-7/+12
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ | |/ |/|
| * fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | ext4: make mb_optimize_scan option work with set/unset mount cmdOjaswin Mujoo2022-03-121-10/+14
* | ext4: fix underflow in ext4_max_bitmap_size()Zhang Yi2022-03-021-15/+31
* | ext4: fix remount with 'abort' optionLukas Czerner2022-02-251-8/+21
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-061-2/+2
|\
| * ext4: fix potential NULL pointer dereference in ext4_fill_super()Lukas Czerner2022-02-031-1/+1
| * ext4: fast commit may miss file actionsXin Yin2022-02-031-1/+0
| * ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-0/+1
* | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-011-5/+5
|\ \
| * | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-5/+5
* | | mm: remove cleancacheChristoph Hellwig2022-01-221-3/+0
|/ /
* | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-171-20/+19
|\ \
| * | unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-111-6/+12
| * | ext4: simplify ext4_sb_read_encodingChristoph Hellwig2021-10-111-14/+7
* | | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-4/+7
|\ \ \ | |_|/ |/| |
| * | dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-1/+1
| * | ext4: cleanup the dax handling in ext4_fill_superChristoph Hellwig2021-12-041-4/+3
| * | dax: remove dax_capableChristoph Hellwig2021-12-041-3/+6
* | | ext4: fix a copy and paste typoDan Carpenter2022-01-101-1/+1
* | | ext4: implement support for get/set fs labelLukas Czerner2022-01-101-2/+2
* | | ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specifiedLukas Czerner2022-01-101-1/+2
* | | ext4: don't use kfree() on rcu protected pointer sbi->s_qf_namesLukas Czerner2022-01-101-3/+5
* | | ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara2022-01-101-1/+12
* | | ext4: make sure quota gets properly shutdown on errorJan Kara2022-01-101-4/+6
* | | ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin2022-01-101-1/+1
* | | ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior2022-01-101-0/+2
* | | ext4: drop ineligible txn start stop APIsHarshad Shirwadkar2021-12-231-1/+0
* | | ext4: fix i_version handling on remountLukas Czerner2021-12-231-25/+18
* | | ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIMELukas Czerner2021-12-231-11/+2
* | | ext4: don't fail remount if journalling mode didn't changeLukas Czerner2021-12-231-5/+9
* | | ext4: Remove unused match_table_t tokensLukas Czerner2021-12-091-243/+131
* | | ext4: switch to the new mount apiLukas Czerner2021-12-091-109/+86
* | | ext4: change token2str() to use ext4_param_specsLukas Czerner2021-12-091-4/+4
* | | ext4: clean up return values in handle_mount_opt()Lukas Czerner2021-12-091-11/+17
* | | ext4: Completely separate options parsing and sb setupLukas Czerner2021-12-091-135/+264
* | | ext4: get rid of super block and sbi from handle_mount_ops()Lukas Czerner2021-12-091-173/+368
* | | ext4: check ext2/3 compatibility outside handle_mount_opt()Lukas Czerner2021-12-091-16/+25
* | | ext4: move quota configuration out of handle_mount_opt()Lukas Czerner2021-12-091-93/+165
* | | ext4: Allow sb to be NULL in ext4_msg()Lukas Czerner2021-12-091-66/+78
* | | ext4: Change handle_mount_opt() to use fs_parameterLukas Czerner2021-12-091-107/+143
* | | ext4: move option validation to a separate functionLukas Czerner2021-12-091-2/+9
* | | ext4: Add fs parameter specifications for mount optionsLukas Czerner2021-12-091-0/+151
|/ /
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-11-101-7/+8
|\ \
| * | ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi2021-11-041-1/+1