aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-2/+2
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-2/+0
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-8/+8
2022-07-09xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk1-1/+1
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong1-29/+9
2022-06-15xfs: fix variable state usageDarrick J. Wong1-2/+1
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong1-2/+4
2022-05-27xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong1-11/+1
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong1-3/+3
2022-05-23xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong1-3/+3
2022-05-22xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong1-26/+26
2022-05-22xfs: clean up state variable usage in xfs_attr_node_remove_attrDarrick J. Wong1-5/+2
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong1-36/+0
2022-05-22xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong1-1/+19
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong1-3/+3
2022-05-22xfs: clean up xfs_attr_node_hasnameDarrick J. Wong1-31/+32
2022-05-20xfs: don't leak the retained da state when doing a leaf to node conversionDarrick J. Wong1-2/+8
2022-05-20xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong1-8/+14
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner1-39/+58
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner1-62/+74
2022-05-12xfs: remove xfs_attri_remove_iterDave Chinner1-279/+139
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner1-12/+9
2022-05-12xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner1-62/+77
2022-05-12xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner1-53/+37
2022-05-12xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner1-64/+85
2022-05-12xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner1-29/+30
2022-05-12xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner1-30/+51
2022-05-12xfs: split remote attr setting out from replace pathDave Chinner1-51/+62
2022-05-12xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner1-107/+20
2022-05-12xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner1-22/+23
2022-05-12xfs: separate out initial attr_set statesDave Chinner1-82/+79
2022-05-11xfs: rework deferred attribute operation setupDave Chinner1-68/+97
2022-05-11xfs: make xattri_leaf_bp more usefulDave Chinner1-18/+32
2022-05-11xfs: avoid empty xattr transaction when attrs are inlineDave Chinner1-20/+19
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson1-10/+23
2022-05-11xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson1-50/+60
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson1-78/+84
2022-05-11xfs: Remove unused xfs_attr_*_argsAllison Henderson1-97/+9
2022-05-11xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson1-3/+67
2022-05-09xfs: Skip flip flags for delayed attrsAllison Henderson1-21/+33
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-3/+39
2022-05-04xfs: Return from xfs_attr_set_iter if there are no more rmtblks to processAllison Henderson1-0/+8
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-0/+3
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu1-10/+7
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-2/+2
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-2/+2
2021-08-19xfs: convert mount flags to featuresDave Chinner1-2/+2
2021-08-19xfs: rename xfs_has_attr()Dave Chinner1-4/+3
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson1-3/+3
2021-08-09xfs: add attr state machine tracepointsAllison Henderson1-2/+29