summaryrefslogtreecommitdiff
path: root/fs/ext4/xattr.c
AgeCommit message (Expand)Author
2024-10-04ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)
2024-08-26ext4: nested locking for xattr inodeWojciech Gładysz
2024-08-26ext4: annotate struct ext4_xattr_inode_array with __counted_by()Thorsten Blum
2024-08-20ext4: correct comment of ext4_xattr_block_cache_insertKemeng Shi
2024-08-20ext4: correct comment of ext4_xattr_cmpKemeng Shi
2024-07-08ext4: avoid writing unitialized memory to disk in EA inodesJan Kara
2024-05-07ext4: propagate errors from ext4_sb_bread() in ext4_xattr_block_cache_find()Baokun Li
2024-05-07ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li
2024-05-03ext4: do not create EA inode under buffer lockJan Kara
2024-05-03Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"Jan Kara
2024-03-07ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()Jan Kara
2024-02-21ext4: fold quota accounting into ext4_xattr_inode_lookup_create()Jan Kara
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