summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2023-05-02xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong
2023-05-02xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong
2023-04-27xfs: fix livelock in delayed allocation at ENOSPCDave Chinner
2023-04-14Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/l...Dave Chinner
2023-04-14Merge tag 'scrub-merge-bmap-records-6.4_2023-04-12' of git://git.kernel.org/p...Dave Chinner
2023-04-14Merge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner
2023-04-14Merge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11' of git://git.kernel.org/pu...Dave Chinner
2023-04-14Merge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner
2023-04-14Merge tag 'rmap-btree-fix-key-handling-6.4_2023-04-11' of git://git.kernel.or...Dave Chinner
2023-04-14Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner
2023-04-14Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner
2023-04-14Merge tag 'scrub-drain-intents-6.4_2023-04-11' of git://git.kernel.org/pub/sc...Dave Chinner
2023-04-14Merge tag 'pass-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/li...Dave Chinner
2023-04-14Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong
2023-04-12xfs: don't consider future format versions validDave Chinner
2023-04-11xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong
2023-04-11xfs: accumulate iextent records when checking bmapDarrick J. Wong
2023-04-11xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong
2023-04-11xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2023-04-11xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong
2023-04-11xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2023-04-11xfs: refactor ->diff_two_keys callsitesDarrick J. Wong
2023-04-11xfs: refactor converting btree irec to btree keyDarrick J. Wong
2023-04-11xfs: fix rm_offset flag handling in rmap keysDarrick J. Wong
2023-04-11xfs: hoist inode record alignment checks from scrubDarrick J. Wong
2023-04-11xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2023-04-11xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong
2023-04-11xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2023-04-11xfs: complain about bad records in query_range helpersDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong
2023-04-11xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2023-04-11xfs: create traced helper to get extra perag referencesDarrick J. Wong
2023-04-11xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong
2023-04-11xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong
2023-04-11xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong
2023-04-11xfs: pass per-ag references to xfs_free_extentDarrick J. Wong
2023-04-11xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong
2023-03-24xfs: fix mismerged tracepointsDarrick J. Wong
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong
2023-03-19xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong
2023-03-19xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong
2023-03-16xfs: try to idiot-proof the allocatorsDarrick J. Wong
2023-02-27xfs: restore old agirotor behaviorDarrick J. Wong
2023-02-13xfs: return a referenced perag from filestreams allocatorDave Chinner