summaryrefslogtreecommitdiffstats
path: root/fs/ext4/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-4/+2
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2
* | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-6/+11
|/
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-4/+3
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-2/+2
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-14/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-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-021-2/+1
* | ext4: remove unused header filesSheng Yong2015-04-021-1/+0
|/
* 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
OpenPOWER on IntegriCloud