summaryrefslogtreecommitdiffstats
path: root/fs/ext2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-051-0/+9
* mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-221-1/+1
* mbcache2: rename to mbcacheJan Kara2016-02-221-24/+24
* ext2: convert to mbcache2Jan Kara2016-02-221-76/+67
* 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-5/+10
|/
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-4/+3
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-4/+4
* Ext2: return ENOMEM rather than EIO if sb_getblk failsWang Shilong2013-01-211-1/+1
* Ext2: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-211-1/+1
* ext2: Remove s_dirt handlingJan Kara2012-04-111-1/+0
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-091-1/+0
* ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_getWang Sheng-Hui2011-07-221-5/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ext2: remove dead code in ext2_xattr_getWang Sheng-Hui2011-01-101-8/+0
* ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui2011-01-101-1/+1
* fs: add sync_inode_metadataChristoph Hellwig2010-10-251-1/+1
* mbcache: Remove unused featuresAndreas Gruenbacher2010-08-091-7/+5
* Don't dirty the victim in ext2_xattr_delete_inode()Al Viro2010-08-091-2/+0
* Take dirtying the inode to callers of ext2_free_blocks()Al Viro2010-08-091-0/+3
* ext2: switch to dquot_free_block_nodirty()Al Viro2010-08-091-4/+8
* ext2: constify xattr_handlerStephen Hemminger2010-05-211-5/+5
* ext2: Add ext2_sb_info s_lock spinlockJan Blunck2010-05-211-0/+2
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-5/+5
* sanitize xattr handler prototypesChristoph Hellwig2009-12-161-4/+7
* ext2: Use lowercase names of quota functionsJan Kara2009-03-261-4/+4
* ext2: use ext2_group_first_block_no()Akinobu Mita2008-04-281-4/+2
* ext2: le*_add_cpu conversionMarcin Slusarz2008-04-281-6/+3
* vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-151-1/+1
* ext2 reservationsMartin J. Bligh2007-10-171-2/+1
* [PATCH] Remove superfluous lock_super() in extN xattr codeAndreas Gruenbacher2006-12-071-4/+1
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1
* [PATCH] fix deadlock in ext2Peter Staubach2006-02-171-2/+4
* [PATCH] remove ext2 xattr permission checksakpm@osdl.org2006-01-101-4/+0
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-1/+1
* [PATCH] mbcache: Remove unused mb_cache_shrink parameterAndreas Gruenbacher2005-07-271-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1043
OpenPOWER on IntegriCloud