summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix super block checksum incorrect after mountYe Bin2022-06-221-8/+8
* ext4: only allow test_dummy_encryption when supportedEric Biggers2022-06-091-22/+38
* ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o2022-06-091-2/+3
* ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers2022-06-091-2/+4
* ext4: fix journal_ioprio mount option handlingOjaswin Mujoo2022-06-091-5/+10
* ext4: reject the 'commit' option on ext2 filesystemsEric Biggers2022-06-091-0/+1
* 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