summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* dax: introduce holder for dax_deviceShiyang Ruan2022-06-271-4/+5
* ext4: fix up test_dummy_encryption handling for new mount APIEric Biggers2022-06-181-63/+71
* ext4: fix super block checksum incorrect after mountYe Bin2022-06-181-8/+8
* ext4: fix warning when submitting superblock in ext4_commit_super()Zhang Yi2022-06-161-6/+16
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-241-156/+61
|\
| * ext4: only allow test_dummy_encryption when supportedEric Biggers2022-05-241-22/+38
| * ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o2022-05-241-2/+3
| * ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani2022-05-211-122/+0
| * ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers2022-05-181-2/+4
| * ext4: reject the 'commit' option on ext2 filesystemsEric Biggers2022-05-181-0/+1
| * ext4: fix journal_ioprio mount option handlingOjaswin Mujoo2022-05-171-5/+10
| * ext4: add unmount filesystem messageZhang Yi2022-05-131-0/+3
| * ext4: remove unnecessary type castingsYu Zhe2022-05-111-2/+2
| * ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCANOjaswin Mujoo2022-05-111-1/+0
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-7/+3
|\ \ | |/ |/|
| * block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-7/+3
* | 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