summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2023-05-02xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong1-10/+9
2023-05-02xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong1-2/+3
2023-04-27xfs: fix livelock in delayed allocation at ENOSPCDave Chinner1-1/+0
2023-04-14Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/l...Dave Chinner2-2/+34
2023-04-14Merge tag 'scrub-merge-bmap-records-6.4_2023-04-12' of git://git.kernel.org/p...Dave Chinner1-1/+1
2023-04-14Merge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner2-62/+148
2023-04-14Merge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11' of git://git.kernel.org/pu...Dave Chinner2-37/+52
2023-04-14Merge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner14-98/+459
2023-04-14Merge tag 'rmap-btree-fix-key-handling-6.4_2023-04-11' of git://git.kernel.or...Dave Chinner1-10/+30
2023-04-14Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner2-0/+31
2023-04-14Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner13-115/+274
2023-04-14Merge tag 'scrub-drain-intents-6.4_2023-04-11' of git://git.kernel.org/pub/sc...Dave Chinner3-2/+16
2023-04-14Merge tag 'pass-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/li...Dave Chinner6-14/+18
2023-04-14Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner11-60/+67
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong3-3/+25
2023-04-12xfs: don't consider future format versions validDave Chinner1-5/+6
2023-04-12xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong2-2/+34
2023-04-12xfs: accumulate iextent records when checking bmapDarrick J. Wong1-1/+1
2023-04-12xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong2-35/+52
2023-04-12xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2-62/+148
2023-04-12xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong1-2/+0
2023-04-12xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong10-40/+142
2023-04-12xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong14-33/+239
2023-04-12xfs: refactor ->diff_two_keys callsitesDarrick J. Wong2-33/+79
2023-04-12xfs: refactor converting btree irec to btree keyDarrick J. Wong1-8/+15
2023-04-12xfs: fix rm_offset flag handling in rmap keysDarrick J. Wong1-10/+30
2023-04-12xfs: hoist inode record alignment checks from scrubDarrick J. Wong1-0/+4
2023-04-12xfs: hoist rmap record flag checks from scrubDarrick J. Wong1-0/+5
2023-04-12xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong3-2/+34
2023-04-12xfs: hoist rmap record flag checks from scrubDarrick J. Wong1-0/+22
2023-04-12xfs: complain about bad records in query_range helpersDarrick J. Wong4-57/+91
2023-04-12xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong2-23/+42
2023-04-12xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong2-9/+9
2023-04-12xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong2-14/+33
2023-04-12xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong4-20/+39
2023-04-12xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong2-13/+49
2023-04-12xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong3-2/+16
2023-04-12xfs: create traced helper to get extra perag referencesDarrick J. Wong6-14/+18
2023-04-12xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong2-19/+18
2023-04-12xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong2-18/+15
2023-04-12xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong2-2/+9
2023-04-12xfs: pass per-ag references to xfs_free_extentDarrick J. Wong5-21/+20
2023-04-12xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong2-0/+5
2023-03-24xfs: fix mismerged tracepointsDarrick J. Wong1-4/+4
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong1-0/+2
2023-03-19xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong1-0/+17
2023-03-19xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong1-1/+5
2023-03-16xfs: try to idiot-proof the allocatorsDarrick J. Wong1-0/+13
2023-02-27xfs: restore old agirotor behaviorDarrick J. Wong1-1/+2
2023-02-13xfs: return a referenced perag from filestreams allocatorDave Chinner1-11/+28