summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-06ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan
2022-10-28fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-30ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()Jason Yan
2022-09-30ext4: remove useless local variable 'blocksize'Jason Yan
2022-09-30ext4: unify the ext4 super block loading operationJason Yan
2022-09-30ext4: factor out ext4_journal_data_mode_check()Jason Yan
2022-09-30ext4: factor out ext4_load_and_init_journal()Jason Yan
2022-09-30ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()Jason Yan
2022-09-30ext4: factor out ext4_geometry_check()Jason Yan
2022-09-30ext4: factor out ext4_check_feature_compatibility()Jason Yan
2022-09-30ext4: factor out ext4_init_metadata_csum()Jason Yan
2022-09-30ext4: factor out ext4_encoding_init()Jason Yan
2022-09-30ext4: factor out ext4_inode_info_init()Jason Yan
2022-09-30ext4: factor out ext4_fast_commit_init()Jason Yan
2022-09-30ext4: factor out ext4_handle_clustersize()Jason Yan
2022-09-30ext4: factor out ext4_set_def_opts()Jason Yan
2022-09-30ext4: remove cantfind_ext4 error handlerJason Yan
2022-09-30ext4: goto right label 'failed_mount3a'Jason Yan
2022-09-30ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi
2022-09-30ext4: unconditionally enable the i_version counterJeff Layton
2022-09-29ext4: make ext4_lazyinit_thread freezableLalith Rajendran
2022-09-29ext4: fix null-ptr-deref in ext4_write_infoBaokun Li
2022-09-29ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett
2022-09-29ext4: remove deprecated noacl/nouser_xattr optionsYang Xu
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-08-02ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-06-18ext4: fix up test_dummy_encryption handling for new mount APIEric Biggers
2022-06-18ext4: fix super block checksum incorrect after mountYe Bin
2022-06-16ext4: fix warning when submitting superblock in ext4_commit_super()Zhang Yi
2022-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-24ext4: only allow test_dummy_encryption when supportedEric Biggers
2022-05-24ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-21ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani
2022-05-18ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers
2022-05-18ext4: reject the 'commit' option on ext2 filesystemsEric Biggers
2022-05-17ext4: fix journal_ioprio mount option handlingOjaswin Mujoo
2022-05-13ext4: add unmount filesystem messageZhang Yi
2022-05-11ext4: remove unnecessary type castingsYu Zhe
2022-05-11ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCANOjaswin Mujoo
2022-04-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig