summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2026-03-04ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan
2026-03-04ext4: don't cache extent during splitting extentZhang Yi
2026-02-06ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun
2026-01-19ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2026-01-19ext4: introduce ITAIL helperYe Bin
2026-01-19ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin
2026-01-19ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun
2026-01-19ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich
2026-01-19ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun
2026-01-19ext4: remove unused return value of __mb_check_buddyKemeng Shi
2026-01-19ext4: correct the checking of quota files before moving extentsZhang Yi
2026-01-19ext4: minor defrag code improvementsEric Whitney
2026-01-19ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih
2026-01-19ext4: refresh inline data size before write operationsDeepanshu Kartikey
2025-12-07fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing
2025-10-29ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o
2025-10-29ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey
2025-10-29minmax: add in_range() macroMatthew Wilcox (Oracle)
2025-10-29ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag
2025-10-29ext4: correctly handle queries for metadata mappingsOjaswin Mujoo
2025-10-29ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun
2025-08-28ext4: fix hole length calculation overflow in non-extent inodesZhang Yi
2025-08-28ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo
2025-08-28ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger
2025-08-28ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o
2025-06-27ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi
2025-06-27ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()Zhang Yi
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-06-27ext4: factor out ext4_get_maxbytes()Zhang Yi
2025-06-27ext4: fix calculation of credits for extent tree modificationJan Kara
2025-06-27ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo
2025-06-04ext4: reorder capability check lastChristian Göttsche
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-05-02ext4: fix timer use-after-free on failed mountXiaxi Shen
2025-05-02ext4: fix off-by-one error in do_splitArtem Sadovnikov
2025-05-02ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2025-05-02ext4: reject casefold inode flag without casefold featureEric Biggers
2025-05-02ext4: ignore xattrs past endBhupesh
2025-05-02ext4: protect ext4_release_dquot against freezingOjaswin Mujoo
2025-04-10ext4: fix OOB read when checking dotdot dirAcs, Jakub
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o
2024-12-14ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o
2024-12-14ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park
2024-10-17ext4: fix warning in ext4_dio_write_end_io()Jan Kara
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz
2024-10-17ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin
2024-10-17ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng
2024-10-17ext4: properly sync file size update after O_SYNC direct IOJan Kara
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)