summaryrefslogtreecommitdiff
path: root/fs/ext2/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09ext2: move ext2_xattr_handlers and ext2_xattr_handler_map to .rodataWedson Almeida Filho1-2/+2
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+5
2023-08-16ext2: fix race between setxattr and write backYe Bin1-1/+2
2023-08-16ext2: introduce new flags argument for ext2_new_blocks()Ye Bin1-1/+1
2023-08-16ext2: remove ext2_new_block()Ye Bin1-1/+3
2023-08-16ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger1-2/+2
2023-07-13ext2: convert to ctime accessor functionsJeff Layton1-1/+1
2023-04-26Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-03-21ext2: remove redundant assignment to pointer endColin Ian King1-1/+0
2023-03-06fs: rename generic posix acl handlersChristian Brauner1-2/+2
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner1-7/+10
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2022-08-03ext2: avoid deleting xattr block that is being reusedJan Kara1-29/+29
2022-08-03ext2: unindent codeblock in ext2_xattr_set()Jan Kara1-16/+16
2022-08-03ext2: 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-28Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-07-06ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino1-0/+9
2016-02-23mbcache: add reusable flag to cache entriesAndreas Gruenbacher1-1/+1
2016-02-23mbcache2: rename to mbcacheJan Kara1-24/+24
2016-02-22ext2: convert to mbcache2Jan Kara1-76/+67
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-4/+2
2015-12-14xattr handlers: Simplify list operationAndreas Gruenbacher1-5/+10
2015-11-14xattr 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-26ext2/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