summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2022-10-01ext4: unconditionally enable the i_version counterJeff Layton2-20/+7
2022-09-30ext4: don't increase iversion counter for ea_inodesLukas Czerner1-1/+6
2022-09-30ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-09-30ext4: make ext4_lazyinit_thread freezableLalith Rajendran1-0/+1
2022-09-29ext4: fix null-ptr-deref in ext4_write_infoBaokun Li1-1/+1
2022-09-29ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett1-3/+3
2022-09-29ext4: remove deprecated noacl/nouser_xattr optionsYang Xu1-10/+1
2022-09-29ext4: avoid crash when inline data creation follows DIO writeJan Kara1-0/+6
2022-09-27ext4: minor defrag code improvementsEric Whitney1-9/+7
2022-09-27ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢1-1/+1
2022-09-26ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_gro...Jan Kara1-2/+1
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-09-22ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o1-1/+3
2022-09-22ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques1-0/+4
2022-09-22ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara3-149/+111
2022-09-22ext4: use locality group preallocation for small closed filesJan Kara1-12/+15
2022-09-22ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-22ext4: avoid unnecessary spreading of allocations among groupsJan Kara1-11/+13
2022-09-22ext4: make mballoc try target group first even with mb_optimize_scanJan Kara1-7/+7
2022-09-12ext4: support STATX_DIOALIGNEric Biggers3-16/+64
2022-09-12fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers1-2/+7
2022-09-07fscrypt: stop using PG_error to track error statusEric Biggers1-4/+6
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+7
2022-08-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds17-145/+428
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-21/+23
2022-08-03ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio2-0/+94
2022-08-03ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-03ext4: reduce computation of overhead during resizeKiselev, Oleg1-2/+21
2022-08-03ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner1-1/+20
2022-08-03ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-03ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-03ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2022-08-03ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-03ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-03ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo1-0/+9
2022-08-03ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-03ext4: aligned '*' in commentsJiang Jian1-1/+1
2022-08-03ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-08-03ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-03ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-03ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-03ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-03ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2022-08-03ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-03ext4: use ext4_debug() instead of jbd_debug()Jan Kara7-41/+40
2022-08-03ext4: reuse order and buddy in mb_mark_used when buddy splithanjinke1-2/+8
2022-08-03ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o4-11/+22
2022-08-03ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-08-03ext4: fix reading leftover inlined symlinksZhang Yi3-0/+46
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-21/+22