summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett2022-10-211-3/+3
* ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢2022-10-211-1/+1
* ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin2022-10-211-4/+5
* ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin2022-10-211-6/+8
* ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin2022-10-211-3/+5
* ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin2022-10-211-6/+9
* ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng2022-10-211-5/+10
* ext4: fix i_version handling in ext4Jeff Layton2022-10-213-9/+10
* ext4: place buffer head allocation before handle startJinke Han2022-10-211-0/+7
* ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi2022-10-211-11/+5
* ext4: unconditionally enable the i_version counterJeff Layton2022-10-212-20/+7
* ext4: don't increase iversion counter for ea_inodesLukas Czerner2022-10-211-1/+6
* ext4: fix check for block being out of directory sizeJan Kara2022-10-211-1/+1
* ext4: make ext4_lazyinit_thread freezableLalith Rajendran2022-10-211-0/+1
* ext4: fix null-ptr-deref in ext4_write_infoBaokun Li2022-10-211-1/+1
* ext4: avoid crash when inline data creation follows DIO writeJan Kara2022-10-211-0/+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
| * | ext4: fix race when reusing xattr blocksJan Kara2022-08-021-22/+45
| * | ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara2022-08-021-39/+38
| * | ext4: remove EA inode entry from mbcache on inode evictionJan Kara2022-08-023-16/+11
| * | ext4: make sure ext4_append() always allocates new blockLukas Czerner2022-08-021-0/+16
| * | ext4: check if directory block is within i_sizeLukas Czerner2022-08-021-0/+7
| * | ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo2022-08-021-0/+9
| * | ext4: avoid remove directory when directory is corruptedYe Bin2022-08-021-5/+2
| * | ext4: aligned '*' in commentsJiang Jian2022-08-021-1/+1
| * | ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng2022-08-021-1/+3
| * | ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin2022-08-021-3/+9
| * | ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li2022-08-021-2/+1
| * | ext4: correct max_inline_xattr_value_size computingBaokun Li2022-08-021-0/+3
| * | ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li2022-08-021-2/+4
| * | ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li2022-08-021-0/+13
| * | ext4: fix extent status tree race in writeback error recovery pathEric Whitney2022-08-021-0/+7
| * | ext4: use ext4_debug() instead of jbd_debug()Jan Kara2022-08-027-41/+40
| * | ext4: reuse order and buddy in mb_mark_used when buddy splithanjinke2022-08-021-2/+8
| * | ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o2022-08-024-11/+22