summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-10-22xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong
2021-10-22xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-10-22xfs: attach dquots to rt metadata files when starting quotaDarrick J. Wong
2021-10-22xfs: add realtime rmap btree block detection to log recoveryDarrick J. Wong
2021-10-22xfs: support recovering rmap intent items targetting realtime extentsDarrick J. Wong
2021-10-22xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2021-10-22xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2021-10-22xfs: add realtime rmap btree operationsDarrick J. Wong
2021-10-22xfs: realtime rmap btree transaction reservationsDarrick J. Wong
2021-10-22xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2021-10-22xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2021-10-22xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2021-10-22xfs: remove xfs_trans_set_rmap_flagsrmap-intent-cleanups_2021-10-22Darrick J. Wong
2021-10-22xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong
2021-10-22xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2021-10-22xfs: prepare rmap btree tracepoints for wideningDarrick J. Wong
2021-10-22xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong
2021-10-22xfs: consolidate btree block allocation tracepointsDarrick J. Wong
2021-10-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong
2021-10-22xfs: fix confusing xfs_extent_item variable namesrealtime-extfree-intents_2021-10-22Darrick J. Wong
2021-10-22xfs: support error injection when freeing rt extentsDarrick J. Wong
2021-10-22xfs: support recovering extent-free intent items targetting realtime extentsDarrick J. Wong
2021-10-22xfs: support logging EFIs for realtime extentsDarrick J. Wong
2021-10-22xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2021-10-22Darrick J. Wong
2021-10-22xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong
2021-10-22xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: allow inode-based btrees to reserve space in the data devicereserve-rt-metadata-space_2021-10-22Darrick J. Wong
2021-10-22xfs: simplify xfs_ag_resv_free signatureDarrick J. Wong
2021-10-22xfs: remove XFS_ILOCK_RT*Darrick J. Wong
2021-10-22xfs: refactor realtime inode lockingrefactor-rt-locking_2021-10-22Darrick J. Wong
2021-10-22xfs: use separate lock classes for realtime metadata inode ILOCKsDarrick J. Wong
2021-10-22xfs: refactor realtime scrubbing context managementDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-22xfs: use separate btree cursor slab for each btree typebtree-cursor-zones_2021-10-22Darrick J. Wong
2021-10-22xfs: check absolute maximum nlevels for each btree typeDarrick J. Wong
2021-10-22xfs: widen btree maxlevels computation to handle 64-bit record countsbtree-cleanups_2021-10-22Darrick J. Wong
2021-10-22xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong
2021-10-22xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong
2021-10-22xfs: kill XFS_BTREE_MAXLEVELSbtree-dynamic-depth_2021-10-22Darrick J. Wong
2021-10-22xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-10-22xfs: compute actual maximum btree height for critical reservation calculationDarrick J. Wong
2021-10-22xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-10-22xfs: encode the max btree height in the cursorDarrick J. Wong
2021-10-22xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-10-22xfs: support dynamic btree cursor heightsDarrick J. Wong
2021-10-22xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-10-22xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong
2021-10-22xfs: stricter btree height checking when looking for errorsDarrick J. Wong
2021-10-22xfs: dynamically allocate btree scrub context structureDarrick J. Wong