]> www.infradead.org Git - users/hch/xfsprogs.git/shortlog
users/hch/xfsprogs.git
2023-12-06 Christoph Hellwiguserspace changes for the metadir updates xfs-metadir-experiments
2023-12-06 Christoph Hellwigxfs: metadir experiments
2023-12-05 Christoph Hellwiglibxfs: provide a kernel-compatible kasprintf
2023-12-05 Christoph Hellwigrepair: use asprintf instead of the hand-rolled kasprintf
2023-11-22 Darrick J.... mkfs: enable reflink on the realtime device
2023-11-22 Darrick J.... mkfs: validate CoW extent size hint when rtinherit...
2023-11-22 Darrick J.... xfs_logprint: report realtime CUIs
2023-11-22 Darrick J.... xfs_repair: allow sysadmins to add realtime reflink
2023-11-22 Darrick J.... xfs_repair: validate CoW extent size hint on rtinherit...
2023-11-22 Darrick J.... xfs_repair: allow realtime files to have the reflink...
2023-11-22 Darrick J.... xfs_repair: rebuild the realtime refcount btree
2023-11-22 Darrick J.... xfs_repair: reject unwritten shared extents
2023-11-22 Darrick J.... xfs_repair: check existing realtime refcountbt entries...
2023-11-22 Darrick J.... xfs_repair: compute refcount data for the realtime...
2023-11-22 Darrick J.... xfs_repair: find and mark the rtrefcountbt inode
2023-11-22 Darrick J.... xfs_repair: use realtime refcount btree data to check...
2023-11-22 Darrick J.... xfs_repair: allow CoW staging extents in the realtime...
2023-11-22 Darrick J.... xfs_spaceman: report health of the realtime refcount...
2023-11-22 Darrick J.... xfs_db: copy the realtime refcount btree
2023-11-22 Darrick J.... xfs_db: support rudimentary checks of the rtrefcount...
2023-11-22 Darrick J.... xfs_db: widen block type mask to 64 bits
2023-11-22 Darrick J.... xfs_db: support the realtime refcountbt
2023-11-22 Darrick J.... xfs_db: display the realtime refcount btree contents
2023-11-22 Darrick J.... libfrog: enable scrubbing of the realtime refcount...
2023-11-22 Darrick J.... xfs: online repair of the realtime refcount btree
2023-11-22 Darrick J.... xfs: scrub the metadir path of rt refcount btree files
2023-11-22 Darrick J.... xfs: scrub the realtime refcount btree
2023-11-22 Darrick J.... xfs: report realtime refcount btree corruption errors...
2023-11-22 Darrick J.... xfs: enable extent size hints for CoW operations
2023-11-22 Darrick J.... xfs: apply rt extent alignment constraints to CoW extsi...
2023-11-22 Darrick J.... xfs: fix xfs_get_extsz_hint behavior with realtime...
2023-11-22 Darrick J.... xfs: refcover CoW leftovers in the realtime volume
2023-11-22 Darrick J.... xfs: allow inodes to have the realtime and reflink...
2023-11-22 Darrick J.... xfs: compute rtrmap btree max levels when reflink enabled
2023-11-22 Darrick J.... xfs: update rmap to allow cow staging extents in the...
2023-11-22 Darrick J.... xfs: create routine to allocate and initialize a realti...
2023-11-22 Darrick J.... xfs: wire up realtime refcount btree cursors
2023-11-22 Darrick J.... xfs: wire up a new inode fork type for the realtime...
2023-11-22 Darrick J.... xfs: add metadata reservations for realtime refcount...
2023-11-22 Darrick J.... xfs: add realtime refcount btree inode to metadata...
2023-11-22 Darrick J.... xfs: add a realtime flag to the refcount update log...
2023-11-22 Darrick J.... xfs: prepare refcount functions to deal with rtrefcountbt
2023-11-22 Darrick J.... xfs: add realtime refcount btree operations
2023-11-22 Darrick J.... xfs: realtime refcount btree transaction reservations
2023-11-22 Darrick J.... xfs: define the on-disk realtime refcount btree format
2023-11-22 Darrick J.... xfs: namespace the maximum length/refcount symbols
2023-11-22 Darrick J.... xfs: introduce realtime refcount btree definitions
2023-11-22 Darrick J.... xfs: move xfs_refcount_update_defer_add to xfs_refcount...
2023-11-22 Darrick J.... xfs: simplify usage of the rcur local variable in xfs_r...
2023-11-22 Darrick J.... xfs: don't bother calling xfs_refcount_finish_one_clean...
2023-11-22 Darrick J.... xfs: reuse xfs_refcount_update_cancel_item
2023-11-22 Darrick J.... xfs: add a ci_entry helper
2023-11-22 Darrick J.... xfs: clean up refcount log intent item tracepoint callsites
2023-11-22 Darrick J.... xfs: prepare refcount btree tracepoints for widening
2023-11-22 Darrick J.... xfs: create specialized classes for refcount tracepoints
2023-11-22 Darrick J.... xfs: give refcount btree cursor error tracepoints their...
2023-11-22 Darrick J.... mkfs: use file write helper to populate files
2023-11-22 Darrick J.... xfs_repair: use libxfs_alloc_file_space to reallocate...
2023-11-22 Darrick J.... mkfs: use libxfs_alloc_file_space for rtinit
2023-11-22 Darrick J.... libxfs: resync libxfs_alloc_file_space interface with...
2023-11-22 Darrick J.... mkfs: create the realtime rmap inode
2023-11-22 Darrick J.... xfs_logprint: report realtime RUIs
2023-11-22 Darrick J.... xfs_repair: allow sysadmins to add realtime reverse...
2023-11-22 Darrick J.... xfs_repair: reserve per-AG space while rebuilding rt...
2023-11-22 Darrick J.... xfs_repair: rebuild the bmap btree for realtime files
2023-11-22 Darrick J.... xfs_repair: check for global free space concerns with...
2023-11-22 Darrick J.... xfs_repair: rebuild the realtime rmap btree
2023-11-22 Darrick J.... xfs_repair: always check realtime file mappings against...
2023-11-22 Darrick J.... xfs_repair: check existing realtime rmapbt entries...
2023-11-22 Darrick J.... xfs_repair: find and mark the rtrmapbt inodes
2023-11-22 Darrick J.... xfs_repair: refactor realtime inode check
2023-11-22 Darrick J.... xfs_repair: collect relatime reverse-mapping data for...
2023-11-22 Darrick J.... xfs_repair: create a new set of incore rmap information...
2023-11-22 Darrick J.... xfs_repair: use realtime rmap btree data to check block...
2023-11-22 Darrick J.... xfs_repair: flag suspect long-format btree blocks
2023-11-22 Darrick J.... libxfs: dirty buffers should be marked uptodate too
2023-11-22 Darrick J.... xfs_spaceman: report health status of the realtime...
2023-11-22 Darrick J.... xfs_scrub: retest metadata across scrub groups after...
2023-11-22 Darrick J.... xfs_scrub: check rtrmapbt metadata directory connections
2023-11-22 Darrick J.... libfrog: enable scrubbng of the realtime rmap
2023-11-22 Darrick J.... xfs_io: support scrubbing rtgroup metadata paths
2023-11-22 Darrick J.... xfs_db: make fsmap query the realtime reverse mapping...
2023-11-22 Darrick J.... xfs_db: copy the realtime rmap btree
2023-11-22 Darrick J.... xfs_db: support rudimentary checks of the rtrmap btree
2023-11-22 Darrick J.... xfs_db: support the realtime rmapbt
2023-11-22 Darrick J.... xfs_db: display the realtime rmap btree contents
2023-11-22 Darrick J.... xfs: hook live realtime rmap operations during a repair...
2023-11-22 Darrick J.... xfs: create a shadow rmap btree during realtime rmap...
2023-11-22 Darrick J.... xfs: online repair of the realtime rmap btree
2023-11-22 Darrick J.... xfs: scrub the metadir path of rt rmap btree files
2023-11-22 Darrick J.... xfs: scrub the realtime rmapbt
2023-11-22 Darrick J.... xfs: allow queued realtime intents to drain before...
2023-11-22 Darrick J.... xfs: report realtime rmap btree corruption errors to...
2023-11-22 Darrick J.... xfs: create routine to allocate and initialize a realti...
2023-11-22 Darrick J.... xfs: wire up rmap map and unmap to the realtime rmapbt
2023-11-22 Darrick J.... xfs: use realtime EFI to free extents when realtime...
2023-11-22 Darrick J.... xfs: allow inodes with zero extents but nonzero nblocks
2023-11-22 Darrick J.... xfs: wire up a new inode fork type for the realtime...
2023-11-22 Darrick J.... xfs: add metadata reservations for realtime rmap btrees
2023-11-22 Darrick J.... xfs: add realtime reverse map inode to metadata directory
next