summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rmap.c
AgeCommit message (Expand)Author
2023-04-11xfs: teach scrub to check for sole ownership of metadata objectsDarrick 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: hoist rmap record flag checks from scrubDarrick 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: give xfs_rmap_intent its own perag referenceDarrick J. Wong
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2022-04-28xfs: speed up write operations by using non-overlapped lookups when possibleDarrick J. Wong
2022-04-27xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2022-04-27xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-11-10xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong
2020-09-25xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-03-12xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong
2019-08-30xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-28xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong
2019-08-28xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-17xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-06xfs: validate btree records on retrievalDave Chinner
2018-05-15xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong
2018-05-10xfs: add missing rmap error returnDarrick J. Wong
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-01-17xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong
2017-12-21xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong