summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2025-12-18ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun
2025-12-18ext4: correct the checking of quota files before moving extentsZhang Yi
2025-12-12ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih
2025-12-12ext4: refresh inline data size before write operationsDeepanshu Kartikey
2025-11-13ext4: increase IO priority of fastcommitJulian Sun
2025-11-13fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing
2025-10-23ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey
2025-10-23ext4: wait for ongoing I/O to complete before freeing blocksZhang Yi
2025-10-19ext4: free orphan info with kvfreeJan Kara
2025-10-19ext4: validate ea_ino and size in check_xattrsDeepanshu Kartikey
2025-10-19ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag
2025-10-19ext4: fix an off-by-one issue during moving extentsZhang Yi
2025-10-19ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o
2025-10-19ext4: correctly handle queries for metadata mappingsOjaswin Mujoo
2025-10-19ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun
2025-10-19ext4: verify orphan file size is not too bigJan Kara
2025-10-19ext4: fail unaligned direct IO write with EINVALJan Kara
2025-10-19ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()Baokun Li
2025-10-15ext4: fix checks for orphan inodesJan Kara
2025-10-15ext4: fix potential null deref in ext4_mb_init()Baokun Li
2025-08-18Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-08-13ext4: fix incorrect function name in commentBaolin Liu
2025-08-12ext4: use kmalloc_array() for array space allocationLiao Yuanhong
2025-08-12ext4: fix hole length calculation overflow in non-extent inodesZhang Yi
2025-08-12ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o
2025-08-12ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo
2025-08-12ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo
2025-08-12ext4: remove redundant __GFP_NOWARNQianfeng Rong
2025-08-12ext4: fix unused variable warning in ext4_init_new_dirTheodore Ts'o
2025-08-12ext4: remove useless if checkAntonio Quartulli
2025-08-12ext4: check fast symlink for ea_inode correctlyAndreas Dilger
2025-08-12ext4: preserve SB_I_VERSION on remountBaokun Li
2025-08-12ext4: show the default enabled i_version optionBaokun Li
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-31Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-25ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o
2025-07-25ext4: implement linear-like traversal across order xarraysBaokun Li
2025-07-25ext4: refactor choose group to scan groupBaokun Li
2025-07-25ext4: convert free groups order lists to xarraysBaokun Li
2025-07-25ext4: factor out ext4_mb_scan_group()Baokun Li
2025-07-25ext4: factor out ext4_mb_might_prefetch()Baokun Li
2025-07-25ext4: factor out __ext4_mb_scan_group()Baokun Li
2025-07-25ext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li
2025-07-25ext4: fix zombie groups in average fragment size listsBaokun Li
2025-07-25ext4: merge freed extent with existing extents before insertionBaokun Li
2025-07-25ext4: convert sbi->s_mb_free_pending to atomic_tBaokun Li
2025-07-25ext4: fix typo in CR_GOAL_LEN_SLOW commentBaokun Li