summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: hoist rmap record flag checks from scrubDarrick J. Wong2023-04-121-0/+5
* xfs: hoist rmap record flag checks from scrubDarrick J. Wong2023-04-121-0/+22
* xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong2023-04-123-2/+34
* xfs: complain about bad records in query_range helpersDarrick J. Wong2023-04-124-57/+91
* xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong2023-04-122-23/+42
* xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong2023-04-122-9/+9
* xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong2023-04-122-14/+33
* xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong2023-04-124-20/+39
* xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong2023-04-122-13/+49
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-123-2/+16
* xfs: create traced helper to get extra perag referencesDarrick J. Wong2023-04-126-14/+18
* xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong2023-04-122-19/+18
* xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong2023-04-122-18/+15
* xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong2023-04-122-2/+9
* xfs: pass per-ag references to xfs_free_extentDarrick J. Wong2023-04-125-21/+20
* xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong2023-04-122-0/+5
* xfs: fix mismerged tracepointsDarrick J. Wong2023-03-241-4/+4
* xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong2023-03-241-0/+2
* xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong2023-03-191-0/+17
* xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong2023-03-191-1/+5
* xfs: try to idiot-proof the allocatorsDarrick J. Wong2023-03-161-0/+13
* xfs: restore old agirotor behaviorDarrick J. Wong2023-02-271-1/+2
* xfs: return a referenced perag from filestreams allocatorDave Chinner2023-02-121-11/+28
* xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner2023-02-122-83/+14
* xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner2023-02-122-1/+3
* xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner2023-02-121-48/+37
* xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner2023-02-121-71/+96
* xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner2023-02-122-61/+57
* xfs: move the minimum agno checks into xfs_alloc_vextent_check_argsDave Chinner2023-02-121-55/+33
* xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner2023-02-123-99/+28
* xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()Dave Chinner2023-02-121-59/+63
* xfs: introduce xfs_alloc_vextent_prepare()Dave Chinner2023-02-121-44/+76
* xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner2023-02-125-23/+71
* xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner2023-02-126-54/+55
* xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner2023-02-124-38/+51
* xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner2023-02-123-32/+42
* xfs: factor xfs_bmap_btalloc()Dave Chinner2023-02-121-137/+196
* xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner2023-02-128-52/+72
* xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextentDave Chinner2023-02-121-30/+35
* xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()Dave Chinner2023-02-121-24/+26
* xfs: rework xfs_alloc_vextent()Dave Chinner2023-02-121-179/+285
* xfs: introduce xfs_for_each_perag_wrap()Dave Chinner2023-02-123-50/+105
* xfs: perags need atomic operational stateDave Chinner2023-02-128-28/+48
* xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2023-02-122-17/+3
* xfs: inobt can use perags in many more places than it doesDave Chinner2023-02-124-46/+38
* xfs: use active perag references for inode allocationDave Chinner2023-02-123-35/+33
* xfs: convert xfs_imap() to take a peragDave Chinner2023-02-122-30/+18
* xfs: rework the perag trace points to be perag centricDave Chinner2023-02-121-16/+9
* xfs: active perag reference countingDave Chinner2023-02-122-9/+92
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-104-13/+11