aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches1-12/+6
2016-10-15ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers1-1/+1
2016-08-29ext4: factor out loop for freeing inode xattr spaceJan Kara1-52/+69
2016-08-29ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()Jan Kara1-12/+8
2016-08-29ext4: factor out xattr movingJan Kara1-74/+85
2016-08-29ext4: replace bogus assertion in ext4_xattr_shift_entries()Jan Kara1-4/+5
2016-08-29ext4: remove checks for e_value_blockJan Kara1-8/+7
2016-08-29ext4: Check that external xattr value block is zeroJan Kara1-0/+2
2016-08-29ext4: fixup free space calculations when expanding inodesJan Kara1-34/+24
2016-08-11ext4: avoid deadlock when expanding inode sizeJan Kara1-6/+13
2016-08-11ext4: properly align shifted xattrs when expanding inodesJan Kara1-1/+1
2016-08-11ext4: fix xattr shifting when expanding inodes part 2Jan Kara1-2/+3
2016-08-11ext4: fix xattr shifting when expanding inodesJan Kara1-13/+14
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong1-6/+7
2016-03-22ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28
2016-02-22mbcache: add reusable flag to cache entriesAndreas Gruenbacher1-24/+42
2016-02-22ext4: shortcut setting of xattr to the same valueJan Kara1-0/+18
2016-02-22mbcache2: rename to mbcacheJan Kara1-27/+27
2016-02-22ext4: convert to mbcache2Jan Kara1-69/+67
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-4/+2
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher1-6/+11
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-4/+3
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong1-2/+2
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong1-14/+14
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2015-04-02ext4: remove useless condition in if statement.Wei Yuan1-2/+1
2015-04-02ext4: remove unused header filesSheng Yong1-1/+0
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-4/+2
2014-09-16ext4: check EA value offset when loadingDarrick J. Wong1-8/+24
2014-09-04ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o1-6/+0
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie1-0/+4
2014-05-12ext4: remove unnecessary double parenthesesLukas Czerner1-1/+1
2014-05-12ext4: avoid unneeded lookup when xattr name is invalidZhang Zhen1-0/+3
2014-04-07ext4: fix jbd2 warning under heavy xattr loadJan Kara1-4/+19
2014-03-18ext4: each filesystem creates and uses its own mb_cacheT Makphaibulchoke1-23/+28
2014-02-19ext4: don't calculate total xattr header size unless neededTheodore Ts'o1-4/+4
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig1-4/+4
2013-10-31ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o1-0/+1
2013-10-12ext4: fix memory leak in xattrDave Jones1-0/+2
2013-04-09ext4: fix miscellaneous big endian warningsTheodore Ts'o1-6/+7
2013-02-18ext4: fix xattr block allocation/release with bigallocLukas Czerner1-3/+4
2013-02-09ext4: fix the number of credits needed for acl ops with inline dataTheodore Ts'o1-8/+1
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-1/+1
2013-01-12ext4: use unlikely to improve the efficiency of the kernelWang Shilong1-1/+1
2013-01-12ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o1-1/+2
2012-12-11ext4: zero out inline data using memset() instead of empty_zero_pageTheodore Ts'o1-6/+16
2012-12-10ext4: evict inline data out if we need to strore xattr in inodeTao Ma1-4/+50
2012-12-05ext4: export inline xattr functionsTao Ma1-33/+6