summaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-5/+5
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* | ext4: remove useless condition in if statement.Wei Yuan2015-04-031-2/+1Star
* | ext4: remove unused header filesSheng Yong2015-04-031-1/+0Star
|/
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-131-4/+2Star
* ext4: check EA value offset when loadingDarrick J. Wong2014-09-161-8/+24
* ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o2014-09-051-6/+0Star
* ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-131-0/+4
* ext4: remove unnecessary double parenthesesLukas Czerner2014-05-121-1/+1
* ext4: avoid unneeded lookup when xattr name is invalidZhang Zhen2014-05-121-0/+3
* ext4: fix jbd2 warning under heavy xattr loadJan Kara2014-04-071-4/+19
* ext4: each filesystem creates and uses its own mb_cacheT Makphaibulchoke2014-03-191-23/+28
* ext4: don't calculate total xattr header size unless neededTheodore Ts'o2014-02-201-4/+4
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-4/+4
* ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o2013-11-011-0/+1
* ext4: fix memory leak in xattrDave Jones2013-10-121-0/+2
* ext4: fix miscellaneous big endian warningsTheodore Ts'o2013-04-101-6/+7
* ext4: fix xattr block allocation/release with bigallocLukas Czerner2013-02-181-3/+4
* ext4: fix the number of credits needed for acl ops with inline dataTheodore Ts'o2013-02-091-8/+1Star
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-091-1/+1
* ext4: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-121-1/+1
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-121-1/+2
* ext4: zero out inline data using memset() instead of empty_zero_pageTheodore Ts'o2012-12-111-6/+16
* ext4: evict inline data out if we need to strore xattr in inodeTao Ma2012-12-101-4/+50
* ext4: export inline xattr functionsTao Ma2012-12-051-33/+6Star
* ext4: remove ext4_handle_release_buffer()Eric Sandeen2012-11-081-1/+0Star
* ext4: use s_csum_seed instead of i_csum_seed for xattr blockTao Ma2012-07-091-7/+4Star
* ext4: Calculate and verify checksums of extended attribute blocksDarrick J. Wong2012-04-301-15/+77
* ext4: add no_printk argument validation, fix falloutJoe Perches2012-03-201-5/+8
* ext4: avoid deadlock on sync-mounted FS w/o journalEric Sandeen2012-02-211-3/+4
* ext4: remove unneeded variable in ext4_xattr_check_block()Zheng Liu2012-02-201-4/+1Star
* ext4: fix race in xattr block allocation pathEric Sandeen2011-10-291-0/+6
* ext4: use ext4_reserve_inode_write in ext4_xattr_set_handleEric Sandeen2011-10-261-5/+1Star
* ext4: add flag to ext4_has_free_blocksAllison Henderson2011-05-251-2/+2
* ext4: unify the ext4_handle_release_buffer() apiAmir Goldstein2011-03-211-1/+1
* ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-02-221-1/+1
* ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui2011-01-101-1/+1
* ext4: clean up ext4_xattr_list()'s error code checking and return strategyTheodore Ts'o2011-01-101-13/+13
* ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()Theodore Ts'o2010-10-281-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-7/+5Star
|\
| * mbcache: Remove unused featuresAndreas Gruenbacher2010-08-091-7/+5Star
* | ext4: Clean up s_dirt handlingTheodore Ts'o2010-06-121-2/+1Star
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-05-271-21/+18Star
|\
| * ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov2010-05-171-2/+2
| * ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()Theodore Ts'o2010-05-171-19/+16Star
* | ext4: constify xattr_handlerStephen Hemminger2010-05-221-5/+5
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-4/+4
|\
| * dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-4/+4
* | ext4: add missing error checking to ext4_expand_extra_isize_ea()Roel Kluin2010-02-151-0/+2
* | ext4: move __func__ into a macro for ext4_warning, ext4_errorEric Sandeen2010-02-151-18/+14Star