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-11-061-1/+1
|\
| * ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan2022-11-061-1/+1
* | fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton2022-10-281-4/+0
* | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-4/+3
|/
* ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()Jason Yan2022-09-301-3/+3
* ext4: remove useless local variable 'blocksize'Jason Yan2022-09-301-24/+21
* ext4: unify the ext4 super block loading operationJason Yan2022-09-301-80/+106
* ext4: factor out ext4_journal_data_mode_check()Jason Yan2022-09-301-25/+35
* ext4: factor out ext4_load_and_init_journal()Jason Yan2022-09-301-69/+88
* ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()Jason Yan2022-09-301-59/+84
* ext4: factor out ext4_geometry_check()Jason Yan2022-09-301-50/+61
* ext4: factor out ext4_check_feature_compatibility()Jason Yan2022-09-301-67/+77
* ext4: factor out ext4_init_metadata_csum()Jason Yan2022-09-301-37/+46
* ext4: factor out ext4_encoding_init()Jason Yan2022-09-301-36/+50
* ext4: factor out ext4_inode_info_init()Jason Yan2022-09-301-62/+75
* ext4: factor out ext4_fast_commit_init()Jason Yan2022-09-301-18/+25
* ext4: factor out ext4_handle_clustersize()Jason Yan2022-09-301-49/+61
* ext4: factor out ext4_set_def_opts()Jason Yan2022-09-301-49/+56
* ext4: remove cantfind_ext4 error handlerJason Yan2022-09-301-16/+13
* ext4: goto right label 'failed_mount3a'Jason Yan2022-09-301-5/+5
* ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi2022-09-301-11/+5
* ext4: unconditionally enable the i_version counterJeff Layton2022-09-301-17/+5
* ext4: make ext4_lazyinit_thread freezableLalith Rajendran2022-09-291-0/+1
* ext4: fix null-ptr-deref in ext4_write_infoBaokun Li2022-09-291-1/+1
* ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett2022-09-291-3/+3
* ext4: remove deprecated noacl/nouser_xattr optionsYang Xu2022-09-291-10/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-4/+5
|\
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-4/+5
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-041-2/+11
|\ \
| * | ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo2022-08-021-0/+9
| * | ext4: use ext4_debug() instead of jbd_debug()Jan Kara2022-08-021-1/+1
| * | ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o2022-08-021-1/+1
| |/
* | fs/ext4: Use the new blk_opf_t typeBart Van Assche2022-07-141-7/+7
* | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-3/+3
|/
* 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
|\ \ | |/ |/|