summaryrefslogtreecommitdiffstats
path: root/fs/ext2/xattr.c
AgeCommit message (Expand)AuthorLines
2020-03-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap-2/+3
2020-03-17ext2: fix debug reference to ext2_xattr_cacheJan Kara-2/+1
2020-02-26ext2: Silence lockdep warning about reclaim under xattr_semJan Kara-1/+9
2019-07-31ext2: fix block range in ext2_data_block_valid()Chengguang Xu-1/+1
2019-07-03ext2: Use kmemdup rather than duplicating its implementationFuqian Huang-2/+1
2019-05-28ext2: optimize ext2_xattr_get()Chengguang Xu-4/+8
2019-05-28ext2: introduce new helper for xattr entry comparisonChengguang Xu-7/+18
2019-05-28ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu-20/+16
2019-05-20ext2: Strengthen xattr block checksJan Kara-12/+10
2019-05-20ext2: Merge loops in ext2_xattr_set()Jan Kara-22/+19
2019-05-20ext2: introduce helper for xattr entry validationChengguang Xu-11/+21
2019-05-20ext2: introduce helper for xattr header validationChengguang Xu-11/+20
2019-01-22ext2: Set superblock revision when enabling xattr featureJan Kara-0/+1
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2018-11-27ext2: fix potential use after freePan Bian-1/+1
2018-11-15ext2: change reusable parameter to true when calling mb_cache_entry_create()Chengguang Xu-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-22ext2, ext4: make mb block cache names more explicitTahsin Erdogan-17/+19
2017-06-22mbcache: make mbcache naming more genericTahsin Erdogan-9/+9
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani-1/+1
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino-0/+9
2016-02-22mbcache: add reusable flag to cache entriesAndreas Gruenbacher-1/+1
2016-02-22mbcache2: rename to mbcacheJan Kara-24/+24
2016-02-22ext2: convert to mbcache2Jan Kara-76/+67
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+2
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov-4/+2
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher-5/+10
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher-4/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-2/+2
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig-4/+4
2013-01-21Ext2: return ENOMEM rather than EIO if sb_getblk failsWang Shilong-1/+1
2013-01-21Ext2: use unlikely to improve the efficiency of the kernelWang Shilong-1/+1
2012-04-11ext2: Remove s_dirt handlingJan Kara-1/+0
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker-1/+0
2011-07-22ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_getWang Sheng-Hui-5/+5
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-01-10ext2: remove dead code in ext2_xattr_getWang Sheng-Hui-8/+0
2011-01-10ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui-1/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig-1/+1
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher-7/+5
2010-08-09Don't dirty the victim in ext2_xattr_delete_inode()Al Viro-2/+0
2010-08-09Take dirtying the inode to callers of ext2_free_blocks()Al Viro-0/+3
2010-08-09ext2: switch to dquot_free_block_nodirty()Al Viro-4/+8
2010-05-21ext2: constify xattr_handlerStephen Hemminger-5/+5
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck-0/+2
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig-5/+5
2009-12-16sanitize xattr handler prototypesChristoph Hellwig-4/+7
2009-03-26ext2: Use lowercase names of quota functionsJan Kara-4/+4
2008-04-28ext2: use ext2_group_first_block_no()Akinobu Mita-4/+2
2008-04-28ext2: le*_add_cpu conversionMarcin Slusarz-6/+3