public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-23 22:05:31 to 2024-12-25 12:44:58 UTC [more...]

[PATCH] xfs: fix race condition in inodegc list and cpumask handling
 2024-12-25 12:41 UTC  (5+ messages)

Approach to quickly zeroing large XFS file (or) tool to mark XFS file extents as written
 2024-12-24  5:47 UTC  (4+ messages)

[PATCH v2] xfs: add a test for atomic writes
 2024-12-24  5:10 UTC  (6+ messages)

[PATCHBOMB for-6.14 v6.2] xfs: realtime rmap and reflink
 2024-12-23 23:18 UTC  (103+ messages)
` [PATCHSET 1/5] xfs: bug fixes for 6.13
  ` [PATCH 1/2] xfs: don't over-report free space or inodes in statvfs
  ` [PATCH 2/2] xfs: release the dquot buf outside of qli_lock
` [PATCHSET v6.2 2/5] xfs: refactor btrees to support records in inode root
  ` [PATCH 1/8] xfs: tidy up xfs_iroot_realloc
  ` [PATCH 2/8] xfs: refactor the inode fork memory allocation functions
  ` [PATCH 3/8] xfs: make xfs_iroot_realloc take the new numrecs instead of deltas
  ` [PATCH 4/8] xfs: make xfs_iroot_realloc a bmap btree function
  ` [PATCH 5/8] xfs: tidy up xfs_bmap_broot_realloc a bit
  ` [PATCH 6/8] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
  ` [PATCH 7/8] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
  ` [PATCH 8/8] xfs: support storing records in the inode core root
` [PATCHSET v6.2 3/5] xfs: enable in-core block reservation for rt metadata
  ` [PATCH 1/2] xfs: prepare to reuse the dquot pointer space in struct xfs_inode
  ` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device
` [PATCHSET v6.2 4/5] xfs: realtime reverse-mapping support
  ` [PATCH 01/37] xfs: add some rtgroup inode helpers
  ` [PATCH 02/37] xfs: prepare rmap btree cursor tracepoints for realtime
  ` [PATCH 03/37] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
  ` [PATCH 04/37] xfs: introduce realtime rmap btree ondisk definitions
  ` [PATCH 05/37] xfs: realtime rmap btree transaction reservations
  ` [PATCH 06/37] xfs: add realtime rmap btree operations
  ` [PATCH 07/37] xfs: prepare rmap functions to deal with rtrmapbt
  ` [PATCH 08/37] xfs: add a realtime flag to the rmap update log redo items
  ` [PATCH 09/37] xfs: support recovering rmap intent items targetting realtime extents
  ` [PATCH 10/37] xfs: pretty print metadata file types in error messages
  ` [PATCH 11/37] xfs: support file data forks containing metadata btrees
  ` [PATCH 12/37] xfs: add realtime reverse map inode to metadata directory
  ` [PATCH 13/37] xfs: add metadata reservations for realtime rmap btrees
  ` [PATCH 14/37] xfs: wire up a new metafile type for the realtime rmap
  ` [PATCH 15/37] xfs: wire up rmap map and unmap to the realtime rmapbt
  ` [PATCH 16/37] xfs: create routine to allocate and initialize a realtime rmap btree inode
  ` [PATCH 17/37] xfs: wire up getfsmap to the realtime reverse mapping btree
  ` [PATCH 18/37] xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
  ` [PATCH 19/37] xfs: report realtime rmap btree corruption errors to the health system
  ` [PATCH 20/37] xfs: allow queued realtime intents to drain before scrubbing
  ` [PATCH 21/37] xfs: scrub the realtime rmapbt
  ` [PATCH 22/37] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
  ` [PATCH 23/37] xfs: cross-reference the realtime rmapbt
  ` [PATCH 24/37] xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
  ` [PATCH 25/37] xfs: scrub the metadir path of rt rmap btree files
  ` [PATCH 26/37] xfs: walk the rt reverse mapping tree when rebuilding rmap
  ` [PATCH 27/37] xfs: online repair of realtime file bmaps
  ` [PATCH 28/37] xfs: repair inodes that have realtime extents
  ` [PATCH 29/37] xfs: repair rmap btree inodes
  ` [PATCH 30/37] xfs: online repair of realtime bitmaps for a realtime group
  ` [PATCH 31/37] xfs: support repairing metadata btrees rooted in metadir inodes
  ` [PATCH 32/37] xfs: online repair of the realtime rmap btree
  ` [PATCH 33/37] xfs: create a shadow rmap btree during realtime rmap repair
  ` [PATCH 34/37] xfs: hook live realtime rmap operations during a repair operation
  ` [PATCH 35/37] xfs: don't shut down the filesystem for media failures beyond end of log
  ` [PATCH 36/37] xfs: react to fsdax failure notifications on the rt device
  ` [PATCH 37/37] xfs: enable realtime rmap btree
` [PATCHSET v6.2 5/5] xfs: reflink on the realtime device
  ` [PATCH 01/43] xfs: prepare refcount btree cursor tracepoints for realtime
  ` [PATCH 02/43] xfs: namespace the maximum length/refcount symbols
  ` [PATCH 03/43] xfs: introduce realtime refcount btree ondisk definitions
  ` [PATCH 04/43] xfs: realtime refcount btree transaction reservations
  ` [PATCH 05/43] xfs: add realtime refcount btree operations
  ` [PATCH 06/43] xfs: prepare refcount functions to deal with rtrefcountbt
  ` [PATCH 07/43] xfs: add a realtime flag to the refcount update log redo items
  ` [PATCH 08/43] xfs: support recovering refcount intent items targetting realtime extents
  ` [PATCH 09/43] xfs: add realtime refcount btree block detection to log recovery
  ` [PATCH 10/43] xfs: add realtime refcount btree inode to metadata directory
  ` [PATCH 11/43] xfs: add metadata reservations for realtime refcount btree
  ` [PATCH 12/43] xfs: wire up a new metafile type for the realtime refcount
  ` [PATCH 13/43] xfs: refactor xfs_reflink_find_shared
  ` [PATCH 14/43] xfs: wire up realtime refcount btree cursors
  ` [PATCH 15/43] xfs: create routine to allocate and initialize a realtime refcount btree inode
  ` [PATCH 16/43] xfs: update rmap to allow cow staging extents in the rt rmap
  ` [PATCH 17/43] xfs: compute rtrmap btree max levels when reflink enabled
  ` [PATCH 18/43] xfs: refactor reflink quota updates
  ` [PATCH 19/43] xfs: enable CoW for realtime data
  ` [PATCH 20/43] xfs: enable sharing of realtime file blocks
  ` [PATCH 21/43] xfs: allow inodes to have the realtime and reflink flags
  ` [PATCH 22/43] xfs: recover CoW leftovers in the realtime volume
  ` [PATCH 23/43] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
  ` [PATCH 24/43] xfs: apply rt extent alignment constraints to CoW extsize hint
  ` [PATCH 25/43] xfs: enable extent size hints for CoW operations
  ` [PATCH 26/43] xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
  ` [PATCH 27/43] xfs: report realtime refcount btree corruption errors to the health system
  ` [PATCH 28/43] xfs: scrub the realtime refcount btree
  ` [PATCH 29/43] xfs: cross-reference checks with the rt "
  ` [PATCH 30/43] xfs: allow overlapping rtrmapbt records for shared data extents
  ` [PATCH 31/43] xfs: check reference counts of gaps between rt refcount records
  ` [PATCH 32/43] xfs: allow dquot rt block count to exceed rt blocks on reflink fs
  ` [PATCH 33/43] xfs: detect and repair misaligned rtinherit directory cowextsize hints
  ` [PATCH 34/43] xfs: scrub the metadir path of rt refcount btree files
  ` [PATCH 35/43] xfs: don't flag quota rt block usage on rtreflink filesystems
  ` [PATCH 36/43] xfs: check new rtbitmap records against rt refcount btree
  ` [PATCH 37/43] xfs: walk the rt reference count tree when rebuilding rmap
  ` [PATCH 38/43] xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
  ` [PATCH 39/43] xfs: online repair of the realtime refcount btree
  ` [PATCH 40/43] xfs: repair inodes that have a refcount btree in the data fork
  ` [PATCH 41/43] xfs: check for shared rt extents when rebuilding rt file's "
  ` [PATCH 42/43] xfs: fix CoW forks for realtime files
  ` [PATCH 43/43] xfs: enable realtime reflink
` [GIT PULL 1/5] xfs: bug fixes for 6.13
` [GIT PULL 2/5] xfs: refactor btrees to support records in inode root
` [GIT PULL 3/5] xfs: enable in-core block reservation for rt metadata
` [GIT PULL 4/5] xfs: realtime reverse-mapping support
` [GIT PULL 5/5] xfs: reflink on the realtime device

[PATCHBOMB v6.2] xfsprogs: metadata directories and realtime groups
 2024-12-23 22:29 UTC  (9+ messages)
` [GIT PULL 1/8] xfsprogs: bug fixes for 6.12
` [GIT PULL 2/8] libxfs: metadata inode directory trees
` [GIT PULL 3/8] xfsprogs: "
` [GIT PULL 4/8] mkfs: make protofiles less janky
` [GIT PULL 5/8] xfsprogs: new code for 6.13
` [GIT PULL 6/8] xfsprogs: shard the realtime section
` [GIT PULL 7/8] xfsprogs: store quota files in the metadir
` [GIT PULL 8/8] xfsprogs: enable quota for realtime volumes

[PATCHSET v6.2 8/8] xfsprogs: enable quota for realtime volumes
 2024-12-23 22:27 UTC  (3+ messages)
` [PATCH 1/2] xfs_quota: report warning limits for realtime space quotas
` [PATCH 2/2] mkfs: enable rt quota options

[PATCHSET v6.2 7/8] xfsprogs: store quota files in the metadir
 2024-12-23 22:26 UTC  (8+ messages)
` [PATCH 1/7] libfrog: scrub quota file metapaths
` [PATCH 2/7] xfs_db: support metadir quotas
` [PATCH 3/7] xfs_repair: refactor quota inumber handling
` [PATCH 4/7] xfs_repair: hoist the secondary sb qflags handling
` [PATCH 5/7] xfs_repair: support quota inodes in the metadata directory
` [PATCH 6/7] xfs_repair: try not to trash qflags on metadir filesystems
` [PATCH 7/7] mkfs: add quota flags when setting up filesystem

[PATCHSET v6.2 6/8] xfsprogs: shard the realtime section
 2024-12-23 22:25 UTC  (52+ messages)
` [PATCH 01/51] libxfs: remove XFS_ILOCK_RT*
` [PATCH 02/51] libxfs: adjust xfs_fsb_to_db to handle segmented rtblocks
` [PATCH 03/51] xfs_repair,mkfs: port to libxfs_rt{bitmap,summary}_create
` [PATCH 04/51] libxfs: use correct rtx count to block count conversion
` [PATCH 05/51] libfrog: scrub the realtime group superblock
` [PATCH 06/51] man: document the rt group geometry ioctl
` [PATCH 07/51] man: document rgextents geom field
` [PATCH 08/51] libxfs: port userspace deferred log item to handle rtgroups
` [PATCH 09/51] libxfs: implement some sanity checking for enormous rgcount
` [PATCH 10/51] libfrog: support scrubbing rtgroup metadata paths
` [PATCH 11/51] libfrog: report rt groups in output
` [PATCH 12/51] libfrog: add bitmap_clear
` [PATCH 13/51] xfs_logprint: report realtime EFIs
` [PATCH 14/51] xfs_repair: adjust rtbitmap/rtsummary word updates to handle big endian values
` [PATCH 15/51] xfs_repair: refactor phase4
` [PATCH 16/51] xfs_repair: refactor offsetof+sizeof to offsetofend
` [PATCH 17/51] xfs_repair: improve rtbitmap discrepancy reporting
` [PATCH 18/51] xfs_repair: simplify rt_lock handling
` [PATCH 19/51] xfs_repair: add a real per-AG bitmap abstraction
` [PATCH 20/51] xfs_repair: support realtime groups
` [PATCH 21/51] xfs_repair: find and clobber rtgroup bitmap and summary files
` [PATCH 22/51] xfs_repair: support realtime superblocks
` [PATCH 23/51] xfs_repair: repair rtbitmap and rtsummary block headers
` [PATCH 24/51] xfs_db: enable the rtblock and rtextent commands for segmented rt block numbers
` [PATCH 25/51] xfs_db: enable rtconvert to handle segmented rtblocks
` [PATCH 26/51] xfs_db: listify the definition of enum typnm
` [PATCH 27/51] xfs_db: support dumping realtime group data and superblocks
` [PATCH 28/51] xfs_db: support changing the label and uuid of rt superblocks
` [PATCH 29/51] xfs_db: enable conversion of rt space units
` [PATCH 30/51] xfs_db: metadump metadir rt bitmap and summary files
` [PATCH 31/51] xfs_db: metadump realtime devices
` [PATCH 32/51] xfs_db: dump rt bitmap blocks
` [PATCH 33/51] xfs_db: dump rt summary blocks
` [PATCH 34/51] xfs_db: report rt group and block number in the bmap command
` [PATCH 35/51] xfs_io: support scrubbing rtgroup metadata
` [PATCH 36/51] xfs_io: support scrubbing rtgroup metadata paths
` [PATCH 37/51] xfs_io: add a command to display allocation group information
` [PATCH 38/51] xfs_io: add a command to display realtime "
` [PATCH 39/51] xfs_io: display rt group in verbose bmap output
` [PATCH 40/51] xfs_io: display rt group in verbose fsmap output
` [PATCH 41/51] xfs_mdrestore: refactor open-coded fd/is_file into a structure
` [PATCH 42/51] xfs_mdrestore: restore rt group superblocks to realtime device
` [PATCH 43/51] xfs_spaceman: report on realtime group health
` [PATCH 44/51] xfs_scrub: scrub realtime allocation group metadata
` [PATCH 45/51] xfs_scrub: check rtgroup metadata directory connections
` [PATCH 46/51] xfs_scrub: cleanup fsmap keys initialization
` [PATCH 47/51] xfs_scrub: call GETFSMAP for each rt group in parallel
` [PATCH 48/51] xfs_scrub: trim realtime volumes too
` [PATCH 49/51] xfs_scrub: use histograms to speed up phase 8 on the realtime volume
` [PATCH 50/51] mkfs: add headers to realtime bitmap blocks
` [PATCH 51/51] mkfs: format realtime groups

[PATCHSET 5/8] xfsprogs: new code for 6.13
 2024-12-23 22:11 UTC  (26+ messages)
` [PATCH 28/52] xfs: make the RT allocator rtgroup aware
` [PATCH 29/52] xfs: scrub the realtime group superblock
` [PATCH 30/52] xfs: scrub metadir paths for rtgroup metadata
` [PATCH 31/52] xfs: mask off the rtbitmap and summary inodes when metadir in use
` [PATCH 32/52] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries
` [PATCH 33/52] xfs: create helpers to deal with rounding xfs_filblks_t "
` [PATCH 34/52] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
` [PATCH 35/52] xfs: adjust min_block usage in xfs_verify_agbno
` [PATCH 36/52] xfs: move the min and max group block numbers to xfs_group
` [PATCH 37/52] xfs: implement busy extent tracking for rtgroups
` [PATCH 38/52] xfs: use metadir for quota inodes
` [PATCH 39/52] xfs: scrub quota file metapaths
` [PATCH 40/52] xfs: enable metadata directory feature
` [PATCH 41/52] xfs: convert struct typedefs in xfs_ondisk.h
` [PATCH 42/52] xfs: separate space btree structures "
` [PATCH 43/52] xfs: port ondisk structure checks from xfs/122 to the kernel
` [PATCH 44/52] xfs: remove unknown compat feature check in superblock write validation
` [PATCH 45/52] xfs: fix sparse inode limits on runt AG
` [PATCH 46/52] xfs: switch to multigrain timestamps
` [PATCH 47/52] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
` [PATCH 48/52] xfs: return a 64-bit block count from xfs_btree_count_blocks
` [PATCH 49/52] xfs: fix error bailout in xfs_rtginode_create
` [PATCH 50/52] xfs: update btree keys correctly when _insrec splits an inode root block
` [PATCH 51/52] xfs: fix sb_spino_align checks for large fsblock sizes
` [PATCH 52/52] xfs: return from xfs_symlink_verify early on V4 filesystems


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox