summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix variable state usageDarrick J. Wong2022-06-151-2/+1
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-154-15/+9
* Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-nextDave Chinner2022-05-301-12/+2
|\
| * xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong2022-05-271-11/+1
| * xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong2022-05-271-3/+3
* | Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-nextDave Chinner2022-05-301-6/+8
|\ \
| * | xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong2022-05-271-1/+1
| * | xfs: refactor buffer cancellation table allocationDarrick J. Wong2022-05-271-6/+8
| |/
* | xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong2022-05-271-3/+5
* | xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner2022-05-271-1/+7
* | xfs: don't assert fail on perag references on teardownDave Chinner2022-05-271-2/+1
* | xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner2022-05-271-14/+33
|/
* Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-nextDave Chinner2022-05-231-1/+1
|\
| * xfs: fix typo in commentJulia Lawall2022-05-221-1/+1
* | xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong2022-05-232-12/+55
* | xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong2022-05-232-4/+5
* | xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong2022-05-224-36/+36
* | xfs: clean up state variable usage in xfs_attr_node_remove_attrDarrick J. Wong2022-05-221-5/+2
* | xfs: put attr[id] log item cache init with the othersDarrick J. Wong2022-05-223-52/+0
* | xfs: remove struct xfs_attr_item.xattri_flagsDarrick J. Wong2022-05-221-19/+13
* | xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong2022-05-223-1/+27
* | xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong2022-05-223-8/+8
* | xfs: clean up xfs_attr_node_hasnameDarrick J. Wong2022-05-223-31/+44
* | xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong2022-05-201-1/+9
* | xfs: don't leak the retained da state when doing a leaf to node conversionDarrick J. Wong2022-05-201-2/+8
* | xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong2022-05-201-8/+14
|/
* Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-nextDave Chinner2022-05-121-1/+0
|\
| * xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang2022-05-111-1/+0
* | xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner2022-05-121-0/+9
* | xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner2022-05-124-66/+128
* | xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner2022-05-124-67/+84
* | xfs: remove xfs_attri_remove_iterDave Chinner2022-05-121-279/+139
* | xfs: switch attr remove to xfs_attri_set_iterDave Chinner2022-05-122-12/+19
* | xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner2022-05-122-62/+81
* | xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner2022-05-121-53/+37
* | xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner2022-05-122-70/+91
* | xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner2022-05-122-33/+34
* | xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner2022-05-122-52/+73
* | xfs: split remote attr setting out from replace pathDave Chinner2022-05-122-56/+71
* | xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner2022-05-122-109/+27
* | xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner2022-05-122-24/+27
* | xfs: separate out initial attr_set statesDave Chinner2022-05-123-95/+157
* | xfs: rework deferred attribute operation setupDave Chinner2022-05-113-70/+98
* | xfs: make xattri_leaf_bp more usefulDave Chinner2022-05-111-18/+32
* | xfs: avoid empty xattr transaction when attrs are inlineDave Chinner2022-05-111-20/+19
* | xfs: add leaf to node error tagAllison Henderson2022-05-112-1/+9
* | xfs: add leaf split error tagAllison Henderson2022-05-112-1/+7
* | xfs: Add helper function xfs_init_attr_transAllison Henderson2022-05-112-10/+25
* | xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson2022-05-111-50/+60
* | xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson2022-05-114-121/+123