summaryrefslogtreecommitdiff
path: root/fs/ext4/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-10-19ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag1-7/+8
2025-04-25ext4: ignore xattrs past endBhupesh1-1/+10
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-10-17ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)1-1/+2
2024-08-29ext4: do not create EA inode under buffer lockJan Kara1-60/+53
2024-08-29ext4: fold quota accounting into ext4_xattr_inode_lookup_create()Jan Kara1-26/+24
2024-08-29ext4: check the return value of ext4_xattr_inode_dec_ref()Li Zhong1-1/+2
2024-08-03ext4: 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-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-10ext4: refuse to create ea block when umountedJun Nie1-0/+7
2023-03-10ext4: optimize ea_inode block expansionJun Nie1-11/+17
2023-01-07ext4: allocate extended attribute value in vmalloc areaYe Bin1-2/+2
2023-01-07ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin1-0/+3
2023-01-07ext4: fix deadlock due to mbcache entry corruptionJan Kara1-2/+2
2023-01-07ext4: avoid BUG_ON when creating xattrsJan Kara1-8/+0
2022-09-30ext4: fix i_version handling in ext4Jeff Layton1-0/+1
2022-08-02ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-02ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-02ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-16/+8
2022-08-02ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-06-18ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin1-3/+3
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-9/+17
2021-06-24ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani1-25/+1
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2021-03-21ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)1-1/+1
2021-03-06ext4: add reclaim checks to xattr codeJan Kara1-0/+4
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara1-1/+1
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-0/+3
2020-12-09ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()Chunguang Xu1-1/+0
2020-10-21ext4: 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-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-2/+4
2020-06-03ext4: fix error pointer dereferenceJeffle Xu1-2/+5
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-5/+5
2020-01-17ext4: 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-05ext4: Reserve revoke credits for freed blocksJan Kara1-1/+3
2019-11-05ext4, jbd2: Provide accessor function for handle creditsJan Kara1-1/+1
2019-11-05ext4: Provide function to handle transaction restartsJan Kara1-57/+33