summaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-131-4/+2
* ext4: check EA value offset when loadingDarrick J. Wong2014-09-161-8/+24
* ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o2014-09-041-6/+0
* ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-121-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-181-23/+28
* ext4: don't calculate total xattr header size unless neededTheodore Ts'o2014-02-191-4/+4
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-4/+4
* ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o2013-10-311-0/+1
* ext4: fix memory leak in xattrDave Jones2013-10-121-0/+2
* ext4: fix miscellaneous big endian warningsTheodore Ts'o2013-04-091-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/+1
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-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/+6
* ext4: remove ext4_handle_release_buffer()Eric Sandeen2012-11-081-1/+0
* ext4: use s_csum_seed instead of i_csum_seed for xattr blockTao Ma2012-07-091-7/+4
* ext4: Calculate and verify checksums of extended attribute blocksDarrick J. Wong2012-04-291-15/+77
* ext4: add no_printk argument validation, fix falloutJoe Perches2012-03-191-5/+8
* ext4: avoid deadlock on sync-mounted FS w/o journalEric Sandeen2012-02-201-3/+4
* ext4: remove unneeded variable in ext4_xattr_check_block()Zheng Liu2012-02-201-4/+1
* 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/+1
* ext4: add flag to ext4_has_free_blocksAllison Henderson2011-05-251-2/+2
* ext4: unify the ext4_handle_release_buffer() apiAmir Goldstein2011-03-201-1/+1
* ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-02-211-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-271-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-7/+5
|\
| * mbcache: Remove unused featuresAndreas Gruenbacher2010-08-091-7/+5
* | ext4: Clean up s_dirt handlingTheodore Ts'o2010-06-111-2/+1
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-05-271-21/+18
|\
| * ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov2010-05-161-2/+2
| * ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()Theodore Ts'o2010-05-161-19/+16
* | ext4: constify xattr_handlerStephen Hemminger2010-05-211-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/+14
* | ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o2010-01-241-11/+11
|/
* ext4: Eliminate potential double free on error pathJulia Lawall2009-12-231-0/+2
* sanitize xattr handler prototypesChristoph Hellwig2009-12-161-14/+17
* ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o2009-11-231-3/+5
OpenPOWER on IntegriCloud