aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | 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
| * | ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o2022-08-021-0/+1