All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-31 23:48:53 to 2024-01-01 00:37:22 UTC [more...]

[PATCHSET v2.0 16/17] xfsprogs: reflink with large realtime extents
 2023-12-31 19:55 UTC  (2+ messages)
` [PATCH 1/3] xfs: enable extent size hints for CoW when rtextsize > 1

[PATCHSET v2.0 15/17] xfsprogs: reflink on the realtime device
 2023-12-31 19:55 UTC  (43+ messages)
` [PATCH 01/42] xfs: introduce realtime refcount btree definitions
` [PATCH 02/42] xfs: namespace the maximum length/refcount symbols
` [PATCH 03/42] xfs: define the on-disk realtime refcount btree format
` [PATCH 04/42] xfs: realtime refcount btree transaction reservations
` [PATCH 05/42] xfs: add realtime refcount btree operations
` [PATCH 06/42] xfs: prepare refcount functions to deal with rtrefcountbt
` [PATCH 07/42] xfs: add a realtime flag to the refcount update log redo items
` [PATCH 08/42] xfs: add realtime refcount btree inode to metadata directory
` [PATCH 09/42] xfs: add metadata reservations for realtime refcount btree
` [PATCH 10/42] xfs: wire up a new inode fork type for the realtime refcount
` [PATCH 11/42] xfs: wire up realtime refcount btree cursors
` [PATCH 12/42] xfs: create routine to allocate and initialize a realtime refcount btree inode
` [PATCH 13/42] xfs: update rmap to allow cow staging extents in the rt rmap
` [PATCH 14/42] xfs: compute rtrmap btree max levels when reflink enabled
` [PATCH 15/42] xfs: allow inodes to have the realtime and reflink flags
` [PATCH 16/42] xfs: refcover CoW leftovers in the realtime volume
` [PATCH 17/42] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
` [PATCH 18/42] xfs: apply rt extent alignment constraints to CoW extsize hint
` [PATCH 19/42] xfs: enable extent size hints for CoW operations
` [PATCH 20/42] xfs: report realtime refcount btree corruption errors to the health system
` [PATCH 21/42] xfs: scrub the realtime refcount btree
` [PATCH 22/42] xfs: scrub the metadir path of rt refcount btree files
` [PATCH 23/42] libfrog: enable scrubbing of the realtime refcount data
` [PATCH 24/42] xfs_db: display the realtime refcount btree contents
` [PATCH 25/42] xfs_db: support the realtime refcountbt
` [PATCH 26/42] xfs_db: widen block type mask to 64 bits
` [PATCH 27/42] xfs_db: support rudimentary checks of the rtrefcount btree
` [PATCH 28/42] xfs_db: copy the realtime refcount btree
` [PATCH 29/42] xfs_spaceman: report health of "
` [PATCH 30/42] xfs_repair: allow CoW staging extents in the realtime rmap records
` [PATCH 31/42] xfs_repair: use realtime refcount btree data to check block types
` [PATCH 32/42] xfs_repair: find and mark the rtrefcountbt inode
` [PATCH 33/42] xfs_repair: compute refcount data for the realtime groups
` [PATCH 34/42] xfs_repair: check existing realtime refcountbt entries against observed refcounts
` [PATCH 35/42] xfs_repair: reject unwritten shared extents
` [PATCH 36/42] xfs_repair: rebuild the realtime refcount btree
` [PATCH 37/42] xfs_repair: allow realtime files to have the reflink flag set
` [PATCH 38/42] xfs_repair: validate CoW extent size hint on rtinherit directories
` [PATCH 39/42] xfs_repair: allow sysadmins to add realtime reflink
` [PATCH 40/42] xfs_logprint: report realtime CUIs
` [PATCH 41/42] mkfs: validate CoW extent size hint when rtinherit is set
` [PATCH 42/42] mkfs: enable reflink on the realtime device

[PATCH v3 0/8] An effort to bring DT bindings compliance within U-Boot
 2024-01-01  0:33 UTC  (11+ messages)
` [PATCH v3 4/8] dts: Add alternative location for upstream DTB builds

RTT-PROBE: lore-subspace-rtt
 2024-01-01  0:28 UTC 

[PATCHSET v2.0 14/17] xfsprogs: refcount log intent cleanups
 2023-12-31 19:55 UTC  (10+ messages)
` [PATCH 1/9] xfs: give refcount btree cursor error tracepoints their own class
` [PATCH 2/9] xfs: create specialized classes for refcount tracepoints
` [PATCH 3/9] xfs: prepare refcount btree tracepoints for widening
` [PATCH 4/9] xfs: clean up refcount log intent item tracepoint callsites
` [PATCH 5/9] xfs: add a ci_entry helper
` [PATCH 6/9] xfs: reuse xfs_refcount_update_cancel_item
` [PATCH 7/9] xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_one
` [PATCH 8/9] xfs: simplify usage of the rcur local variable "
` [PATCH 9/9] xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c

[PATCHSET v29.0 34/40] xfs_scrub: fixes for systemd services
 2024-01-01  0:24 UTC  (3+ messages)
` [PATCH 8/9] xfs_scrub_fail: move executable script to /usr/libexec

[PATCHSET v2.0 13/17] xfsprogs: file write utility refactoring
 2023-12-31 19:55 UTC  (5+ messages)
` [PATCH 1/4] libxfs: resync libxfs_alloc_file_space interface with the kernel
` [PATCH 2/4] mkfs: use libxfs_alloc_file_space for rtinit
` [PATCH 3/4] xfs_repair: use libxfs_alloc_file_space to reallocate rt metadata
` [PATCH 4/4] mkfs: use file write helper to populate files

[PATCHSET v2.0 12/17] xfsprogs: realtime reverse-mapping support
 2023-12-31 19:54 UTC  (48+ messages)
` [PATCH 01/47] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
` [PATCH 02/47] xfs: introduce realtime rmap btree definitions
` [PATCH 03/47] xfs: define the on-disk realtime rmap btree format
` [PATCH 04/47] xfs: realtime rmap btree transaction reservations
` [PATCH 05/47] xfs: add realtime rmap btree operations
` [PATCH 06/47] xfs: prepare rmap functions to deal with rtrmapbt
` [PATCH 07/47] xfs: add a realtime flag to the rmap update log redo items
` [PATCH 08/47] xfs: add realtime reverse map inode to metadata directory
` [PATCH 09/47] xfs: add metadata reservations for realtime rmap btrees
` [PATCH 10/47] xfs: wire up a new inode fork type for the realtime rmap
` [PATCH 11/47] xfs: allow inodes with zero extents but nonzero nblocks
` [PATCH 12/47] xfs: use realtime EFI to free extents when realtime rmap is enabled
` [PATCH 13/47] xfs: wire up rmap map and unmap to the realtime rmapbt
` [PATCH 14/47] xfs: create routine to allocate and initialize a realtime rmap btree inode
` [PATCH 15/47] xfs: report realtime rmap btree corruption errors to the health system
` [PATCH 16/47] xfs: allow queued realtime intents to drain before scrubbing
` [PATCH 17/47] xfs: scrub the realtime rmapbt
` [PATCH 18/47] xfs: scrub the metadir path of rt rmap btree files
` [PATCH 19/47] xfs: online repair of the realtime rmap btree
` [PATCH 20/47] xfs: create a shadow rmap btree during realtime rmap repair
` [PATCH 21/47] xfs: hook live realtime rmap operations during a repair operation
` [PATCH 22/47] xfs_db: display the realtime rmap btree contents
` [PATCH 23/47] xfs_db: support the realtime rmapbt
` [PATCH 24/47] xfs_db: support rudimentary checks of the rtrmap btree
` [PATCH 25/47] xfs_db: copy the realtime rmap btree
` [PATCH 26/47] xfs_db: make fsmap query the realtime reverse mapping tree
` [PATCH 27/47] xfs_io: support scrubbing rtgroup metadata paths
` [PATCH 28/47] libfrog: enable scrubbng of the realtime rmap
` [PATCH 29/47] xfs_scrub: check rtrmapbt metadata directory connections
` [PATCH 30/47] xfs_scrub: retest metadata across scrub groups after a repair
` [PATCH 31/47] xfs_spaceman: report health status of the realtime rmap btree
` [PATCH 32/47] libxfs: dirty buffers should be marked uptodate too
` [PATCH 33/47] xfs_repair: flag suspect long-format btree blocks
` [PATCH 34/47] xfs_repair: use realtime rmap btree data to check block types
` [PATCH 35/47] xfs_repair: create a new set of incore rmap information for rt groups
` [PATCH 36/47] xfs_repair: collect relatime reverse-mapping data for refcount/rmap tree rebuilding
` [PATCH 37/47] xfs_repair: refactor realtime inode check
` [PATCH 38/47] xfs_repair: find and mark the rtrmapbt inodes
` [PATCH 39/47] xfs_repair: check existing realtime rmapbt entries against observed rmaps
` [PATCH 40/47] xfs_repair: always check realtime file mappings against incore info
` [PATCH 41/47] xfs_repair: rebuild the realtime rmap btree
` [PATCH 42/47] xfs_repair: check for global free space concerns with default btree slack levels
` [PATCH 43/47] xfs_repair: rebuild the bmap btree for realtime files
` [PATCH 44/47] xfs_repair: reserve per-AG space while rebuilding rt metadata
` [PATCH 45/47] xfs_repair: allow sysadmins to add realtime reverse mapping indexes
` [PATCH 46/47] xfs_logprint: report realtime RUIs
` [PATCH 47/47] mkfs: create the realtime rmap inode

[PATCHSET v29.0 08/28] xfs: support in-memory btrees
 2024-01-01  0:18 UTC  (5+ messages)
` [PATCH 1/9] xfs: dump xfiles for debugging purposes
` [PATCH 9/9] xfs: connect in-memory btrees to xfiles

RTT-PROBE: lore-subspace-rtt
 2024-01-01  0:18 UTC 

[PATCHSET v2.0 11/17] xfsprogs: rmap log intent cleanups
 2023-12-31 19:54 UTC  (10+ messages)
` [PATCH 1/9] xfs: attach rtgroup objects to btree cursors
` [PATCH 2/9] xfs: give rmap btree cursor error tracepoints their own class
` [PATCH 3/9] xfs: prepare rmap btree tracepoints for widening
` [PATCH 4/9] xfs: clean up rmap log intent item tracepoint callsites
` [PATCH 5/9] xfs: add a ri_entry helper
` [PATCH 6/9] xfs: reuse xfs_rmap_update_cancel_item
` [PATCH 7/9] xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one
` [PATCH 8/9] xfs: simplify usage of the rcur local variable "
` [PATCH 9/9] xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c

RTT-PROBE: lore-subspace-rtt
 2024-01-01  0:08 UTC 

[PATCHSET v2.0 10/17] xfsprogs: widen EFI format to support rt
 2023-12-31 19:54 UTC  (4+ messages)
` [PATCH 1/3] xfs: support logging EFIs for realtime extents
` [PATCH 2/3] xfs: support error injection when freeing rt extents
` [PATCH 3/3] xfs_logprint: report realtime EFIs

[PATCHSET v2.0 09/17] xfsprogs: extent free log intent cleanups
 2023-12-31 19:54 UTC  (9+ messages)
` [PATCH 1/8] xfs: clean up extent free log intent item tracepoint callsites
` [PATCH 2/8] xfs: convert "skip_discard" to a proper flags bitset
` [PATCH 3/8] xfs: pass the fsbno to xfs_perag_intent_get
` [PATCH 4/8] xfs: add a xefi_entry helper
` [PATCH 5/8] xfs: reuse xfs_extent_free_cancel_item
` [PATCH 6/8] xfs: remove duplicate asserts in xfs_defer_extent_free
` [PATCH 7/8] xfs: remove xfs_defer_agfl_block
` [PATCH 8/8] xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c

[PATCHSET v2.0 08/17] xfsprogs: enable in-core block reservation for rt metadata
 2023-12-31 19:53 UTC  (3+ messages)
` [PATCH 1/2] xfs: simplify xfs_ag_resv_free signature
` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device

[PATCHSET v2.0 07/17] xfsprogs: refactor btrees to support records in inode root
 2023-12-31 19:53 UTC  (15+ messages)
` [PATCH 01/14] xfs: replace shouty XFS_BM{BT,DR} macros
` [PATCH 02/14] xfs: refactor the allocation and freeing of incore inode fork btree roots
` [PATCH 03/14] xfs: refactor creation of bmap "
` [PATCH 04/14] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
` [PATCH 05/14] xfs: hoist the code that moves the incore inode fork broot memory
` [PATCH 06/14] xfs: move the zero records logic into xfs_bmap_broot_space_calc
` [PATCH 07/14] xfs: rearrange xfs_iroot_realloc a bit
` [PATCH 08/14] xfs: standardize the btree maxrecs function parameters
` [PATCH 09/14] xfs: generalize the btree root reallocation function
` [PATCH 10/14] xfs: support leaves in the incore btree root block in xfs_iroot_realloc
` [PATCH 11/14] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
` [PATCH 12/14] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
` [PATCH 13/14] xfs: support storing records in the inode core root
` [PATCH 14/14] xfs: update btree keys correctly when _insrec splits an inode root block

[PATCHSET v2.0 06/17] xfsprogs: shard the realtime section
 2023-12-31 23:59 UTC  (49+ messages)
` [PATCH 48/52] xfs_scrub: trim realtime volumes too
` [PATCH 49/52] xfs_scrub: use histograms to speed up phase 8 on the realtime volume
` [PATCH 50/52] mkfs: add headers to realtime bitmap blocks
` [PATCH 51/52] mkfs: add headers to realtime summary blocks
` [PATCH 52/52] mkfs: format realtime groups
` [PATCH 05/52] xfs: write secondary realtime superblocks to disk
` [PATCH 06/52] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 07/52] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 08/52] xfs: check that rtblock extents do not overlap with the rt group metadata
` [PATCH 09/52] xfs: add frextents to the lazysbcounters when rtgroups enabled
` [PATCH 10/52] xfs: record rt group superblock errors in the health system
` [PATCH 11/52] xfs: define locking primitives for realtime groups
` [PATCH 12/52] xfs: export the geometry of realtime groups to userspace
` [PATCH 13/52] xfs: add block headers to realtime bitmap blocks
` [PATCH 14/52] xfs: encode the rtbitmap in little endian format
` [PATCH 15/52] xfs: add block headers to realtime summary blocks
` [PATCH 16/52] xfs: encode the rtsummary in big endian format
` [PATCH 17/52] xfs: store rtgroup information with a bmap intent
` [PATCH 18/52] xfs: use an incore rtgroup rotor for rtpick
` [PATCH 19/52] xfs: scrub the realtime group superblock
` [PATCH 20/52] xfs: repair secondary realtime group superblocks
` [PATCH 21/52] xfs: scrub each rtgroup's portion of the rtbitmap separately
` [PATCH 22/52] libfrog: report rt groups in output
` [PATCH 23/52] libxfs: implement some sanity checking for enormous rgcount
` [PATCH 24/52] xfs_repair: support realtime groups
` [PATCH 25/52] xfs_repair: improve rtbitmap discrepancy reporting
` [PATCH 26/52] xfs_repair: repair rtbitmap block headers
` [PATCH 27/52] xfs_repair: repair rtsummary "
` [PATCH 28/52] xfs_repair: support adding rtgroups to a filesystem
` [PATCH 29/52] xfs_db: listify the definition of enum typnm
` [PATCH 30/52] xfs_db: support dumping realtime superblocks
` [PATCH 31/52] xfs_db: support changing the label and uuid of rt superblocks
` [PATCH 32/52] xfs_db: listify the definition of dbm_t
` [PATCH 33/52] xfs_db: implement check for rt superblocks
` [PATCH 34/52] xfs_db: enable conversion of rt space units
` [PATCH 35/52] xfs_db: report rtgroups via version command
` [PATCH 36/52] xfs_db: metadump realtime devices
` [PATCH 37/52] xfs_db: dump rt bitmap blocks
` [PATCH 38/52] xfs_db: dump rt summary blocks
` [PATCH 39/52] xfs_mdrestore: restore rt group superblocks to realtime device
` [PATCH 40/52] xfs_io: support scrubbing rtgroup metadata
` [PATCH 41/52] xfs_io: add a command to display allocation group information
` [PATCH 42/52] xfs_io: add a command to display realtime "
` [PATCH 43/52] xfs_io: display rt group in verbose bmap output
` [PATCH 44/52] xfs_io: display rt group in verbose fsmap output
` [PATCH 45/52] xfs_spaceman: report on realtime group health
` [PATCH 46/52] xfs_scrub: scrub realtime allocation group metadata
` [PATCH 47/52] xfs_scrub: call GETFSMAP for each rt group in parallel

[PATCH] fstests: btrfs: remove test case btrfs/131
 2024-01-01  0:00 UTC  (4+ messages)

[PATCH RESEND] arm64: dts: allwinner: a64: Add thermal trip points for GPU
 2024-01-01  0:00 UTC  (2+ messages)

[RFC PATCH 1/2] scripts/get_abi: fix source path leak
 2023-12-31 23:59 UTC  (2+ messages)
` [RFC PATCH 2/2] docs: kernel_abi.py: fix command injection

RTT-PROBE: lore-subspace-rtt
 2023-12-31 23:58 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.