summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
3 daysext4: use optimized mballoc scanning regardless of inode formatJan Kara1-2/+0
3 daysext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
3 daysext4: fix dirtyclusters double decrement on fs shutdownBrian Foster2-17/+6
3 daysext4: fix e4b bitmap inconsistency reportsYongjian Sun1-10/+11
3 daysext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
3 daysext4: drop extent cache when splitting extent failsZhang Yi1-2/+6
3 daysext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi1-1/+9
3 daysext4: don't cache extent during splitting extentZhang Yi1-0/+6
3 daysext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi1-1/+12
3 daysext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi1-6/+12
3 daysext4: fast commit: make s_fc_lock reclaim-safeLi Chen2-23/+44
2026-01-23ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun1-0/+1
2026-01-02ext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
2026-01-02ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun1-0/+2
2026-01-02ext4: clear i_state_flags when alloc inodeHaibo Chen3-2/+1
2026-01-02ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich1-1/+5
2026-01-02ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()Fedor Pchelkin1-0/+4
2026-01-02ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-2/+3
2025-12-18ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun1-17/+32
2025-12-18ext4: correct the checking of quota files before moving extentsZhang Yi1-1/+1
2025-12-12ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih1-1/+6
2025-12-12ext4: refresh inline data size before write operationsDeepanshu Kartikey1-1/+6
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+19
2025-10-10ext4: free orphan info with kvfreeJan Kara1-2/+2
2025-10-10ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-10ext4: wait for ongoing I/O to complete before freeing blocksZhang Yi1-2/+9
2025-10-03Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-117/+413
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-2/+20
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-26ext4: fix checks for orphan inodesJan Kara5-9/+15
2025-09-26ext4: validate ea_ino and size in check_xattrsDeepanshu Kartikey1-0/+4
2025-09-26ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag1-7/+8
2025-09-26ext4: implemet new ioctls to set and get superblock parametersTheodore Ts'o1-7/+305
2025-09-26ext4: add support for 32-bit default reserved uid and gid valuesTheodore Ts'o2-5/+19
2025-09-26ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o1-12/+5
2025-09-26ext4: fix an off-by-one issue during moving extentsZhang Yi1-1/+1
2025-09-26ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun1-2/+8
2025-09-26ext4: verify orphan file size is not too bigJan Kara1-1/+12
2025-09-26ext4: fail unaligned direct IO write with EINVALJan Kara1-35/+0
2025-09-26ext4: correctly handle queries for metadata mappingsOjaswin Mujoo1-5/+9
2025-09-25ext4: increase IO priority of fastcommitJulian Sun1-1/+1
2025-09-25ext4: remove obsolete EXT3 config optionsLukas Bulwahn1-27/+0
2025-09-25ext4: fix potential null deref in ext4_mb_init()Baokun Li1-0/+10
2025-09-25ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()Baokun Li3-1/+12
2025-09-25ext4: replace min/max nesting with clamp()Xichao Zhao1-3/+3
2025-09-25fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-01fs: add an icount_read helperJosef Bacik1-2/+2