summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig2023-12-141-1/+1
* xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong2023-07-021-7/+3
* xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2023-04-111-59/+133
* xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong2023-04-111-1/+4
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-111-4/+8
* xfs: hoist rmap record flag checks from scrubDarrick J. Wong2023-04-111-0/+5
* xfs: hoist rmap record flag checks from scrubDarrick J. Wong2023-04-111-0/+22
* xfs: complain about bad records in query_range helpersDarrick J. Wong2023-04-111-15/+25
* xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong2023-04-111-23/+39
* xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong2023-04-111-5/+4
* xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong2023-04-111-18/+11
* xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong2023-02-051-26/+24
* xfs: create a predicate to verify per-AG extentsDarrick J. Wong2022-10-311-7/+2
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-4/+4
* xfs: speed up write operations by using non-overlapped lookups when possibleDarrick J. Wong2022-04-281-14/+36
* xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong2022-04-271-14/+38
* xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong2022-04-271-37/+22
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-1/+20
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-3/+3
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-12/+12
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-181-2/+2
* xfs: remove agno from btree cursorDave Chinner2021-06-021-54/+54
* xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-5/+5
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-3/+3
* xfs: pass perags through to the busy extent codeDave Chinner2021-06-021-13/+19
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-091-9/+0
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-101-1/+1
* xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong2020-09-251-9/+18
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-55/+55
* xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong2020-03-121-7/+6
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-1/+1
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-121-87/+288
* xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-301-4/+4
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-5/+5
* xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong2019-08-281-1/+0
* xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong2019-08-281-17/+16
* xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong2019-08-281-1/+4
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-7/+0
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-0/+28
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-106/+106
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-29/+28
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-15/+3
* xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong2018-07-171-12/+12
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: validate btree records on retrievalDave Chinner2018-06-061-1/+40
* xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong2018-05-151-0/+81
* xfs: add missing rmap error returnDarrick J. Wong2018-05-101-0/+2
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+1