summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
2025-11-26jbd2: store more accurate errno in superblock when possibleWengang Wang-2/+2
2025-11-25fs: push list presence check into inode_io_list_del()Mateusz Guzik-2/+1
2025-11-13ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich-1/+5
2025-11-13ext4: refresh inline data size before write operationsDeepanshu Kartikey-1/+6
2025-11-06ext4: add two trace points for moving extentsZhang Yi-2/+12
2025-11-06ext4: add large folios support for moving extentsZhang Yi-17/+10
2025-11-06ext4: switch to using the new extent movement methodZhang Yi-344/+51
2025-11-06ext4: introduce mext_move_extent()Zhang Yi-0/+224
2025-11-06ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()Zhang Yi-2/+2
2025-11-06ext4: refactor mext_check_arguments()Zhang Yi-54/+43
2025-11-06ext4: add mext_check_validity() to do basic checkZhang Yi-47/+65
2025-11-06ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()Zhang Yi-6/+3
2025-11-06ext4: pass out extent seq counter when mapping blocksZhang Yi-8/+17
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi-8/+10
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi-4/+24
2025-11-06ext4: correct the checking of quota files before moving extentsZhang Yi-1/+1
2025-11-06fs: ext4: fix uninitialized symbolsRanganath V N-6/+6
2025-11-06ext4: make error code in __ext4fs_dirhash() consistent.Julian Sun-1/+1
2025-11-05ext4: use super write guard in write_mmp_block()Christian Brauner-6/+2
2025-10-31ext4: Use folio_next_pos()Matthew Wilcox (Oracle)-5/+5
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun-4/+1
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik-7/+7
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+19
2025-10-10ext4: free orphan info with kvfreeJan Kara-2/+2
2025-10-10ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey-0/+8
2025-10-10ext4: wait for ongoing I/O to complete before freeing blocksZhang Yi-2/+9
2025-10-03Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-117/+413
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+20
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-09-26ext4: fix checks for orphan inodesJan Kara-9/+15
2025-09-26ext4: validate ea_ino and size in check_xattrsDeepanshu Kartikey-0/+4
2025-09-26ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag-7/+8
2025-09-26ext4: implemet new ioctls to set and get superblock parametersTheodore Ts'o-7/+305
2025-09-26ext4: add support for 32-bit default reserved uid and gid valuesTheodore Ts'o-5/+19
2025-09-26ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o-12/+5
2025-09-26ext4: fix an off-by-one issue during moving extentsZhang Yi-1/+1
2025-09-26ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun-2/+8
2025-09-26ext4: verify orphan file size is not too bigJan Kara-1/+12
2025-09-26ext4: fail unaligned direct IO write with EINVALJan Kara-35/+0
2025-09-25ext4: correctly handle queries for metadata mappingsOjaswin Mujoo-5/+9
2025-09-25ext4: increase IO priority of fastcommitJulian Sun-1/+1
2025-09-25ext4: remove obsolete EXT3 config optionsLukas Bulwahn-27/+0
2025-09-25ext4: fix potential null deref in ext4_mb_init()Baokun Li-0/+10
2025-09-25ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()Baokun Li-1/+12
2025-09-25ext4: replace min/max nesting with clamp()Xichao Zhao-3/+3
2025-09-25fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing-1/+1
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-1/+1
2025-09-01fs: add an icount_read helperJosef Bacik-2/+2