summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-111-3/+2
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-4/+3
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+3
|\
| * vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-0615-743/+903
|\ \
| * | ext4: fix potential out of bound read in ext4_fc_replay_scan()Ye Bin2022-09-301-2/+36
| * | ext4: factor out ext4_fc_get_tl()Ye Bin2022-09-301-21/+25
| * | ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin2022-09-302-26/+31
| * | ext4: factor out ext4_free_ext_path()Ye Bin2022-09-307-82/+54
| * | ext4: remove unnecessary drop path references in mext_check_coverage()Ye Bin2022-09-301-1/+0
| * | ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin2022-09-301-4/+5
| * | ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin2022-09-301-6/+8
| * | ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin2022-09-301-3/+5
| * | ext4: remove redundant checking in ext4_ioctl_checkpointGuoqing Jiang2022-09-301-3/+0
| * | 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: adjust fast commit disable judgement order in ext4_fc_track_inodeYe Bin2022-09-301-3/+3
| * | ext4: factor out ext4_fc_disabled()Ye Bin2022-09-301-23/+15
| * | ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin2022-09-301-6/+9
| * | ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng2022-09-301-5/+10
| * | ext4: remove ext4_inline_data_fiemap() declarationGaosheng Cui2022-09-301-3/+0
| * | ext4: fix i_version handling in ext4Jeff Layton2022-09-303-9/+10
| * | ext4: place buffer head allocation before handle startJinke Han2022-09-301-0/+7
| * | 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-302-20/+7
| * | ext4: don't increase iversion counter for ea_inodesLukas Czerner2022-09-291-1/+6
| * | ext4: fix check for block being out of directory sizeJan Kara2022-09-291-1/+1
| * | 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
| * | ext4: avoid crash when inline data creation follows DIO writeJan Kara2022-09-291-0/+6
| * | ext4: minor defrag code improvementsEric Whitney2022-09-271-9/+7
| * | ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢2022-09-271-1/+1
* | | Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-033-11/+64
|\ \ \
| * | | ext4: support STATX_DIOALIGNEric Biggers2022-09-113-16/+64