aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-1435-247/+285
|\
| * xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-1215-39/+61
| * xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-1213-27/+31
| * xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-0911-29/+12
| * xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-0916-104/+121
| * xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-0923-83/+95
* | Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong2022-07-145-135/+188
|\ \
| * | xfs: lockless buffer lookupDave Chinner2022-07-142-7/+16
| * | xfs: remove a superflous hash lookup when inserting new buffersDave Chinner2022-07-141-4/+9
| * | xfs: reduce the number of atomic when locking a buffer after lookupDave Chinner2022-07-141-2/+3
| * | xfs: merge xfs_buf_find() and xfs_buf_get_map()Dave Chinner2022-07-141-109/+93
| * | xfs: break up xfs_buf_find() into individual piecesDave Chinner2022-07-141-54/+104
| * | xfs: rework xfs_buf_incore() APIDave Chinner2022-07-075-37/+41
* | | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-1414-545/+539
|\ \ \ | |_|/ |/| |
| * | xfs: add in-memory iunlink log itemDave Chinner2022-07-145-63/+219
| * | xfs: add log item precommit operationDave Chinner2022-07-143-2/+96
| * | xfs: combine iunlink inode update functionsDave Chinner2022-07-141-36/+16
| * | xfs: clean up xfs_iunlink_update_inode()Dave Chinner2022-07-141-13/+5
| * | xfs: double link the unlinked inode listDave Chinner2022-07-146-310/+90
| * | xfs: introduce xfs_iunlink_lookupDave Chinner2022-07-142-96/+66
| * | xfs: refactor xlog_recover_process_iunlinks()Dave Chinner2022-07-141-66/+71
| * | xfs: track the iunlink list pointer in the xfs_inodeDave Chinner2022-07-144-18/+10
| * | xfs: factor the xfs_iunlink functionsDave Chinner2022-07-141-42/+66
| * | xfs: flush inode gc workqueue before clearing agi bucketZhang Yi2022-07-141-0/+1
* | | xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk2022-07-091-1/+1
* | | xfs: add selinux labels to whiteout inodesEric Sandeen2022-07-093-7/+21
* | | Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Darrick J. Wong2022-07-0940-522/+486
|\| |
| * | xfs: make is_log_ag() a first class helperDave Chinner2022-07-078-17/+18
| * | xfs: replace xfs_ag_block_count() with perag accessesDave Chinner2022-07-073-13/+11
| * | xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-0710-81/+95
| * | xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-0717-82/+115
| * | xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-074-19/+20
| * | xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-075-18/+10
| * | xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-075-22/+13
| * | xfs: pass perag to xfs_read_agfDave Chinner2022-07-072-16/+14
| * | xfs: pass perag to xfs_read_agiDave Chinner2022-07-074-43/+40
| * | xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-0720-83/+70
| * | xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-077-41/+19
| * | xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-077-36/+31
| * | xfs: kill xfs_ialloc_pagi_init()Dave Chinner2022-07-073-36/+16
| * | xfs: make last AG grow/shrink perag centricDave Chinner2022-07-074-41/+40
| |/
* | xfs: xlog_sync() manually adjusts grant head spaceDave Chinner2022-07-073-17/+41
* | xfs: avoid cil push lock if possibleDave Chinner2022-07-071-3/+11
* | xfs: move CIL ordering to the logvec chainDave Chinner2022-07-072-5/+12
* | xfs: convert log vector chain to use list headsDave Chinner2022-07-076-35/+43
* | xfs: convert CIL to unordered per cpu listsDave Chinner2022-07-072-21/+17
* | xfs: Add order IDs to log items in CILDave Chinner2022-07-073-8/+33
* | xfs: convert CIL busy extents to per-cpuDave Chinner2022-07-071-6/+20
* | xfs: track CIL ticket reservation in percpu structureDave Chinner2022-07-072-4/+13
* | xfs: implement percpu cil space used calculationDave Chinner2022-07-072-31/+149