public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-19 19:25:14 to 2024-12-23 21:53:18 UTC [more...]

Approach to quickly zeroing large XFS file (or) tool to mark XFS file extents as written
 2024-12-23 21:53 UTC  (2+ messages)

[PATCHBOMB v6.2] xfsprogs: metadata directories and realtime groups
 2024-12-23 21:53 UTC  (74+ messages)
` [PATCHSET 1/8] xfsprogs: bug fixes for 6.12
  ` [PATCH 1/3] xfs_repair: fix maximum file offset comparison
  ` [PATCH 2/3] man: fix ioctl_xfs_commit_range man page install
  ` [PATCH 3/3] man: document the -n parent mkfs option
` [PATCHSET v6.2 2/8] libxfs: metadata inode directory trees
  ` [PATCH 01/36] xfs: remove the redundant xfs_alloc_log_agf
  ` [PATCH 02/36] xfs: sb_spino_align is not verified
  ` [PATCH 03/36] xfs: remove the unused pagb_count field in struct xfs_perag
  ` [PATCH 04/36] xfs: remove the unused pag_active_wq "
  ` [PATCH 05/36] xfs: pass a pag to xfs_difree_inode_chunk
  ` [PATCH 06/36] xfs: remove the agno argument to xfs_free_ag_extent
  ` [PATCH 07/36] xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
  ` [PATCH 08/36] xfs: add a xfs_agino_to_ino helper
  ` [PATCH 09/36] xfs: pass a pag to xfs_extent_busy_{search,reuse}
  ` [PATCH 10/36] xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
  ` [PATCH 11/36] xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
  ` [PATCH 12/36] xfs: convert remaining trace points to pass pag structures
  ` [PATCH 13/36] xfs: split xfs_initialize_perag
  ` [PATCH 14/36] xfs: insert the pag structures into the xarray later
  ` [PATCH 15/36] xfs: factor out a generic xfs_group structure
  ` [PATCH 16/36] xfs: add a xfs_group_next_range helper
  ` [PATCH 17/36] xfs: switch perag iteration from the for_each macros to a while based iterator
  ` [PATCH 18/36] xfs: move metadata health tracking to the generic group structure
  ` [PATCH 19/36] xfs: move draining of deferred operations "
  ` [PATCH 20/36] xfs: move the online repair rmap hooks "
  ` [PATCH 21/36] xfs: convert busy extent tracking "
  ` [PATCH 22/36] xfs: add a generic group pointer to the btree cursor
  ` [PATCH 23/36] xfs: add group based bno conversion helpers
  ` [PATCH 24/36] xfs: store a generic group structure in the intents
  ` [PATCH 25/36] xfs: constify the xfs_sb predicates
  ` [PATCH 26/36] xfs: rename metadata inode predicates
  ` [PATCH 27/36] xfs: define the on-disk format for the metadir feature
  ` [PATCH 28/36] xfs: iget for metadata inodes
  ` [PATCH 29/36] xfs: enforce metadata inode flag
  ` [PATCH 30/36] xfs: read and write metadata inode directory tree
  ` [PATCH 31/36] xfs: disable the agi rotor for metadata inodes
  ` [PATCH 32/36] xfs: advertise metadata directory feature
  ` [PATCH 33/36] xfs: allow bulkstat to return metadata directories
  ` [PATCH 34/36] xfs: adjust xfs_bmap_add_attrfork for metadir
  ` [PATCH 35/36] xfs: record health problems with the metadata directory
  ` [PATCH 36/36] xfs: check metadata directory file path connectivity
` [PATCHSET v6.2 3/8] xfsprogs: metadata inode directory trees
  ` [PATCH 01/41] libxfs: constify the xfs_inode predicates
  ` [PATCH 02/41] libxfs: load metadata directory root at mount time
  ` [PATCH 03/41] libxfs: enforce metadata inode flag
  ` [PATCH 04/41] man2: document metadata directory flag in fsgeom ioctl
  ` [PATCH 05/41] man: update scrub ioctl documentation for metadir
  ` [PATCH 06/41] libfrog: report metadata directories in the geometry report
  ` [PATCH 07/41] libfrog: allow METADIR in xfrog_bulkstat_single5
  ` [PATCH 08/41] xfs_io: support scrubbing metadata directory paths
  ` [PATCH 09/41] xfs_db: disable xfs_check when metadir is enabled
  ` [PATCH 10/41] xfs_db: report metadir support for version command
  ` [PATCH 11/41] xfs_db: don't obfuscate metadata directories and attributes
  ` [PATCH 12/41] xfs_db: support metadata directories in the path command
  ` [PATCH 13/41] xfs_db: show the metadata root directory when dumping superblocks
  ` [PATCH 14/41] xfs_db: display di_metatype
  ` [PATCH 15/41] xfs_db: drop the metadata checking code from blockget
  ` [PATCH 16/41] xfs_io: support flag for limited bulkstat of the metadata directory
  ` [PATCH 17/41] xfs_io: support scrubbing metadata directory paths
  ` [PATCH 18/41] xfs_spaceman: report health of metadir inodes too
  ` [PATCH 19/41] xfs_scrub: tread zero-length read verify as an IO error
  ` [PATCH 20/41] xfs_scrub: scan metadata directories during phase 3
  ` [PATCH 21/41] xfs_scrub: re-run metafile scrubbers during phase 5
  ` [PATCH 22/41] xfs_repair: handle sb_metadirino correctly when zeroing supers
  ` [PATCH 23/41] xfs_repair: dont check metadata directory dirent inumbers
  ` [PATCH 24/41] xfs_repair: refactor fixing dotdot
  ` [PATCH 25/41] xfs_repair: refactor marking of metadata inodes
  ` [PATCH 26/41] xfs_repair: refactor root directory initialization
` [PATCHSET v6.2 4/8] mkfs: make protofiles less janky
` [PATCHSET 5/8] xfsprogs: new code for 6.13
` [PATCHSET v6.2 6/8] xfsprogs: shard the realtime section
` [PATCHSET v6.2 7/8] xfsprogs: store quota files in the metadir
` [PATCHSET v6.2 8/8] xfsprogs: enable quota for realtime volumes

[PATCH v2] xfs: add a test for atomic writes
 2024-12-23 17:26 UTC  (8+ messages)

[PATCH] hung_task: fix missing hung task detection for kthread in TASK_WAKEKILL state
 2024-12-23 11:55 UTC  (2+ messages)

[PATCH v2 0/2] xfs: two small cleanup
 2024-12-23 11:45 UTC  (3+ messages)
` [PATCH v2 1/2] xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrant
` [PATCH v2 2/2] xfs: remove bp->b_error check in xfs_attr3_root_inactive

[PATCH 01/42] xfs: fix low space alloc deadlock
 2024-12-23  9:43 UTC  (2+ messages)

[PATCH 0/2] xfs: two small cleanup
 2024-12-23  1:08 UTC  (7+ messages)
` [PATCH 1/2] xfs: remove redundant update for t_curr_res in xfs_log_ticket_regrant
` [PATCH 2/2] xfs: remove bp->b_error check in xfs_attr3_root_inactive

[PATCHSET v3] fstests: random fixes for v2024.12.01
 2024-12-22 13:17 UTC  (5+ messages)
` [PATCH 1/2] xfs/032: try running on blocksize > pagesize filesystems
` [PATCH 2/2] xfs/43[4-6]: implement impatient module reloading

[syzbot] Monthly xfs report (Dec 2024)
 2024-12-21  8:53 UTC 

[PATCHSET v6.1 6/5] xfsprogs: last few bits of rtgroups patches
 2024-12-21  8:03 UTC  (8+ messages)
` [PATCH 1/3] xfs_db: drop the metadata checking code from blockget
` [PATCH 2/3] xfs_mdrestore: refactor open-coded fd/is_file into a structure
` [PATCH 3/3] xfs_mdrestore: restore rt group superblocks to realtime device

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-20 19:06 UTC  (22+ messages)
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages

Create xfs-stable@lists.linux.dev
 2024-12-20 18:37 UTC  (4+ messages)

[PATCHSET v5.9] xfsprogs: shard the realtime section
 2024-12-20 14:38 UTC  (5+ messages)
` [PATCH 34/50] xfs_mdrestore: refactor open-coded fd/is_file into a structure
` [PATCH 35/50] xfs_mdrestore: restore rt group superblocks to realtime device

[PATCHSET v6.1 5/5] xfs: reflink on the realtime device
 2024-12-20  6:43 UTC  (46+ messages)
` [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

[PATCHSET v6.1 4/5] xfs: realtime reverse-mapping support
 2024-12-20  6:42 UTC  (37+ messages)
` [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.1 3/5] xfs: enable in-core block reservation for rt metadata
 2024-12-20  6:32 UTC  (5+ messages)
` [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 1/5] xfs: bug fixes for 6.13
 2024-12-20  6:29 UTC  (3+ messages)
` [PATCH 2/2] xfs: release the dquot buf outside of qli_lock


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