summaryrefslogtreecommitdiff
path: root/fs/ext2/xattr.c
AgeCommit message (Expand)Author
2023-10-09ext2: move ext2_xattr_handlers and ext2_xattr_handler_map to .rodataWedson Almeida Filho
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2023-08-16ext2: fix race between setxattr and write backYe Bin
2023-08-16ext2: introduce new flags argument for ext2_new_blocks()Ye Bin
2023-08-16ext2: remove ext2_new_block()Ye Bin
2023-08-16ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger
2023-07-13ext2: convert to ctime accessor functionsJeff Layton
2023-04-26Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-21ext2: remove redundant assignment to pointer endColin Ian King
2023-03-06fs: rename generic posix acl handlersChristian Brauner
2023-03-06fs: simplify ->listxattr() implementationChristian Brauner
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2022-08-02ext2: avoid deleting xattr block that is being reusedJan Kara
2022-08-02ext2: unindent codeblock in ext2_xattr_set()Jan Kara
2022-08-02ext2: factor our freeing of xattr block referenceJan Kara
2020-07-09ext2: initialize quota info in ext2_xattr_set()Chengguang Xu
2020-07-09ext2: fix improper assignment for e_value_offsChengguang Xu
2020-03-23ext2: fix empty body warnings when -Wextra is usedRandy Dunlap
2020-03-17ext2: fix debug reference to ext2_xattr_cacheJan Kara
2020-02-26ext2: Silence lockdep warning about reclaim under xattr_semJan Kara
2019-07-31ext2: fix block range in ext2_data_block_valid()Chengguang Xu
2019-07-03ext2: Use kmemdup rather than duplicating its implementationFuqian Huang
2019-05-28ext2: optimize ext2_xattr_get()Chengguang Xu
2019-05-28ext2: introduce new helper for xattr entry comparisonChengguang Xu
2019-05-28ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu
2019-05-20ext2: Strengthen xattr block checksJan Kara
2019-05-20ext2: Merge loops in ext2_xattr_set()Jan Kara
2019-05-20ext2: introduce helper for xattr entry validationChengguang Xu
2019-05-20ext2: introduce helper for xattr header validationChengguang Xu
2019-01-22ext2: Set superblock revision when enabling xattr featureJan Kara
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-11-27ext2: fix potential use after freePan Bian
2018-11-15ext2: change reusable parameter to true when calling mb_cache_entry_create()Chengguang Xu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-22ext2, ext4: make mb block cache names more explicitTahsin Erdogan
2017-06-22mbcache: make mbcache naming more genericTahsin Erdogan
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino
2016-02-22mbcache: add reusable flag to cache entriesAndreas Gruenbacher
2016-02-22mbcache2: rename to mbcacheJan Kara
2016-02-22ext2: convert to mbcache2Jan Kara
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig
2013-01-21Ext2: return ENOMEM rather than EIO if sb_getblk failsWang Shilong
2013-01-21Ext2: use unlikely to improve the efficiency of the kernelWang Shilong
2012-04-11ext2: Remove s_dirt handlingJan Kara