summaryrefslogtreecommitdiff
path: root/fs/ext4/xattr.c
AgeCommit message (Expand)Author
2023-07-27ext4: correct inline offset when handling xattrs in inode bodyEric Whitney
2023-06-14ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o
2023-06-09ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o
2023-06-09ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o
2023-06-09ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o
2023-05-17ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o
2023-04-26ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li
2023-04-26ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani
2023-04-26Revert "ext4: fix use-after-free in ext4_xattr_set_entry"Tudor Ambarus
2023-03-22ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li
2023-03-17ext4: fix WARNING in ext4_update_inline_dataYe Bin
2023-03-11ext4: refuse to create ea block when umountedJun Nie
2023-03-11ext4: optimize ea_inode block expansionJun Nie
2023-01-18ext4: fix deadlock due to mbcache entry corruptionJan Kara
2023-01-18ext4: fix race when reusing xattr blocksJan Kara
2023-01-18ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara
2023-01-18ext4: remove EA inode entry from mbcache on inode evictionJan Kara
2023-01-18ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang
2023-01-18ext4: allocate extended attribute value in vmalloc areaYe Bin
2023-01-18ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin
2023-01-18ext4: avoid BUG_ON when creating xattrsJan Kara
2022-08-25ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li
2021-03-30ext4: add reclaim checks to xattr codeJan Kara
2021-03-24ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)
2020-06-22ext4: fix error pointer dereferenceJeffle Xu
2019-04-10ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o
2019-02-21ext4: fix some error pointer dereferencesDan Carpenter
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-12-19ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o
2018-11-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o
2018-11-09ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin
2018-11-07ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin
2018-11-07ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin
2018-11-07ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin
2018-11-07ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin
2018-11-06ext4: remove unneeded brelse call in ext4_xattr_inode_update_ref()Vasily Averin
2018-08-01ext4: check for NUL characters in extended attribute's nameTheodore Ts'o
2018-06-16ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o
2018-06-16ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o
2018-06-13ext4: always verify the magic number in xattr blocksTheodore Ts'o
2018-06-13ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o
2018-05-23ext4: correctly handle a zero-length xattr with a non-zero e_value_offsTheodore Ts'o
2018-03-30ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o
2018-03-30ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o
2018-03-30ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o
2018-03-29ext4: limit xattr size to INT_MAXEric Biggers
2018-01-29ext4: convert to new i_version APIJeff Layton
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-24ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan
2017-08-14ext4: add missing xattr hash updateTahsin Erdogan