aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-02ext2: avoid deleting xattr block that is being reusedJan Kara1-29/+29
2022-08-02ext2: unindent codeblock in ext2_xattr_set()Jan Kara1-16/+16
2022-08-02ext2: factor our freeing of xattr block referenceJan Kara1-52/+38
2020-07-09ext2: initialize quota info in ext2_xattr_set()Chengguang Xu1-0/+3
2020-07-09ext2: fix improper assignment for e_value_offsChengguang Xu1-1/+2
2020-03-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap1-2/+3
2020-03-17ext2: fix debug reference to ext2_xattr_cacheJan Kara1-2/+1
2020-02-26ext2: Silence lockdep warning about reclaim under xattr_semJan Kara1-1/+9
2019-07-31ext2: fix block range in ext2_data_block_valid()Chengguang Xu1-1/+1
2019-07-03ext2: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-05-28ext2: optimize ext2_xattr_get()Chengguang Xu1-4/+8
2019-05-28ext2: introduce new helper for xattr entry comparisonChengguang Xu1-7/+18
2019-05-28ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu1-20/+16
2019-05-20ext2: Strengthen xattr block checksJan Kara1-12/+10
2019-05-20ext2: Merge loops in ext2_xattr_set()Jan Kara1-22/+19
2019-05-20ext2: introduce helper for xattr entry validationChengguang Xu1-11/+21
2019-05-20ext2: introduce helper for xattr header validationChengguang Xu1-11/+20
2019-01-22ext2: Set superblock revision when enabling xattr featureJan Kara1-0/+1
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+2
2018-11-27ext2: fix potential use after freePan Bian1-1/+1
2018-11-15ext2: change reusable parameter to true when calling mb_cache_entry_create()Chengguang Xu1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-22ext2, ext4: make mb block cache names more explicitTahsin Erdogan1-17/+19
2017-06-22mbcache: make mbcache naming more genericTahsin Erdogan1-9/+9
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino1-0/+9
2016-02-22mbcache: add reusable flag to cache entriesAndreas Gruenbacher1-1/+1
2016-02-22mbcache2: rename to mbcacheJan Kara1-24/+24
2016-02-22ext2: convert to mbcache2Jan Kara1-76/+67
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-4/+2
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher1-5/+10
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-4/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig1-4/+4
2013-01-21Ext2: return ENOMEM rather than EIO if sb_getblk failsWang Shilong1-1/+1
2013-01-21Ext2: use unlikely to improve the efficiency of the kernelWang Shilong1-1/+1
2012-04-11ext2: Remove s_dirt handlingJan Kara1-1/+0
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker1-1/+0
2011-07-22ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_getWang Sheng-Hui1-5/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-10ext2: remove dead code in ext2_xattr_getWang Sheng-Hui1-8/+0
2011-01-10ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui1-1/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-1/+1
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher1-7/+5
2010-08-09Don't dirty the victim in ext2_xattr_delete_inode()Al Viro1-2/+0
2010-08-09Take dirtying the inode to callers of ext2_free_blocks()Al Viro1-0/+3
2010-08-09ext2: switch to dquot_free_block_nodirty()Al Viro1-4/+8
2010-05-21ext2: constify xattr_handlerStephen Hemminger1-5/+5
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck1-0/+2