summaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()Jan Kara2024-03-071-11/+0
* ext4: fold quota accounting into ext4_xattr_inode_lookup_create()Jan Kara2024-02-211-26/+24
* Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-4/+4
|\
| * ext4: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
* | ext4: move ext4_xattr_handlers to .rodataWedson Almeida Filho2023-10-091-1/+1
|/
* Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-311-1/+1
|\
| * ext4: make ext4_forced_shutdown() take struct super_blockJan Kara2023-07-291-1/+1
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-3/+3
|\ \ | |/ |/|
| * ext4: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* | ext4: correct inline offset when handling xattrs in inode bodyEric Whitney2023-07-231-0/+14
|/
* ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o2023-06-081-2/+4
* ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o2023-05-301-0/+4
* ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o2023-05-301-0/+1
* ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o2023-05-281-29/+7
* 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