summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-10-22xfs: map xfile pages directly into xfs_bufDarrick J. Wong
2021-10-22xfs: hook live realtime rmap operations during a repair operationDarrick J. Wong
2021-10-22xfs: hook live rmap operations during a repair operationDarrick J. Wong
2021-10-22xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong
2021-10-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong
2021-10-22xfs: connect in-memory btrees to xfilesDarrick J. Wong
2021-10-22xfs: support in-memory btreesDarrick J. Wong
2021-10-22xfs: allow userspace to rebuild metadata structuresdefrag-freespace_2021-10-22Darrick J. Wong
2021-10-22xfs: fallocate free space into a fileDarrick J. Wong
2021-10-22xfs: export reference count information to userspacereport-refcounts_2021-10-22Darrick J. Wong
2021-10-22xfs: allow queued AG intents to drain before scrubbingscrub-drain-intents_2021-10-22Darrick J. Wong
2021-10-22xfs: teach scrub to check file nlinksDarrick J. Wong
2021-10-22xfs: report health of inode link countsDarrick J. Wong
2021-10-22xfs: experiment with dontcache when scanning inodesvectorized-scrub_2021-10-22Darrick J. Wong
2021-10-22xfs: introduce vectored scrub modeDarrick J. Wong
2021-10-22xfs: track deferred ops statisticsDarrick J. Wong
2021-10-22xfs: enable extent size hints for CoW when rtextsize > 1Darrick J. Wong
2021-10-22xfs: scrub the realtime refcount btreeDarrick J. Wong
2021-10-22xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: enable extent size hints for CoW operationsDarrick J. Wong
2021-10-22xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong
2021-10-22xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2021-10-22xfs: refcover CoW leftovers in the realtime volumeDarrick J. Wong
2021-10-22xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong
2021-10-22xfs: enable CoW for realtime dataDarrick J. Wong
2021-10-22xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong
2021-10-22xfs: update rmap to allow cow staging extents in the rt rmapDarrick J. Wong
2021-10-22xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong
2021-10-22xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2021-10-22xfs: wire up a new inode fork type for the realtime refcountDarrick J. Wong
2021-10-22xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong
2021-10-22xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-10-22xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong
2021-10-22xfs: prepare refcount functions to deal with rtrefcountbtDarrick J. Wong
2021-10-22xfs: add realtime refcount btree operationsDarrick J. Wong
2021-10-22xfs: realtime refcount btree transaction reservationsDarrick J. Wong
2021-10-22xfs: define the on-disk realtime refcount btree formatDarrick J. Wong
2021-10-22xfs: introduce realtime refcount btree definitionsDarrick J. Wong
2021-10-22xfs: widen xfs_refcount_irec fields to handle realtime refcountbtDarrick J. Wong
2021-10-22xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong
2021-10-22xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2021-10-22xfs: prepare refcount btree tracepoints for wideningDarrick J. Wong
2021-10-22xfs: create specialized classes for refcount tracepointsDarrick J. Wong
2021-10-22xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong
2021-10-22xfs: remove useless oinfo arg from xfs_refcount_adjustDarrick J. Wong
2021-10-22xfs: apply noalloc mode to inode allocations toonoalloc-ags_2021-10-22Darrick J. Wong
2021-10-22xfs: enable userspace to hide an AG from allocationDarrick J. Wong
2021-10-22xfs: create a noalloc mode for allocation groupsDarrick J. Wong
2021-10-22xfs: compact flag bits in the perag structureDarrick J. Wong
2021-10-22xfs: scrub the realtime rmapbtDarrick J. Wong