messages from 2023-12-31 23:28:49 to 2024-01-01 00:20:10 UTC [more...]
[PATCHSET v2.0 12/17] xfsprogs: realtime reverse-mapping support
2023-12-31 19:54 UTC (38+ 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
[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
[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
[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 (53+ 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 01/52] xfs: create incore realtime group structures
` [PATCH 02/52] xfs: define the format of rt groups
` [PATCH 03/52] xfs: reduce rt summary file levels for rtgroups filesystems
` [PATCH 04/52] xfs: update primary realtime super every time we update the primary fs super
` [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
[PATCHSET v2.0 05/17] xfsprogs: refactor realtime meta inode locking
2023-12-31 23:47 UTC (3+ messages)
` [PATCH 1/2] xfs: refactor realtime "
` [PATCH 2/2] xfs: remove XFS_ILOCK_RT*
[PATCHSET v2.0 04/17] xfs_metadump: support external devices
2023-12-31 23:47 UTC (2+ messages)
` [PATCH 1/1] xfs_db: allow setting current address to log blocks
[PATCHSET v2.0 03/17] xfs_db: debug realtime geometry
2023-12-31 23:46 UTC (9+ messages)
` [PATCH 1/8] xfs_db: support passing the realtime device to the debugger
` [PATCH 2/8] xfs_db: report the realtime device when associated with each io cursor
` [PATCH 3/8] xfs_db: make the daddr command target the realtime device
` [PATCH 4/8] xfs_db: access realtime file blocks
` [PATCH 5/8] xfs_db: access arbitrary realtime blocks and extents
` [PATCH 6/8] xfs_db: enable conversion of rt space units
` [PATCH 7/8] xfs_db: convert rtbitmap geometry
` [PATCH 8/8] xfs_db: convert rtsummary geometry
[PATCHSET v2.0 02/17] xfsprogs: metadata inode directories
2023-12-31 23:44 UTC (59+ messages)
` [PATCH 01/58] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
` [PATCH 02/58] xfs: create imeta abstractions to get and set metadata inodes
` [PATCH 03/58] xfs: create transaction reservations for metadata inode operations
` [PATCH 04/58] mkfs: clean up the rtinit() function
` [PATCH 05/58] libxfs: convert all users to libxfs_imeta_create
` [PATCH 06/58] mkfs: break up the rest of the rtinit() function
` [PATCH 07/58] xfs: iget for metadata inodes
` [PATCH 08/58] xfs: define the on-disk format for the metadir feature
` [PATCH 09/58] xfs: update imeta transaction reservations for metadir
` [PATCH 10/58] xfs: load metadata directory root at mount time
` [PATCH 11/58] xfs: convert metadata inode lookup keys to use paths
` [PATCH 12/58] xfs: enforce metadata inode flag
` [PATCH 13/58] xfs: allow deletion of metadata directory files
` [PATCH 14/58] xfs: read and write metadata inode directory
` [PATCH 15/58] xfs: ensure metadata directory paths exist before creating files
` [PATCH 16/58] xfs: disable the agi rotor for metadata inodes
` [PATCH 17/58] xfs: advertise metadata directory feature
` [PATCH 18/58] xfs: allow bulkstat to return metadata directories
` [PATCH 19/58] xfs: enable creation of dynamically allocated metadir path structures
` [PATCH 20/58] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 21/58] xfs: record health problems with the metadata directory
` [PATCH 22/58] xfs: check metadata directory file path connectivity
` [PATCH 23/58] libfrog: report metadata directories in the geometry report
` [PATCH 24/58] libfrog: allow METADIR in xfrog_bulkstat_single5
` [PATCH 25/58] xfs_io: support scrubbing metadata directory paths
` [PATCH 26/58] xfs_db: basic xfs_check support for metadir
` [PATCH 27/58] xfs_db: report metadir support for version command
` [PATCH 28/58] xfs_db: don't obfuscate metadata directories and attributes
` [PATCH 29/58] xfs_db: support metadata directories in the path command
` [PATCH 30/58] xfs_db: mask superblock fields when metadir feature is enabled
` [PATCH 31/58] xfs_io: support the bulkstat metadata directory flag
` [PATCH 32/58] xfs_io: support scrubbing metadata directory paths
` [PATCH 33/58] xfs_spaceman: report health of metadir inodes too
` [PATCH 34/58] xfs_scrub: scan metadata directories during phase 3
` [PATCH 35/58] xfs_scrub: re-run metafile scrubbers during phase 5
` [PATCH 36/58] xfs_repair: don't zero the incore secondary super when zeroing
` [PATCH 37/58] xfs_repair: refactor metadata inode tagging
` [PATCH 38/58] xfs_repair: reject regular directory dirents that point to metadata fieles
` [PATCH 39/58] xfs_repair: dont check metadata directory dirent inumbers
` [PATCH 40/58] xfs_repair: refactor fixing dotdot
` [PATCH 41/58] xfs_repair: refactor marking of metadata inodes
` [PATCH 42/58] xfs_repair: refactor root directory initialization
` [PATCH 43/58] xfs_repair: refactor grabbing realtime metadata inodes
` [PATCH 44/58] xfs_repair: check metadata inode flag
` [PATCH 45/58] xfs_repair: rebuild the metadata directory
` [PATCH 46/58] xfs_repair: don't let metadata and regular files mix
` [PATCH 47/58] xfs_repair: update incore metadata state whenever we create new files
` [PATCH 48/58] xfs_repair: pass private data pointer to scan_lbtree
` [PATCH 49/58] xfs_repair: mark space used by metadata files
` [PATCH 50/58] xfs_repair: adjust keep_fsinos to handle metadata directories
` [PATCH 51/58] xfs_repair: metadata dirs are never plausible root dirs
` [PATCH 52/58] xfs_repair: reattach quota inodes to metadata directory
` [PATCH 53/58] xfs_repair: drop all the metadata directory files during pass 4
` [PATCH 54/58] xfs_repair: truncate and unmark orphaned metadata inodes
` [PATCH 55/58] xfs_repair: do not count metadata directory files when doing quotacheck
` [PATCH 56/58] xfs_repair: allow sysadmins to add metadata directories
` [PATCH 57/58] mkfs.xfs: enable "
` [PATCH 58/58] mkfs: add a utility to generate protofiles
[PATCHSET v2.0 01/17] xfsprogs: hoist inode operations to libxfs
2023-12-31 23:29 UTC (5+ messages)
` [PATCH 25/28] xfs: move dirent update hooks to xfs_dir2.c
` [PATCH 26/28] xfs_db: port the iunlink command to use the libxfs iunlink function
` [PATCH 27/28] xfs_repair: use library functions to reset root/rbm/rsum inodes
` [PATCH 28/28] xfs_repair: use library functions for orphanage creation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).