summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2022-06-16xfs: fix variable state usageDarrick J. Wong1-2/+1
2022-06-16xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong4-15/+9
2022-05-30Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-nextDave Chinner1-12/+2
2022-05-30Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-nextDave Chinner1-6/+8
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-27xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong1-1/+1
2022-05-27xfs: refactor buffer cancellation table allocationDarrick J. Wong1-6/+8
2022-05-27xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong1-3/+5
2022-05-27xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner1-1/+7
2022-05-27xfs: don't assert fail on perag references on teardownDave Chinner1-2/+1
2022-05-27xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner1-14/+33
2022-05-23Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-nextDave Chinner1-1/+1
2022-05-23xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong2-12/+55
2022-05-23xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong2-4/+5
2022-05-22xfs: fix typo in commentJulia Lawall1-1/+1
2022-05-22xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong4-36/+36
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. Wong3-52/+0
2022-05-22xfs: remove struct xfs_attr_item.xattri_flagsDarrick J. Wong1-19/+13
2022-05-22xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong3-1/+27
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong3-8/+8
2022-05-22xfs: clean up xfs_attr_node_hasnameDarrick J. Wong3-31/+44
2022-05-20xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong1-1/+9
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-12Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-nextDave Chinner1-1/+0
2022-05-12xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner1-0/+9
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner4-66/+128
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner4-67/+84
2022-05-12xfs: remove xfs_attri_remove_iterDave Chinner1-279/+139
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner2-12/+19
2022-05-12xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner2-62/+81
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 Chinner2-70/+91
2022-05-12xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner2-33/+34
2022-05-12xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner2-52/+73
2022-05-12xfs: split remote attr setting out from replace pathDave Chinner2-56/+71
2022-05-12xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner2-109/+27
2022-05-12xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner2-24/+27
2022-05-12xfs: separate out initial attr_set statesDave Chinner3-95/+157
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang1-1/+0
2022-05-11xfs: rework deferred attribute operation setupDave Chinner3-70/+98
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 leaf to node error tagAllison Henderson2-1/+9
2022-05-11xfs: add leaf split error tagAllison Henderson2-1/+7
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson2-10/+25
2022-05-11xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson1-50/+60
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson4-121/+123