aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-02ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-0/+1
2022-08-02ext4: aligned '*' in commentsJiang Jian1-1/+1
2022-08-02ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2021-06-24ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani1-3/+3
2020-06-12ext4: support xattr gnu.* namespace for the HurdJan (janneke) Nieuwenhuizen1-0/+1
2020-03-14ext4: use flexible-array member for xattr structsGustavo A. R. Silva1-2/+2
2018-03-30ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o1-0/+11
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan1-1/+4
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan1-0/+2
2017-06-22ext4: xattr inode deduplicationTahsin Erdogan1-15/+2
2017-06-22ext4: cleanup transaction restarts during inode deletionTahsin Erdogan1-1/+2
2017-06-22ext4: move struct ext4_xattr_inode_array to xattr.hTahsin Erdogan1-0/+5
2017-06-22ext4: modify ext4_xattr_ino_array to hold struct inode *Tahsin Erdogan1-3/+2
2017-06-21ext4: improve journal credit handling in set xattr pathsTahsin Erdogan1-0/+1
2017-06-21ext4: change ext4_xattr_inode_iget() signatureTahsin Erdogan1-2/+0
2017-06-21ext4: fix lockdep warning about recursive inode lockingTahsin Erdogan1-0/+6
2017-06-21ext4: xattr-in-inode supportAndreas Dilger1-3/+30
2017-01-11ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o1-0/+32
2016-07-31ext4: reserve xattr index for the HurdTheodore Ts'o1-0/+1
2016-02-22mbcache2: rename to mbcacheJan Kara1-2/+2
2016-02-22ext4: convert to mbcache2Jan Kara1-3/+2
2015-04-11ext4 crypto: add encryption xattr supportMichael Halcrow1-0/+3
2014-03-18ext4: each filesystem creates and uses its own mb_cacheT Makphaibulchoke1-3/+3
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig1-2/+0
2013-04-18ext4: reserve xattr index for Rich ACL supportTheodore Ts'o1-0/+1
2013-02-09ext4: fix the number of credits needed for acl ops with inline dataTheodore Ts'o1-68/+0
2012-12-11ext4: zero out inline data using memset() instead of empty_zero_pageTheodore Ts'o1-0/+1
2012-12-10ext4: Remove CONFIG_EXT4_FS_XATTRTao Ma1-235/+0
2012-12-10ext4: let fallocate handle inline data correctlyTao Ma1-0/+5
2012-12-10ext4: let ext4_truncate handle inline data correctlyTao Ma1-0/+9
2012-12-10ext4: evict inline data out if we need to strore xattr in inodeTao Ma1-3/+6
2012-12-10ext4: let fiemap work with inline dataTao Ma1-0/+10
2012-12-10ext4: let ext4_rename handle inline dirTao Ma1-0/+11
2012-12-10ext4: let empty_dir handle inline dirTao Ma1-0/+6
2012-12-10ext4: let ext4_delete_entry() handle inline dataTao Ma1-0/+13
2012-12-10ext4: let ext4_find_entry handle inline dataTao Ma1-0/+13
2012-12-10ext4: let ext4_readdir handle inline dataTao Ma1-0/+9
2012-12-10ext4: let add_dir_entry handle inline data properlyTao Ma1-0/+19
2012-12-10ext4: add delalloc support for inline dataTao Ma1-0/+27
2012-12-10ext4: add journalled write support for inline dataTao Ma1-0/+12
2012-12-10ext4: add normal write support for inline dataTao Ma1-0/+26
2012-12-10ext4: add read support for inline dataTao Ma1-0/+7
2012-12-10ext4: add the basic function for inline data supportTao Ma1-0/+54
2012-12-05ext4: export inline xattr functionsTao Ma1-0/+58
2012-04-29ext4: change on-disk layout to support extended metadata checksummingDarrick J. Wong1-1/+3
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-2/+2
2010-10-28ext4: fix compile with CONFIG_EXT4_FS_XATTR disabledIngo Molnar1-1/+1
2010-10-27ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()Theodore Ts'o1-4/+4