summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong2024-07-021-3/+0
* xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig2024-07-021-2/+0
* xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong2024-07-021-0/+10
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-221-0/+29
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-1/+1
* xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2023-04-111-3/+15
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-111-2/+2
* xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong2023-04-111-0/+3
* xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong2023-04-111-4/+5
* xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong2023-04-111-0/+4
* xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong2023-02-051-4/+2
* xfs: speed up write operations by using non-overlapped lookups when possibleDarrick J. Wong2022-04-281-3/+0
* xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong2022-04-271-2/+2
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-0/+5
* xfs: compact deferred intent item structuresDarrick J. Wong2021-10-221-1/+1
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-4/+4
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-181-1/+2
* xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-2/+4
* xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong2019-08-281-0/+1
* xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong2019-08-281-5/+5
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-24/+10
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-10/+10
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-13/+9
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong2018-05-151-0/+4
* xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong2018-01-171-0/+5
* xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-211-1/+15
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-0/+3
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-4/+4
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-031-0/+2
* xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-031-0/+2
* xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-051-0/+7
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-031-0/+24
* xfs: create rmap update intent log itemsDarrick J. Wong2016-08-031-0/+19
* xfs: add rmap btree insert and delete helpersDarrick J. Wong2016-08-031-0/+3
* xfs: teach rmapbt to support interval queriesDarrick J. Wong2016-08-031-0/+9
* xfs: add rmap btree operationsDarrick J. Wong2016-08-031-0/+9
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+67
* xfs: introduce rmap extent operation stubsDarrick J. Wong2016-08-031-0/+11
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-0/+67