summaryrefslogtreecommitdiffstats
path: root/fs/ext2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* ext2: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-031-2/+1Star
* ext2: optimize ext2_xattr_get()Chengguang Xu2019-05-281-4/+8
* ext2: introduce new helper for xattr entry comparisonChengguang Xu2019-05-281-7/+18
* ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu2019-05-281-20/+16Star
* ext2: Strengthen xattr block checksJan Kara2019-05-201-12/+10Star
* ext2: Merge loops in ext2_xattr_set()Jan Kara2019-05-201-22/+19Star
* ext2: introduce helper for xattr entry validationChengguang Xu2019-05-201-11/+21
* ext2: introduce helper for xattr header validationChengguang Xu2019-05-201-11/+20
* ext2: Set superblock revision when enabling xattr featureJan Kara2019-01-221-0/+1
* Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-281-1/+2
|\
| * ext2: change reusable parameter to true when calling mb_cache_entry_create()Chengguang Xu2018-11-151-1/+2
* | ext2: fix potential use after freePan Bian2018-11-271-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-221-17/+19
* mbcache: make mbcache naming more genericTahsin Erdogan2017-06-221-9/+9
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-061-0/+9
* mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-231-1/+1
* mbcache2: rename to mbcacheJan Kara2016-02-231-24/+24
* ext2: convert to mbcache2Jan Kara2016-02-221-76/+67Star
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-131-4/+2Star
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2Star
* | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-141-5/+10
|/
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-141-4/+3Star
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-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/+0Star
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-091-1/+0Star
* 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/+0Star
* ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui2011-01-101-1/+1
* fs: add sync_inode_metadataChristoph Hellwig2010-10-261-1/+1
* mbcache: Remove unused featuresAndreas Gruenbacher2010-08-091-7/+5Star
* Don't dirty the victim in ext2_xattr_delete_inode()Al Viro2010-08-091-2/+0Star
* 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-221-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/+2Star
* ext2: le*_add_cpu conversionMarcin Slusarz2008-04-281-6/+3Star
* vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-161-1/+1
* ext2 reservationsMartin J. Bligh2007-10-171-2/+1Star
* [PATCH] Remove superfluous lock_super() in extN xattr codeAndreas Gruenbacher2006-12-071-4/+1Star
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1Star