summaryrefslogtreecommitdiff
path: root/fs/ext4/xattr.c
AgeCommit message (Expand)AuthorFilesLines
5 daysext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin1-25/+1
5 daysext4: introduce ITAIL helperYe Bin1-5/+5
5 daysext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich1-1/+5
2025-12-07fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-10-29ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag1-7/+8
2025-05-02ext4: ignore xattrs past endBhupesh1-1/+10
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-08-19ext4: avoid writing unitialized memory to disk in EA inodesJan Kara1-0/+6
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li1-1/+3
2023-07-27ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-06-14ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o1-2/+4
2023-06-09ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o1-0/+4
2023-06-09ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o1-0/+1
2023-06-09ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o1-29/+7
2023-05-17ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-04-26ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2023-04-26ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani1-25/+1
2023-04-26Revert "ext4: fix use-after-free in ext4_xattr_set_entry"Tudor Ambarus1-4/+2
2023-03-22ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li1-0/+11
2023-03-17ext4: fix WARNING in ext4_update_inline_dataYe Bin1-0/+3
2023-03-11ext4: refuse to create ea block when umountedJun Nie1-0/+7
2023-03-11ext4: optimize ea_inode block expansionJun Nie1-11/+17
2023-01-14ext4: fix deadlock due to mbcache entry corruptionJan Kara1-2/+2
2023-01-14ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2023-01-14ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2023-01-14ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-16/+8
2023-01-14ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2023-01-14ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2023-01-14ext4: allocate extended attribute value in vmalloc areaYe Bin1-2/+2
2023-01-14ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin1-0/+3
2023-01-14ext4: avoid BUG_ON when creating xattrsJan Kara1-8/+0
2022-08-21ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2021-03-30ext4: add reclaim checks to xattr codeJan Kara1-0/+4
2021-03-25ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)1-1/+1
2020-10-22ext4: main fast-commit commit pathHarshad Shirwadkar1-0/+3
2020-08-06ext4: delete unnecessary checks before brelse()Markus Elfring1-2/+1
2020-06-12ext4: support xattr gnu.* namespace for the HurdJan (janneke) Nieuwenhuizen1-0/+2
2020-06-04ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-2/+4
2020-06-04ext4: fix error pointer dereferenceJeffle Xu1-2/+5
2020-04-02ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-5/+5
2020-01-18ext4: drop ext4_kvmalloc()Theodore Ts'o1-1/+1
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o1-1/+3
2019-11-06ext4: Reserve revoke credits for freed blocksJan Kara1-1/+3
2019-11-06ext4, jbd2: Provide accessor function for handle creditsJan Kara1-1/+1
2019-11-06ext4: Provide function to handle transaction restartsJan Kara1-57/+33
2019-04-10ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o1-1/+1
2019-02-21ext4: fix some error pointer dereferencesDan Carpenter1-0/+3
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-2/+3
2018-12-19ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o1-1/+1
2018-11-26ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o1-40/+36