summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix inode reservation space for removing transactionhexiaole2022-08-111-1/+1
* xfs: Fix typo 'the the' in commentSlark Xiao2022-07-221-1/+1
* xfs: don't leak memory when attr fork loading failsDarrick J. Wong2022-07-212-5/+1
* xfs: delete unnecessary NULL checksDan Carpenter2022-07-211-2/+1
* xfs: fix comment for start time value of inode with bigtime enabledXiaole He2022-07-211-1/+1
* Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-1413-144/+127
|\
| * xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-128-30/+17
| * xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-125-9/+8
| * xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-106-12/+2
| * xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-107-50/+63
| * xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-109-58/+52
* | Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong2022-07-141-5/+10
|\ \
| * | xfs: rework xfs_buf_incore() APIDave Chinner2022-07-071-5/+10
* | | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-143-15/+2
|\ \ \ | |_|/ |/| |
| * | xfs: double link the unlinked inode listDave Chinner2022-07-142-14/+0
| * | 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-161-2/+1
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-164-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