aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.c
AgeCommit message (Expand)Author
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-18ext4: convert to new timestamp accessorsJeff Layton
2023-10-09ext4: move ext4_xattr_handlers to .rodataWedson Almeida Filho
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara
2023-07-24ext4: convert to ctime accessor functionsJeff Layton
2023-07-23ext4: correct inline offset when handling xattrs in inode bodyEric Whitney
2023-06-08ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o
2023-05-30ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o
2023-05-30ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o
2023-05-28ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o
2023-05-13ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-11ext4: fix WARNING in ext4_update_inline_dataYe Bin
2023-03-06fs: rename generic posix acl handlersChristian Brauner
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-19ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li
2023-02-18ext4: refuse to create ea block when umountedJun Nie
2023-02-18ext4: optimize ea_inode block expansionJun Nie
2023-02-09ext4: improve xattr consistency checking and error reportingTheodore Ts'o
2023-01-24ext4: make xattr char unsignedness in hash explicitLinus Torvalds
2023-01-21ext4: deal with legacy signed xattr name hash valuesLinus Torvalds
2022-12-09ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin
2022-12-09ext4: allocate extended attribute value in vmalloc areaYe Bin
2022-12-08ext4: fix deadlock due to mbcache entry corruptionJan Kara
2022-12-08ext4: avoid BUG_ON when creating xattrsJan Kara
2022-12-01ext4: check the return value of ext4_xattr_inode_dec_ref()Li Zhong
2022-09-30ext4: fix i_version handling in ext4Jeff Layton
2022-08-02ext4: fix race when reusing xattr blocksJan Kara
2022-08-02ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara
2022-08-02ext4: remove EA inode entry from mbcache on inode evictionJan Kara
2022-08-02ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li
2022-06-18ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang
2022-02-03ext4: fast commit may not fallback for ineligible commitXin Yin
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-06-24ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury
2021-03-21ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)
2021-03-06ext4: add reclaim checks to xattr codeJan Kara
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara
2020-12-09ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()Chunguang Xu
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-08-06ext4: delete unnecessary checks before brelse()Markus Elfring
2020-06-12ext4: support xattr gnu.* namespace for the HurdJan (janneke) Nieuwenhuizen
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar