summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rmap.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-28xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong1-0/+1
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong1-5/+5
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-24/+10
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-10/+10
2018-08-03xfs: pass transaction to xfs_defer_add()Brian Foster1-13/+9
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-16xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong1-0/+4
2018-01-18xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong1-0/+5
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong1-1/+15
2017-06-20xfs: export various function for the online scrubberDarrick J. Wong1-0/+3
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4
2017-04-04xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+2
2017-04-04xfs: create a function to query all records in a btreeDarrick J. Wong1-0/+2
2016-10-06xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong1-0/+7
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong1-0/+24
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong1-0/+19
2016-08-03xfs: add rmap btree insert and delete helpersDarrick J. Wong1-0/+3
2016-08-03xfs: teach rmapbt to support interval queriesDarrick J. Wong1-0/+9
2016-08-03xfs: add rmap btree operationsDarrick J. Wong1-0/+9
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong1-0/+67
2016-08-03xfs: introduce rmap extent operation stubsDarrick J. Wong1-0/+11
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong1-0/+67