summaryrefslogtreecommitdiff
path: root/fs/ext4/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+4
2023-10-18ext4: convert to new timestamp accessorsJeff Layton1-4/+4
2023-10-09ext4: move ext4_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+3
2023-07-30ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-1/+1
2023-07-24ext4: convert to ctime accessor functionsJeff Layton1-3/+3
2023-07-23ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-06-08ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o1-2/+4
2023-05-30ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o1-0/+4
2023-05-30ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o1-0/+1
2023-05-28ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o1-29/+7
2023-05-14ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-13/+12
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/t...Linus Torvalds1-57/+115
2023-02-19ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li1-0/+11
2023-02-19ext4: refuse to create ea block when umountedJun Nie1-0/+7
2023-02-19ext4: 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-09ext4: fix deadlock due to mbcache entry corruptionJan Kara1-2/+2
2022-12-09ext4: 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-10-01ext4: fix i_version handling in ext4Jeff Layton1-0/+1
2022-08-03ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-03ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-03ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-16/+8
2022-08-03ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-06-19ext4: 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-31ext4: 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-10ext4: 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-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