aboutsummaryrefslogtreecommitdiff
path: root/fs/ext2/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-10ext2: remove dead code in ext2_xattr_getGravatar Wang Sheng-Hui 1-8/+0
2011-01-10ext2,ext3,ext4: clarify comment for extN_xattr_set_handleGravatar Wang Sheng-Hui 1-1/+1
2010-10-25fs: add sync_inode_metadataGravatar Christoph Hellwig 1-1/+1
2010-08-09mbcache: Remove unused featuresGravatar Andreas Gruenbacher 1-7/+5
2010-08-09Don't dirty the victim in ext2_xattr_delete_inode()Gravatar Al Viro 1-2/+0
2010-08-09Take dirtying the inode to callers of ext2_free_blocks()Gravatar Al Viro 1-0/+3
2010-08-09ext2: switch to dquot_free_block_nodirty()Gravatar Al Viro 1-4/+8
2010-05-21ext2: constify xattr_handlerGravatar Stephen Hemminger 1-5/+5
2010-05-21ext2: Add ext2_sb_info s_lock spinlockGravatar Jan Blunck 1-0/+2
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-5/+5
2009-12-16sanitize xattr handler prototypesGravatar Christoph Hellwig 1-4/+7
2009-03-26ext2: Use lowercase names of quota functionsGravatar Jan Kara 1-4/+4
2008-04-28ext2: use ext2_group_first_block_no()Gravatar Akinobu Mita 1-4/+2
2008-04-28ext2: le*_add_cpu conversionGravatar Marcin Slusarz 1-6/+3
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsGravatar Jan Kara 1-1/+1
2007-10-17ext2 reservationsGravatar Martin J. Bligh 1-2/+1
2006-12-07[PATCH] Remove superfluous lock_super() in extN xattr codeGravatar Andreas Gruenbacher 1-4/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 1-2/+1
2006-02-17[PATCH] fix deadlock in ext2Gravatar Peter Staubach 1-2/+4
2006-01-10[PATCH] remove ext2 xattr permission checksGravatar akpm@osdl.org 1-4/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-1/+1
2005-07-27[PATCH] mbcache: Remove unused mb_cache_shrink parameterGravatar Andreas Gruenbacher 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1043