linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-02 10:36:45 to 2024-01-05 05:08:51 UTC [more...]

[PATCHSET v29.0 30/40] xfs_scrub: improve scheduling of repair items
 2024-01-05  5:08 UTC  (7+ messages)
` [PATCH 1/4] libfrog: enhance ptvar to support initializer functions
` [PATCH 2/4] xfs_scrub: improve thread scheduling repair items during phase 4
` [PATCH 3/4] xfs_scrub: recheck entire metadata objects after corruption repairs

[PATCHSET v29.0 29/40] xfs_scrub: use scrub_item to track check progress
 2024-01-05  5:06 UTC  (11+ messages)
` [PATCH 1/5] xfs_scrub: start tracking scrub state in scrub_item
` [PATCH 2/5] xfs_scrub: remove enum check_outcome
` [PATCH 3/5] xfs_scrub: refactor scrub_meta_type out of existence
` [PATCH 4/5] xfs_scrub: hoist repair retry loop to repair_item_class
` [PATCH 5/5] xfs_scrub: hoist scrub retry loop to scrub_item_check_file

[PATCHSET v29.0 28/40] xfs_scrub: track data dependencies for repairs
 2024-01-05  5:04 UTC  (19+ messages)
` [PATCH 1/9] xfs_scrub: track repair items by principal, not by individual repairs
` [PATCH 2/9] xfs_scrub: use repair_item to direct repair activities
` [PATCH 3/9] xfs_scrub: remove action lists from phaseX code
` [PATCH 4/9] xfs_scrub: remove scrub_metadata_file
` [PATCH 5/9] xfs_scrub: boost the repair priority of dependencies of damaged items
` [PATCH 6/9] xfs_scrub: clean up repair_item_difficulty a little
` [PATCH 7/9] xfs_scrub: check dependencies of a scrub type before repairing
` [PATCH 8/9] xfs_scrub: retry incomplete repairs
` [PATCH 9/9] xfs_scrub: remove unused action_list fields

[PATCHSET v29.0 27/40] xfs_scrub: improve warnings about difficult repairs
 2024-01-05  5:00 UTC  (17+ messages)
` [PATCH 1/8] xfs_scrub: fix missing scrub coverage for broken inodes
` [PATCH 2/8] xfs_scrub: collapse trivial superblock scrub helpers
` [PATCH 3/8] xfs_scrub: get rid of trivial fs metadata scanner helpers
` [PATCH 4/8] xfs_scrub: split up the mustfix repairs and difficulty assessment functions
` [PATCH 5/8] xfs_scrub: add missing repair types to the mustfix and difficulty assessment
` [PATCH 6/8] xfs_scrub: any inconsistency in metadata should trigger difficulty warnings
` [PATCH 7/8] xfs_scrub: warn about difficult repairs to rt and quota metadata
` [PATCH 8/8] xfs_scrub: enable users to bump information messages to warnings

[PATCHSET v29.0 26/40] xfs_scrub: fixes to the repair code
 2024-01-05  4:57 UTC  (15+ messages)
` [PATCH 1/7] xfs_scrub: flush stdout after printing to it
` [PATCH 2/7] xfs_scrub: don't report media errors for space with unknowable owner
` [PATCH 3/7] xfs_scrub: remove ALP_* flags namespace
` [PATCH 4/7] xfs_scrub: move repair functions to repair.c
` [PATCH 5/7] xfs_scrub: log when a repair was unnecessary
` [PATCH 6/7] xfs_scrub: require primary superblock repairs to complete before proceeding
` [PATCH 7/7] xfs_scrub: actually try to fix summary counters ahead of repairs

[PATCHSET v29.0 03/40] xfs_scrub: scan metadata files in parallel
 2024-01-05  4:53 UTC  (7+ messages)
` [PATCH 1/3] libfrog: rename XFROG_SCRUB_TYPE_* to XFROG_SCRUB_GROUP_*
` [PATCH 2/3] libfrog: promote XFROG_SCRUB_DESCR_SUMMARY to a scrub type
` [PATCH 3/3] xfs_scrub: scan whole-fs metadata files in parallel

[PATCHSET 02/40] mkfs: scale shards on ssds
 2024-01-05  4:52 UTC  (5+ messages)
` [PATCH 1/2] mkfs: allow sizing allocation groups for concurrency
` [PATCH 2/2] mkfs: allow sizing internal logs "

[PATCHSET v29.0 01/40] xfs_scrub: fix licensing and copyright notices
 2024-01-05  4:50 UTC  (7+ messages)
` [PATCH 1/3] xfs_scrub: fix author and spdx headers on scrub/ files
` [PATCH 2/3] xfs_scrub: add missing license and copyright information
` [PATCH 3/3] xfs_scrub: update copyright years for scrub/ files

RFC: in-memory btree simplifications
 2024-01-05  4:27 UTC  (19+ messages)
` [PATCH 1/5] xfs: remove the in-memory btree header block
` [PATCH 2/5] xfs: remove struct xfboff_bitmap
` [PATCH 3/5] xfs: remove bc_ino.flags
` [PATCH 4/5] xfs: factor out a xfs_btree_owner helper
` [PATCH 5/5] xfs: embedd struct xfbtree into the owning structure

[PATCHSET v29.0 26/28] xfs: cache xfile pages for better performance
 2024-01-04 17:59 UTC  (13+ messages)
` [PATCH 2/3] xfs: use b_offset to support direct-mapping pages when blocksize < pagesize
` [PATCH 3/3] xfile: implement write caching

[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
 2024-01-04 13:10 UTC  (3+ messages)

[PATCH] xfs: ensure submit buffers on LSN boundaries in error handlers
 2024-01-04 13:03 UTC  (3+ messages)

[PATCHSET v29.0 08/28] xfs: support in-memory btrees
 2024-01-04  7:41 UTC  (28+ messages)
` [PATCH 1/9] xfs: dump xfiles for debugging purposes
` [PATCH 3/9] xfs: create buftarg helpers to abstract block_device operations
` [PATCH 4/9] xfs: make GFP_ usage consistent when allocating buftargs
` [PATCH 6/9] xfs: consolidate btree block freeing tracepoints
` [PATCH 8/9] xfs: support in-memory btrees
` [PATCH 9/9] xfs: connect in-memory btrees to xfiles

put the xfs xfile abstraction on a diet
 2024-01-04  7:01 UTC  (43+ messages)
` [PATCH 01/15] shmem: move the shmem_mapping assert into shmem_get_folio_gfp
` [PATCH 02/15] shmem: export shmem_get_folio
` [PATCH 03/15] shmem: document how to "persist" data when using shmem_*file_setup
` [PATCH 04/15] xfs: remove xfile_stat
` [PATCH 05/15] xfs: remove the xfile_pread/pwrite APIs
` [PATCH 06/15] xfs: don't try to handle non-update pages in xfile_obj_load
` [PATCH 07/15] xfs: shmem_file_setup can't return NULL
` [PATCH 08/15] xfs: don't modify file and inode flags for shmem files
` [PATCH 09/15] xfs: don't allow highmem pages in xfile mappings
` [PATCH 10/15] xfs: remove xfarray_sortinfo.page_kaddr
` [PATCH 11/15] xfs: use shmem_get_folio in xfile_get_page
` [PATCH 12/15] xfs: remove struct xfile_page
` [PATCH 13/15] xfs: don't unconditionally allocate a new page in xfile_get_page
` [PATCH 14/15] xfs: use xfile_get_page and xfile_put_page in xfile_obj_store
` [PATCH 15/15] xfs: use xfile_get_page and xfile_put_page in xfile_obj_load

[PATCH v2] xfs: improve handling of prjquot ENOSPC
 2024-01-04  6:22 UTC  (2+ messages)
` [PATCH v4] "

[xfstests generic/648] 64k directory block size (-n size=65536) crash on _xfs_buf_ioapply
 2024-01-04  4:35 UTC  (5+ messages)

[PATCH] xfs: improve handling of prjquot ENOSPC
 2024-01-04  3:36 UTC  (6+ messages)
` [PATCH v3] "

[PATCHSET v29.0 10/28] xfs: move btree geometry to ops struct
 2024-01-03 20:35 UTC  (21+ messages)
` [PATCH 2/9] xfs: encode the default bc_flags in the btree ops structure
` [PATCH 4/9] xfs: initialize btree blocks using btree_ops structure
` [PATCH 5/9] xfs: rename btree block/buffer init functions
` [PATCH 6/9] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
` [PATCH 7/9] xfs: remove the unnecessary daddr paramter to _init_block
` [PATCH 8/9] xfs: set btree block buffer ops in _init_buf
` [PATCH 9/9] xfs: remove unnecessary fields in xfbtree_config

[PATCHSET v29.0 01/28] xfs: live inode scans for online fsck
 2024-01-03 18:40 UTC  (18+ messages)
` [PATCH 2/7] xfs: implement live inode scan for scrub
` [PATCH 3/7] xfs: allow scrub to hook metadata updates in other writers
` [PATCH 4/7] xfs: allow blocking notifier chains with filesystem hooks
` [PATCH 5/7] xfs: stagger the starting AG of scrub iscans to reduce contention
` [PATCH 6/7] xfs: cache a bunch of inodes for repair scans
` [PATCH 7/7] xfs: iscan batching should handle unallocated inodes too

[PATCHSET v29.0 24/40] libxfs: cache xfile pages for better performance
 2024-01-03  8:44 UTC  (4+ messages)
` [PATCH 1/1] xfs: map xfile pages directly into xfs_buf

[PATCHSET v29.0 02/28] xfs: repair inode mode by scanning dirs
 2024-01-03  7:38 UTC  (13+ messages)
` [PATCH 1/4] xfs: create a static name for the dot entry too
` [PATCH 2/4] xfs: create a predicate to determine if two xfs_names are the same
` [PATCH 3/4] xfs: create a macro for decoding ftypes in tracepoints
` [PATCH 4/4] xfs: repair file modes by scanning for a dirent pointing to us

[PATCH 0/5] Add support for testing XFS metadump v2
 2024-01-03  5:57 UTC  (11+ messages)
` [PATCH 1/5] common/xfs: Do not append -a and -o options to metadump
` [PATCH 2/5] common/xfs: Add function to detect support for metadump v2
` [PATCH 3/5] _scratch_xfs_mdrestore: Pass scratch log device when applicable
` [PATCH 4/5] xfs: Add support for testing metadump v2
` [PATCH 5/5] xfs: Check correctness of metadump/mdrestore's ability to work with dirty log

[PATCHSET v29.0 11/28] xfs: reduce refcount repair memory usage
 2024-01-03  2:31 UTC  (11+ messages)
` [PATCH 1/4] xfs: move lru refs to the btree ops structure
` [PATCH 2/4] xfs: define an in-memory btree for storing refcount bag info during repairs
` [PATCH 3/4] xfs: create refcount bag structure for btree repairs
` [PATCH 4/4] xfs: port refcount repair to the new refcount bag structure

[NYE PATCHRIVER 1/4] xfs: the rest of online repair part 1
 2024-01-03  2:01 UTC  (11+ messages)
` [PATCHSET v29.0 34/40] xfs_scrub: fixes for systemd services
  ` [PATCH 8/9] xfs_scrub_fail: move executable script to /usr/libexec
  ` [PATCH 9/9] xfs_scrub_all.cron: move to package data directory

[PATCHSET v29.0 12/28] xfs: bmap log intent cleanups
 2024-01-03  1:21 UTC  (16+ messages)
` [PATCH 1/7] xfs: split tracepoint classes for deferred items
` [PATCH 2/7] xfs: clean up bmap log intent item tracepoint callsites
` [PATCH 3/7] xfs: remove xfs_trans_set_bmap_flags
` [PATCH 4/7] xfs: add a bi_entry helper
` [PATCH 5/7] xfs: reuse xfs_bmap_update_cancel_item
` [PATCH 6/7] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
` [PATCH 7/7] xfs: add a xattr_entry helper

[PATCHSET v29.0 13/28] xfs: widen BUI formats to support realtime
 2024-01-02 10:46 UTC  (7+ messages)
` [PATCH 1/3] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
` [PATCH 2/3] xfs: add a realtime flag to the bmap update log redo items
` [PATCH 3/3] xfs: support recovering bmap intent items targetting realtime extents


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).