summaryrefslogtreecommitdiff
path: root/fs/ext4/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o2023-05-131-2/+3
* Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-241-13/+12
|\
| * fs: rename generic posix acl handlersChristian Brauner2023-03-061-2/+2
| * fs: simplify ->listxattr() implementationChristian Brauner2023-03-061-7/+10
| * fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-121-0/+3
|\ \ | |/ |/|
| * ext4: fix WARNING in ext4_update_inline_dataYe Bin2023-03-111-0/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-281-57/+115
|\ \ | |/
| * ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li2023-02-191-0/+11
| * ext4: refuse to create ea block when umountedJun Nie2023-02-181-0/+7
| * ext4: optimize ea_inode block expansionJun Nie2023-02-181-11/+17
| * ext4: improve xattr consistency checking and error reportingTheodore Ts'o2023-02-091-46/+80
* | ext4: make xattr char unsignedness in hash explicitLinus Torvalds2023-01-241-5/+6
|/
* ext4: deal with legacy signed xattr name hash valuesLinus Torvalds2023-01-211-2/+39
* ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin2022-12-091-0/+3
* ext4: allocate extended attribute value in vmalloc areaYe Bin2022-12-091-2/+2
* ext4: fix deadlock due to mbcache entry corruptionJan Kara2022-12-081-2/+2
* ext4: avoid BUG_ON when creating xattrsJan Kara2022-12-081-8/+0
* ext4: check the return value of ext4_xattr_inode_dec_ref()Li Zhong2022-12-011-1/+2
* ext4: fix i_version handling in ext4Jeff Layton2022-09-301-0/+1
* ext4: fix race when reusing xattr blocksJan Kara2022-08-021-22/+45
* ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara2022-08-021-39/+38
* ext4: remove EA inode entry from mbcache on inode evictionJan Kara2022-08-021-16/+8
* ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li2022-08-021-2/+4
* ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang2022-06-181-2/+1
* ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-3/+3
* ext4: Support for checksumming from journal triggersJan Kara2021-08-301-9/+17
* ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani2021-06-241-25/+1
* ext4: fix various seppling typosBhaskar Chowdhury2021-04-091-1/+1
* ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-211-1/+1
* ext4: add reclaim checks to xattr codeJan Kara2021-03-061-0/+4
* ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-221-1/+1
* ext4: protect superblock modifications with a buffer lockJan Kara2020-12-221-0/+3
* ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()Chunguang Xu2020-12-091-1/+0
* ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-211-0/+3
* ext4: delete unnecessary checks before brelse()Markus Elfring2020-08-061-2/+1
* ext4: support xattr gnu.* namespace for the HurdJan (janneke) Nieuwenhuizen2020-06-121-0/+2
* ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-2/+4
* ext4: fix error pointer dereferenceJeffle Xu2020-06-031-2/+5
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-5/+5
* ext4: drop ext4_kvmalloc()Theodore Ts'o2020-01-171-1/+1
* ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o2019-12-261-1/+3
* ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-1/+3
* ext4, jbd2: Provide accessor function for handle creditsJan Kara2019-11-051-1/+1
* ext4: Provide function to handle transaction restartsJan Kara2019-11-051-57/+33
* ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o2019-04-101-1/+1
* ext4: fix some error pointer dereferencesDan Carpenter2019-02-211-0/+3
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2018-12-191-2/+3
* ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o2018-12-191-1/+1
* ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o2018-11-251-40/+36