summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-17xfs: remove xfs_trans_set_rmap_flagsrmap-intent-cleanups_2021-09-17Darrick J. Wong
2021-09-17xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong
2021-09-17xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2021-09-17xfs: prepare rmap btree tracepoints for wideningDarrick J. Wong
2021-09-17xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong
2021-09-17xfs: widen btree maxlevels computation to handle 64-bit record countsbtree-cleanups_2021-09-17Darrick J. Wong
2021-09-17xfs: consolidate btree block allocation tracepointsDarrick J. Wong
2021-09-17xfs: consolidate btree block freeing tracepointsDarrick J. Wong
2021-09-17xfs: fix confusing xfs_extent_item variable namesrealtime-extfree-intents_2021-09-17Darrick J. Wong
2021-09-17xfs: support error injection when freeing rt extentsDarrick J. Wong
2021-09-17xfs: support recovering extent-free intent items targetting realtime extentsDarrick J. Wong
2021-09-17xfs: support logging EFIs for realtime extentsDarrick J. Wong
2021-09-17xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2021-09-17Darrick J. Wong
2021-09-17xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong
2021-09-17xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong
2021-09-17xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-09-17xfs: allow inode-based btrees to reserve space in the data devicereserve-rt-metadata-space_2021-09-17Darrick J. Wong
2021-09-17xfs: simplify xfs_ag_resv_free signatureDarrick J. Wong
2021-09-17xfs: remove XFS_ILOCK_RT*Darrick J. Wong
2021-09-17xfs: refactor realtime inode lockingrefactor-rt-locking_2021-09-17Darrick J. Wong
2021-09-17xfs: use separate lock classes for realtime metadata inode ILOCKsDarrick J. Wong
2021-09-17xfs: refactor realtime scrubbing context managementDarrick J. Wong
2021-09-17xfs: kill XFS_BTREE_MAXLEVELSbtree-dynamic-depth_2021-09-17Darrick J. Wong
2021-09-17xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-09-17xfs: compute actual maximum btree height for critical reservation calculationDarrick J. Wong
2021-09-17xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-09-17xfs: encode the max btree height in the cursorDarrick J. Wong
2021-09-17xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong
2021-09-17xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-09-17xfs: support dynamic btree cursor heightsDarrick J. Wong
2021-09-17xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-09-17xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong
2021-09-17xfs: stricter btree height checking when looking for errorsDarrick J. Wong
2021-09-17xfs: dynamically allocate btree scrub context structureDarrick J. Wong
2021-09-17xfs: don't allocate scrub contexts on the stackDarrick J. Wong
2021-09-17xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-09-17xfs: update btree keys correctly when _insrec splits an inode root blockbtree-ifork-records_2021-09-17Darrick J. Wong
2021-09-17xfs: support storing records in the inode core rootDarrick J. Wong
2021-09-17xfs: hoist the node iroot update code out of xfs_btree_kill_irootDarrick J. Wong
2021-09-17xfs: hoist the node iroot update code out of xfs_btree_new_irootDarrick J. Wong
2021-09-17xfs: support leaves in the incore btree root block in xfs_iroot_reallocDarrick J. Wong
2021-09-17xfs: generalize the btree root reallocation functionDarrick J. Wong
2021-09-17xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2021-09-17xfs: rearrange xfs_iroot_realloc a bitDarrick J. Wong
2021-09-17xfs: move the zero records logic into xfs_bmap_broot_space_calcDarrick J. Wong
2021-09-17xfs: hoist the code that moves the incore inode fork broot memoryDarrick J. Wong
2021-09-17xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2021-09-17xfs: refactor creation of bmap btree rootsDarrick J. Wong
2021-09-17xfs: refactor the allocation and freeing of incore inode fork btree rootsDarrick J. Wong
2021-09-17xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong