summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-18/+42
2022-12-08ext4: switch to using ext4_do_writepages() for ordered data writeoutJan Kara1-2/+1
2022-12-08ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin1-0/+1
2022-12-08ext4: correct inconsistent error msg in nojournal modeBaokun Li1-4/+5
2022-12-08ext4: print file system UUID on mount, remount and unmountLukas Czerner1-5/+7
2022-12-08ext4: don't allow journal inode to have encrypt flagEric Biggers1-1/+1
2022-12-08ext4: add helper to check quota inumsBaokun Li1-3/+25
2022-12-01ext4: journal_path mount options should follow linksLukas Czerner1-1/+1
2022-11-29fs/ext4: replace ternary operator with min()/max() and min_t()Jiangshan Yi1-2/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-3/+2
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2022-11-06ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan1-1/+1
2022-10-28fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton1-4/+0
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-4/+3
2022-09-30ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()Jason Yan1-3/+3
2022-09-30ext4: remove useless local variable 'blocksize'Jason Yan1-24/+21
2022-09-30ext4: unify the ext4 super block loading operationJason Yan1-80/+106
2022-09-30ext4: factor out ext4_journal_data_mode_check()Jason Yan1-25/+35
2022-09-30ext4: factor out ext4_load_and_init_journal()Jason Yan1-69/+88
2022-09-30ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()Jason Yan1-59/+84
2022-09-30ext4: factor out ext4_geometry_check()Jason Yan1-50/+61
2022-09-30ext4: factor out ext4_check_feature_compatibility()Jason Yan1-67/+77
2022-09-30ext4: factor out ext4_init_metadata_csum()Jason Yan1-37/+46
2022-09-30ext4: factor out ext4_encoding_init()Jason Yan1-36/+50
2022-09-30ext4: factor out ext4_inode_info_init()Jason Yan1-62/+75
2022-09-30ext4: factor out ext4_fast_commit_init()Jason Yan1-18/+25
2022-09-30ext4: factor out ext4_handle_clustersize()Jason Yan1-49/+61
2022-09-30ext4: factor out ext4_set_def_opts()Jason Yan1-49/+56
2022-09-30ext4: remove cantfind_ext4 error handlerJason Yan1-16/+13
2022-09-30ext4: goto right label 'failed_mount3a'Jason Yan1-5/+5
2022-09-30ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi1-11/+5
2022-09-30ext4: unconditionally enable the i_version counterJeff Layton1-17/+5
2022-09-29ext4: make ext4_lazyinit_thread freezableLalith Rajendran1-0/+1
2022-09-29ext4: fix null-ptr-deref in ext4_write_infoBaokun Li1-1/+1
2022-09-29ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett1-3/+3
2022-09-29ext4: remove deprecated noacl/nouser_xattr optionsYang Xu1-10/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+5
2022-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+11
2022-08-02ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo1-0/+9
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara1-1/+1
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o1-1/+1
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-4/+5
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche1-7/+7
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-3/+3
2022-06-18ext4: fix up test_dummy_encryption handling for new mount APIEric Biggers1-63/+71
2022-06-18ext4: fix super block checksum incorrect after mountYe Bin1-8/+8
2022-06-16ext4: fix warning when submitting superblock in ext4_commit_super()Zhang Yi1-6/+16
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