summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-156/+61
2022-05-24ext4: only allow test_dummy_encryption when supportedEric Biggers1-22/+38
2022-05-24ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o1-2/+3
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+3
2022-05-21ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani1-122/+0
2022-05-18ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers1-2/+4
2022-05-18ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
2022-05-17ext4: fix journal_ioprio mount option handlingOjaswin Mujoo1-5/+10
2022-05-13ext4: add unmount filesystem messageZhang Yi1-0/+3
2022-05-11ext4: remove unnecessary type castingsYu Zhe1-2/+2
2022-05-11ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCANOjaswin Mujoo1-1/+0
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+29
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-7/+3
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/kerne...Linus 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/k...Linus 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/kerne...Linus Torvalds1-20/+19
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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