aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster1-29/+28
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-15/+3
2018-07-17xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong1-12/+12
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: validate btree records on retrievalDave Chinner1-1/+40
2018-05-15xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong1-0/+81
2018-05-10xfs: add missing rmap error returnDarrick J. Wong1-0/+2
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+1
2018-01-17xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong1-0/+67
2017-12-21xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong1-24/+52
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong1-0/+25
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-2/+1
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong1-1/+2
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+28
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong1-7/+21
2016-10-05xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong1-1/+384
2016-10-05xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong1-2/+512
2016-10-04xfs: introduce the CoW forkDarrick J. Wong1-7/+8
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong1-0/+259
2016-08-03xfs: add rmap btree insert and delete helpersDarrick J. Wong1-1/+46
2016-08-03xfs: convert unwritten status of reverse mappingsDarrick J. Wong1-0/+441
2016-08-03xfs: remove an extent from the rmap btreeDarrick J. Wong1-5/+215
2016-08-03xfs: add an extent to the rmap btreeDarrick J. Wong1-5/+221
2016-08-03xfs: teach rmapbt to support interval queriesDarrick J. Wong1-0/+43
2016-08-03xfs: add rmap btree operationsDarrick J. Wong1-0/+96
2016-08-03xfs: introduce rmap extent operation stubsDarrick J. Wong1-0/+89