summaryrefslogtreecommitdiff
path: root/fs/ext2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-261-1/+0
|\
| * ext2: remove redundant assignment to pointer endColin Ian King2023-03-211-1/+0
* | fs: rename generic posix acl handlersChristian Brauner2023-03-061-2/+2
* | fs: simplify ->listxattr() implementationChristian Brauner2023-03-061-7/+10
* | fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
|/
* ext2: avoid deleting xattr block that is being reusedJan Kara2022-08-021-29/+29
* ext2: unindent codeblock in ext2_xattr_set()Jan Kara2022-08-021-16/+16
* ext2: factor our freeing of xattr block referenceJan Kara2022-08-021-52/+38
* ext2: initialize quota info in ext2_xattr_set()Chengguang Xu2020-07-091-0/+3
* ext2: fix improper assignment for e_value_offsChengguang Xu2020-07-091-1/+2
* ext2: fix empty body warnings when -Wextra is usedRandy Dunlap2020-03-231-2/+3
* ext2: fix debug reference to ext2_xattr_cacheJan Kara2020-03-171-2/+1
* ext2: Silence lockdep warning about reclaim under xattr_semJan Kara2020-02-261-1/+9
* ext2: fix block range in ext2_data_block_valid()Chengguang Xu2019-07-311-1/+1
* ext2: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-031-2/+1
* 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/+16
* ext2: Strengthen xattr block checksJan Kara2019-05-201-12/+10
* ext2: Merge loops in ext2_xattr_set()Jan Kara2019-05-201-22/+19
* 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-271-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-271-1/+1
* ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-051-0/+9
* mbcache: add reusable flag to cache entriesAndreas Gruenbacher2016-02-221-1/+1
* mbcache2: rename to mbcacheJan Kara2016-02-221-24/+24
* ext2: convert to mbcache2Jan Kara2016-02-221-76/+67
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-4/+2
|\
| * fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2
* | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-5/+10
|/
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-4/+3
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-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/+0
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-091-1/+0
* 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/+0
* ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui2011-01-101-1/+1
* fs: add sync_inode_metadataChristoph Hellwig2010-10-251-1/+1
* mbcache: Remove unused featuresAndreas Gruenbacher2010-08-091-7/+5