summaryrefslogtreecommitdiff
path: root/fs/ext2/xattr.c
AgeCommit message (Expand)Author
2020-04-24ext2: fix debug reference to ext2_xattr_cacheJan Kara
2020-04-24ext2: fix empty body warnings when -Wextra is usedRandy Dunlap
2018-12-05ext2: fix potential use after freePan Bian
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino
2016-02-22mbcache: add reusable flag to cache entriesAndreas Gruenbacher
2016-02-22mbcache2: rename to mbcacheJan Kara
2016-02-22ext2: convert to mbcache2Jan Kara
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig
2013-01-21Ext2: return ENOMEM rather than EIO if sb_getblk failsWang Shilong
2013-01-21Ext2: use unlikely to improve the efficiency of the kernelWang Shilong
2012-04-11ext2: Remove s_dirt handlingJan Kara
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker
2011-07-22ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_getWang Sheng-Hui
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-10ext2: remove dead code in ext2_xattr_getWang Sheng-Hui
2011-01-10ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui
2010-10-25fs: add sync_inode_metadataChristoph Hellwig
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher
2010-08-09Don't dirty the victim in ext2_xattr_delete_inode()Al Viro
2010-08-09Take dirtying the inode to callers of ext2_free_blocks()Al Viro
2010-08-09ext2: switch to dquot_free_block_nodirty()Al Viro
2010-05-21ext2: constify xattr_handlerStephen Hemminger
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-03-26ext2: Use lowercase names of quota functionsJan Kara
2008-04-28ext2: use ext2_group_first_block_no()Akinobu Mita
2008-04-28ext2: le*_add_cpu conversionMarcin Slusarz
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara
2007-10-17ext2 reservationsMartin J. Bligh
2006-12-07[PATCH] Remove superfluous lock_super() in extN xattr codeAndreas Gruenbacher
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris
2006-02-17[PATCH] fix deadlock in ext2Peter Staubach
2006-01-10[PATCH] remove ext2 xattr permission checksakpm@osdl.org
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2005-07-27[PATCH] mbcache: Remove unused mb_cache_shrink parameterAndreas Gruenbacher
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds