summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-3/+0Star
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-1/+1
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-121-7/+6Star
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-1/+1
* xfs: replace dop_low with transaction flagBrian Foster2018-08-031-2/+2
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-121-1/+0Star
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-121-6/+4Star
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-121-6/+3Star
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-161-0/+9
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-121-3/+1Star
* 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-7/+9
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-7/+4Star
* xfs: refactor long-format btree header verification routinesDarrick J. Wong2018-01-081-20/+2Star
* xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong2018-01-081-2/+2
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-89/+14Star
* xfs: allow unaligned extent records in xfs_bmbt_disk_set_allChristoph Hellwig2017-11-061-4/+4
* xfs: remove xfs_bmbt_get_stateChristoph Hellwig2017-10-271-28/+1Star
* xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig2017-10-271-88/+14Star
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig2017-10-271-29/+13Star
* xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-011-0/+1
* xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2017-06-191-0/+22
* xfs: always compile the btree inorder check functionsDarrick J. Wong2017-06-191-4/+0Star
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-4/+4
* xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-251-26/+0Star
* xfs: remove bmap block allocation retriesChristoph Hellwig2017-04-251-17/+0Star
* xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-03-081-3/+3
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-311-8/+2Star
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-311-1/+1
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-091-2/+1Star
* Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-091-1/+1
|\
| * xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong2016-12-091-1/+1
* | xfs: make xfs btree stats less hugeDave Chinner2016-12-051-0/+1
|/
* xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2016-10-061-0/+17
* xfs: introduce the CoW forkDarrick J. Wong2016-10-051-0/+1
* xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong2016-08-031-4/+0Star
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-1/+6
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-7/+7
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-2/+3
* xfs: add function pointers for get/update keys to the btreeDarrick J. Wong2016-08-031-0/+4
* xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong2016-08-031-12/+0Star
* xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong2016-06-211-1/+1
* Merge branch 'xfs-misc-fixes-4.6-2' into for-nextDave Chinner2016-03-061-2/+2
|\
| * xfs: remove xfs_trans_get_block_resChristoph Hellwig2016-03-011-2/+2
* | xfs: move buffer invalidation to xfs_btree_free_blockChristoph Hellwig2016-02-081-1/+0Star
|/
* xfs: print name of verifier if it failsEric Sandeen2016-01-041-0/+1
* xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-291-2/+3