aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-02iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong2-0/+2
2022-10-02iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong1-1/+1
2022-09-30ext4: fix potential out of bound read in ext4_fc_replay_scan()Ye Bin1-2/+36
2022-09-30ext4: factor out ext4_fc_get_tl()Ye Bin1-21/+25
2022-09-30ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin2-26/+31
2022-09-30ext4: factor out ext4_free_ext_path()Ye Bin7-82/+54
2022-09-30ext4: remove unnecessary drop path references in mext_check_coverage()Ye Bin1-1/+0
2022-09-30ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin1-4/+5
2022-09-30ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin1-6/+8
2022-09-30ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin1-3/+5
2022-09-30ext4: remove redundant checking in ext4_ioctl_checkpointGuoqing Jiang1-3/+0
2022-09-30jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin1-0/+1
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: adjust fast commit disable judgement order in ext4_fc_track_inodeYe Bin1-3/+3
2022-09-30ext4: factor out ext4_fc_disabled()Ye Bin1-23/+15
2022-09-30ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin1-6/+9
2022-09-30jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin1-3/+3
2022-09-30jbd2: fix potential buffer head reference count leakYe Bin1-1/+7
2022-09-30ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng1-5/+10
2022-09-30ext4: remove ext4_inline_data_fiemap() declarationGaosheng Cui1-3/+0
2022-09-30ext4: fix i_version handling in ext4Jeff Layton3-9/+10
2022-09-30mbcache: Avoid nesting of cache->c_list_lock under bit locksJan Kara1-7/+10
2022-09-30jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2-4/+4
2022-09-30ext4: place buffer head allocation before handle startJinke Han1-0/+7
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 Layton2-20/+7
2022-09-30Merge tag 'pstore-v6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-51/+12
2022-09-30Revert "pstore: migrate to crypto acomp interface"Guilherme G. Piccoli1-51/+12
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner2-14/+33
2022-09-29ext4: don't increase iversion counter for ea_inodesLukas Czerner1-1/+6
2022-09-29ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-09-29fs/buffer: make submit_bh & submit_bh_wbc return type as voidRitesh Harjani (IBM)1-7/+6
2022-09-29fs/buffer: drop useless return value of submit_bhRitesh Harjani (IBM)1-6/+4
2022-09-29fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_readRitesh Harjani (IBM)1-2/+2
2022-09-29jbd2: drop useless return value of submit_bhRitesh Harjani (IBM)2-11/+8