aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ext4/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-13/+12
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+3
2023-03-11ext4: fix WARNING in ext4_update_inline_dataYe Bin1-0/+3
2023-03-06fs: rename generic posix acl handlersChristian Brauner1-2/+2
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner1-7/+10
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-57/+115
2023-02-19ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li1-0/+11
2023-02-18ext4: refuse to create ea block when umountedJun Nie1-0/+7
2023-02-18ext4: optimize ea_inode block expansionJun Nie1-11/+17
2023-02-09ext4: improve xattr consistency checking and error reportingTheodore Ts'o1-46/+80
2023-01-24ext4: make xattr char unsignedness in hash explicitLinus Torvalds1-5/+6
2023-01-21ext4: deal with legacy signed xattr name hash valuesLinus Torvalds1-2/+39
2022-12-09ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin1-0/+3
2022-12-09ext4: allocate extended attribute value in vmalloc areaYe Bin1-2/+2
2022-12-08ext4: fix deadlock due to mbcache entry corruptionJan Kara1-2/+2
2022-12-08ext4: avoid BUG_ON when creating xattrsJan Kara1-8/+0
2022-12-01ext4: check the return value of ext4_xattr_inode_dec_ref()Li Zhong1-1/+2
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
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-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o1-40/+36
2018-11-09ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin1-0/+6