summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers2022-09-111-2/+7
| | |/ | |/|
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-10-031-4/+6
|\ \ \ | |_|/ |/| |
| * | fscrypt: stop using PG_error to track error statusEric Biggers2022-09-061-4/+6
| |/
* | ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_gro...Jan Kara2022-09-261-2/+1
* | ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o2022-09-221-1/+3
* | ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques2022-09-221-0/+4
* | ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara2022-09-213-149/+111
* | ext4: use locality group preallocation for small closed filesJan Kara2022-09-211-12/+15
* | ext4: make directory inode spreading reflect flexbg sizeJan Kara2022-09-211-1/+1
* | ext4: avoid unnecessary spreading of allocations among groupsJan Kara2022-09-211-11/+13
* | ext4: make mballoc try target group first even with mb_optimize_scanJan Kara2022-09-211-7/+7
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-5/+7
|\
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-4/+5
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-0417-145/+428
|\ \
| * | ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio2022-08-022-0/+94
| * | ext4: avoid resizing to a partial cluster sizeKiselev, Oleg2022-08-021-0/+10
| * | ext4: reduce computation of overhead during resizeKiselev, Oleg2022-08-021-2/+21
| * | ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner2022-08-021-1/+20