aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21ext2: constify xattr_handlerStephen Hemminger1-5/+5
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck1-0/+2
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-5/+5
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-4/+7
2009-03-26ext2: Use lowercase names of quota functionsJan Kara1-4/+4
2008-04-28ext2: use ext2_group_first_block_no()Akinobu Mita1-4/+2
2008-04-28ext2: le*_add_cpu conversionMarcin Slusarz1-6/+3
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara1-1/+1
2007-10-17ext2 reservationsMartin J. Bligh1-2/+1
2006-12-07[PATCH] Remove superfluous lock_super() in extN xattr codeAndreas Gruenbacher1-4/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-02-17[PATCH] fix deadlock in ext2Peter Staubach1-2/+4
2006-01-10[PATCH] remove ext2 xattr permission checksakpm@osdl.org1-4/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-1/+1
2005-07-27[PATCH] mbcache: Remove unused mb_cache_shrink parameterAndreas Gruenbacher1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1043