aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* 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-rc2Linus Torvalds2005-04-161-0/+1043