summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: track the iunlink list pointer in the xfs_inodeDave Chinner2022-07-141-1/+2
* | | xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk2022-07-091-1/+1
|/ /
* | xfs: make is_log_ag() a first class helperDave Chinner2022-07-076-17/+14
* | xfs: replace xfs_ag_block_count() with perag accessesDave Chinner2022-07-071-5/+5
* | xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-076-62/+79
* | xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-078-50/+87
* | xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-072-17/+18
* | xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-074-16/+8
* | xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-074-19/+10
* | xfs: pass perag to xfs_read_agfDave Chinner2022-07-072-16/+14
* | xfs: pass perag to xfs_read_agiDave Chinner2022-07-072-18/+13
* | xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-079-48/+32
* | xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-076-39/+17
* | xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-074-33/+28
* | xfs: kill xfs_ialloc_pagi_init()Dave Chinner2022-07-073-36/+16
* | xfs: make last AG grow/shrink perag centricDave Chinner2022-07-072-36/+26
|/
* xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-294-43/+12
* xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong2022-06-291-9/+17
* 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