aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10xfs: fix inode reservation space for removing transactionhexiaole1-1/+1
2022-07-22xfs: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-20xfs: don't leak memory when attr fork loading failsDarrick J. Wong2-5/+1
2022-07-20xfs: delete unnecessary NULL checksDan Carpenter1-2/+1
2022-07-20xfs: fix comment for start time value of inode with bigtime enabledXiaole He1-1/+1
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.20-mergeBDarrick J. Wong13-144/+127
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeBDarrick J. Wong1-5/+10
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeBDarrick J. Wong3-15/+2
2022-07-14xfs: double link the unlinked inode listDave Chinner2-14/+0
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner1-1/+2
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong8-30/+17
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong5-9/+8
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong6-12/+2
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong7-50/+63
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong9-58/+52
2022-07-09xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk1-1/+1
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner1-5/+10
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner6-17/+14
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner1-5/+5
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner6-62/+79
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner8-50/+87
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner2-17/+18
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner4-16/+8
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner4-19/+10
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner2-16/+14
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner2-18/+13
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner9-48/+32
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner6-39/+17
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner4-33/+28
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner3-36/+16
2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner2-36/+26
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong4-43/+12
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong1-9/+17
2022-06-15xfs: fix variable state usageDarrick J. Wong1-2/+1
2022-06-15xfs: 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