summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rmap.h
AgeCommit message (Expand)Author
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong
2024-02-22xfs: repair the rmapbtDarrick J. Wong
2023-04-11xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick 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-04-28xfs: speed up write operations 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-10-22xfs: compact deferred intent item structuresDarrick J. Wong
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: convert rmap btree cursor to using a peragDave Chinner
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
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-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong
2018-01-17xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong
2016-10-05xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong
2016-08-03xfs: add rmap btree insert and delete helpersDarrick J. Wong
2016-08-03xfs: teach rmapbt to support interval queriesDarrick J. Wong
2016-08-03xfs: add rmap btree operationsDarrick J. Wong
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong
2016-08-03xfs: introduce rmap extent operation stubsDarrick J. Wong
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong