summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr.c
AgeCommit message (Expand)Author
2024-01-29xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn
2023-12-29xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...Christoph Hellwig
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig
2023-12-29xfs: remove xfs_attr_shortform_lookupChristoph Hellwig
2023-12-29xfs: simplify xfs_attr_sf_findnameChristoph Hellwig
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-14xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong
2022-06-15xfs: fix variable state usageDarrick J. Wong
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong
2022-05-27xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong
2022-05-23xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong
2022-05-22xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong
2022-05-22xfs: clean up state variable usage in xfs_attr_node_remove_attrDarrick J. Wong
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong
2022-05-22xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong
2022-05-22xfs: clean up xfs_attr_node_hasnameDarrick J. Wong
2022-05-20xfs: don't leak the retained da state when doing a leaf to node conversionDarrick J. Wong
2022-05-20xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner
2022-05-12xfs: remove xfs_attri_remove_iterDave Chinner
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner
2022-05-12xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner
2022-05-12xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner
2022-05-12xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner
2022-05-12xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner
2022-05-12xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner
2022-05-12xfs: split remote attr setting out from replace pathDave Chinner
2022-05-12xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner
2022-05-12xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner
2022-05-12xfs: separate out initial attr_set statesDave Chinner
2022-05-11xfs: rework deferred attribute operation setupDave Chinner
2022-05-11xfs: make xattri_leaf_bp more usefulDave Chinner
2022-05-11xfs: avoid empty xattr transaction when attrs are inlineDave Chinner
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson
2022-05-11xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson
2022-05-11xfs: Remove unused xfs_attr_*_argsAllison Henderson
2022-05-11xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson
2022-05-09xfs: Skip flip flags for delayed attrsAllison Henderson
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson
2022-05-04xfs: Return from xfs_attr_set_iter if there are no more rmtblks to processAllison Henderson