aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+5
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+11
2022-08-02ext4: reflect mb_optimize_scan value in options fileGravatar Ojaswin Mujoo 1-0/+9
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Gravatar Jan Kara 1-1/+1
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingGravatar Theodore Ts'o 1-1/+1
2022-07-17dax: introduce holder for dax_deviceGravatar Shiyang Ruan 1-4/+5
2022-07-14fs/ext4: Use the new blk_opf_t typeGravatar Bart Van Assche 1-7/+7
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-3/+3
2022-06-18ext4: fix up test_dummy_encryption handling for new mount APIGravatar Eric Biggers 1-63/+71
2022-06-18ext4: fix super block checksum incorrect after mountGravatar Ye Bin 1-8/+8
2022-06-16ext4: fix warning when submitting superblock in ext4_commit_super()Gravatar Zhang Yi 1-6/+16
2022-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-156/+61
2022-05-24ext4: only allow test_dummy_encryption when supportedGravatar Eric Biggers 1-22/+38
2022-05-24ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateGravatar Theodore Ts'o 1-2/+3
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+3
2022-05-21ext4: move ext4 crypto code to its own file crypto.cGravatar Ritesh Harjani 1-122/+0
2022-05-18ext4: fix memory leak in parse_apply_sb_mount_options()Gravatar Eric Biggers 1-2/+4
2022-05-18ext4: reject the 'commit' option on ext2 filesystemsGravatar Eric Biggers 1-0/+1
2022-05-17ext4: fix journal_ioprio mount option handlingGravatar Ojaswin Mujoo 1-5/+10
2022-05-13ext4: add unmount filesystem messageGravatar Zhang Yi 1-0/+3
2022-05-11ext4: remove unnecessary type castingsGravatar Yu Zhe 1-2/+2
2022-05-11ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCANGravatar Ojaswin Mujoo 1-1/+0
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-11/+29
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-7/+3
2022-04-14ext4: update the cached overhead value in the superblockGravatar Theodore Ts'o 1-0/+2
2022-04-14ext4: force overhead calculation if the s_overhead_cluster makes no senseGravatar Theodore Ts'o 1-3/+12
2022-04-14ext4: fix overhead calculation to account for the reserved gdt blocksGravatar Theodore Ts'o 1-1/+3
2022-04-12ext4: fix bug_on in start_this_handle during umount filesystemGravatar Ye Bin 1-7/+12
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-12ext4: make mb_optimize_scan option work with set/unset mount cmdGravatar Ojaswin Mujoo 1-10/+14
2022-03-02ext4: fix underflow in ext4_max_bitmap_size()Gravatar Zhang Yi 1-15/+31
2022-02-25ext4: fix remount with 'abort' optionGravatar Lukas Czerner 1-8/+21
2022-02-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2022-02-03ext4: fix potential NULL pointer dereference in ext4_fill_super()Gravatar Lukas Czerner 1-1/+1
2022-02-03ext4: fast commit may miss file actionsGravatar Xin Yin 1-1/+0
2022-02-03ext4: fast commit may not fallback for ineligible commitGravatar Xin Yin 1-0/+1
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-5/+5
2022-01-22mm: remove cleancacheGravatar Christoph Hellwig 1-3/+0
2022-01-20unicode: clean up the Kconfig symbol confusionGravatar Christoph Hellwig 1-5/+5
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-20/+19
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+7
2022-01-10ext4: fix a copy and paste typoGravatar Dan Carpenter 1-1/+1
2022-01-10ext4: implement support for get/set fs labelGravatar Lukas Czerner 1-2/+2
2022-01-10ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specifiedGravatar Lukas Czerner 1-1/+2
2022-01-10ext4: don't use kfree() on rcu protected pointer sbi->s_qf_namesGravatar Lukas Czerner 1-3/+5
2022-01-10ext4: make sure to reset inode lockdep class when quota enabling failsGravatar Jan Kara 1-1/+12
2022-01-10ext4: make sure quota gets properly shutdown on errorGravatar Jan Kara 1-4/+6
2022-01-10ext4: Fix BUG_ON in ext4_bread when write quota dataGravatar Ye Bin 1-1/+1
2022-01-10ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalGravatar Sebastian Andrzej Siewior 1-0/+2