summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-191-8/+8
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-101-8/+8
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+1
* xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang2020-07-141-5/+4
* xfs: add support for rmap btree staging cursorsDarrick J. Wong2020-03-181-10/+57
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-14/+14
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-111-6/+6
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-1/+1
* xfs: don't reserve per-AG space for an internal logDarrick J. Wong2019-05-201-0/+9
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-1/+2
* xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-291-2/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: don't ASSERT on short form btree root pointer of zeroDarrick J. Wong2018-06-041-1/+0
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-3/+2
* xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-111-0/+4
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-111-7/+1
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+1
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-5/+13
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-9/+11
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-7/+4
* xfs: always compile the btree inorder check functionsDarrick J. Wong2017-06-191-4/+0
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-15/+15
* xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-031-7/+7
* xfs: make xfs btree stats less hugeDave Chinner2016-12-051-0/+1
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-051-0/+60
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-2/+20
* xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-171-0/+6
* xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong2016-08-031-4/+0
* xfs: support overlapping intervals in the rmap btreeDarrick J. Wong2016-08-031-2/+66
* xfs: add rmap btree operationsDarrick J. Wong2016-08-031-0/+267
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+184