summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
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
2025-08-21ext4: move verity info pointer to fs-specific part of inodeEric Biggers3-0/+9
2025-08-21ext4: move crypt info pointer to fs-specific part of inodeEric Biggers3-0/+9
2025-08-18Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-18/+36
2025-08-13ext4: fix incorrect function name in commentBaolin Liu1-1/+1
2025-08-13ext4: use kmalloc_array() for array space allocationLiao Yuanhong1-2/+3
2025-08-13ext4: fix hole length calculation overflow in non-extent inodesZhang Yi1-2/+2
2025-08-13ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o1-0/+2
2025-08-13ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo1-0/+8
2025-08-13ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo1-3/+12
2025-08-13ext4: remove redundant __GFP_NOWARNQianfeng Rong2-2/+2
2025-08-13ext4: fix unused variable warning in ext4_init_new_dirTheodore Ts'o1-2/+0
2025-08-13ext4: remove useless if checkAntonio Quartulli1-2/+0
2025-08-13ext4: check fast symlink for ea_inode correctlyAndreas Dilger1-1/+1
2025-08-13ext4: preserve SB_I_VERSION on remountBaokun Li1-3/+3
2025-08-13ext4: show the default enabled i_version optionBaokun Li1-0/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-31Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-681/+861
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+7
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+55
2025-07-25ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o1-3/+16
2025-07-25ext4: implement linear-like traversal across order xarraysBaokun Li1-21/+47