Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 00:57:53 to 2023-05-26 01:56:57 UTC [more...]

[PATCHSET v25.0 0/6] xfs_scrub_all: automatic media scan service
 2023-05-26  1:56 UTC  (4+ messages)
` [PATCH 1/6] xfs_scrub_all: only use the xfs_scrub@ systemd services in service mode
` [PATCH 2/6] xfs_scrub_all: remove journalctl background process
` [PATCH 3/6] xfs_scrub_all: support metadata+media scans of all filesystems

[PATCHSET v25.0 0/5] xfs_scrub: tighten security of systemd services
 2023-05-26  1:56 UTC  (6+ messages)
` [PATCH 1/5] xfs_scrub: allow auxiliary pathnames for sandboxing
` [PATCH 2/5] xfs_scrub.service: reduce CPU usage to 60% when possible
` [PATCH 3/5] xfs_scrub: tighten up the security on the background systemd service
` [PATCH 4/5] xfs_scrub_fail: "
` [PATCH 5/5] xfs_scrub_all: "

[PATCHSET v25.0 0/4] xfs_scrub_all: fixes for systemd services
 2023-05-26  1:54 UTC  (5+ messages)
` [PATCH 1/4] xfs_scrub_all: fix argument passing when invoking xfs_scrub manually
` [PATCH 2/4] xfs_scrub_all: survive systemd restarts when waiting for services
` [PATCH 3/4] xfs_scrub_all: simplify cleanup of run_killable
` [PATCH 4/4] xfs_scrub_all: fix termination signal handling

[PATCHSET v25.0 0/5] xfs_scrub: fixes for systemd services
 2023-05-26  1:53 UTC  (6+ messages)
` [PATCH 1/5] debian: install scrub services with dh_installsystemd
` [PATCH 2/5] xfs_scrub_all: escape service names consistently
` [PATCH 3/5] xfs_scrub: fix pathname escaping across all service definitions
` [PATCH 4/5] xfs_scrub_fail: fix sendmail detection
` [PATCH 5/5] xfs_scrub_fail: return the failure status of the mailer program

[PATCHSET v25.0 0/7] xfs_scrub: use free space histograms to reduce fstrim runtime
 2023-05-26  1:52 UTC  (8+ messages)
` [PATCH 1/7] libfrog: hoist free space histogram code
` [PATCH 2/7] libfrog: print wider columns for free space histogram
` [PATCH 3/7] libfrog: print cdf of free space buckets
` [PATCH 4/7] xfs_scrub: don't close stdout when closing the progress bar
` [PATCH 5/7] xfs_scrub: remove pointless spacemap.c arguments
` [PATCH 6/7] xfs_scrub: collect free space histograms during phase 7
` [PATCH 7/7] xfs_scrub: tune fstrim minlen parameter based on free space histograms

[PATCHSET v25.0 0/8] xfs_scrub: move fstrim to a separate phase
 2023-05-26  1:50 UTC  (9+ messages)
` [PATCH 1/8] xfs_scrub: move FITRIM to phase 8
` [PATCH 2/8] xfs_scrub: ignore phase 8 if the user disabled fstrim
` [PATCH 3/8] xfs_scrub: collapse trim_filesystem
` [PATCH 4/8] xfs_scrub: fix the work estimation for phase 8
` [PATCH 5/8] xfs_scrub: report FITRIM errors properly
` [PATCH 6/8] xfs_scrub: don't call FITRIM after runtime errors
` [PATCH 7/8] xfs_scrub: don't trim the first agbno of each AG for better performance
` [PATCH 8/8] xfs_scrub: improve progress meter for phase 8 fstrimming

[PATCHSET v25.0 0/4] xfs_scrub: improve scheduling of repair items
 2023-05-26  1:48 UTC  (5+ 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
` [PATCH 4/4] xfs_scrub: try to repair space metadata before file metadata

[PATCHSET v25.0 0/5] xfs_scrub: use scrub_item to track check progress
 2023-05-26  1:47 UTC  (6+ 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 v25.0 0/9] xfs_scrub: track data dependencies for repairs
 2023-05-26  1:46 UTC  (10+ 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 v25.0 0/6] xfs_scrub: improve warnings about difficult repairs
 2023-05-26  1:43 UTC  (7+ messages)
` [PATCH 1/6] xfs_scrub: collapse trivial superblock scrub helpers
` [PATCH 2/6] xfs_scrub: get rid of trivial fs metadata scanner helpers
` [PATCH 3/6] xfs_scrub: split up the mustfix repairs and difficulty assessment functions
` [PATCH 4/6] xfs_scrub: add missing repair types to the mustfix and difficulty assessment
` [PATCH 5/6] xfs_scrub: any inconsistency in metadata should trigger difficulty warnings
` [PATCH 6/6] xfs_scrub: warn about difficult repairs to rt and quota metadata

[PATCHSET v25.0 0/7] xfs_scrub: fixes to the repair code
 2023-05-26  1:42 UTC  (8+ 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 v25.0 0/7] xfs: stage repair information in pageable memory
 2023-05-26  1:34 UTC  (3+ messages)
` [PATCH 1/7] xfs: create a big array data structure

[PATCHSET v25.0 0/4] xfs: relax AGF locks during fstrim
 2023-05-26  1:40 UTC  (5+ messages)
` [PATCH 1/4] xfs: hoist data device FITRIM AG iteration to a separate function
` [PATCH 2/4] xfs: separate the xfs_trim_perag looping code
` [PATCH 3/4] xfs: fix severe performance problems when fstrimming a subset of an AG
` [PATCH 4/4] xfs: relax the AGF lock while we're doing a large fstrim

[PATCHSET v25.0 0/3] xfs: inode-related repair fixes
 2023-05-26  1:39 UTC  (4+ messages)
` [PATCH 1/3] xfs: check unused nlink fields in the ondisk inode
` [PATCH 2/3] xfs: try to avoid allocating from sick inode clusters
` [PATCH 3/3] xfs: pin inodes that would otherwise overflow link count

[PATCHSET v25.0 0/3] xfs: cache xfile pages for better performance
 2023-05-26  1:38 UTC  (4+ messages)
` [PATCH 1/3] xfs: map xfile pages directly into xfs_buf
` [PATCH 2/3] xfs: use b_offset to support direct-mapping pages when blocksize < pagesize
` [PATCH 3/3] xfile: implement write caching

[PATCHSET v25.0 0/3] xfs: online fsck of iunlink buckets
 2023-05-26  1:37 UTC  (4+ messages)
` [PATCH 1/3] xfs: check AGI unlinked inode buckets
` [PATCH 2/3] xfs: hoist AGI repair context to a heap object
` [PATCH 3/3] xfs: repair AGI unlinked inode bucket lists

[PATCHSET v25.0 0/1] xfs: online repair of parent pointers
 2023-05-26  1:37 UTC  (2+ messages)
` [PATCH 1/1] xfs: create an xattr iteration function for scrub

[PATCHSET v25.0 0/1] xfs: online repair of symbolic links
 2023-05-26  1:36 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCHSET v25.0 0/3] xfs: move orphan files to lost and found
 2023-05-26  1:36 UTC  (4+ messages)
` [PATCH 1/3] xfs: move orphan files to the orphanage
` [PATCH 2/3] xfs: move files to orphanage instead of letting nlinks drop to zero
` [PATCH 3/3] xfs: ensure dentry consistency when the orphanage adopts a file

[PATCHSET v25.0 0/7] xfs: online repair of directories
 2023-05-26  1:35 UTC  (8+ messages)
` [PATCH 1/7] xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked list
` [PATCH 2/7] xfs: ensure unlinked list state is consistent with nlink during scrub
` [PATCH 3/7] xfs: update the unlinked list when repairing link counts
` [PATCH 4/7] xfs: online repair of directories
` [PATCH 5/7] xfs: scan the filesystem to repair a directory dotdot entry
` [PATCH 6/7] xfs: online repair of parent pointers
` [PATCH 7/7] xfs: ask the dentry cache if it knows the parent of a directory

[PATCHSET v25.0 0/5] xfs: online repair of extended attributes
 2023-05-26  1:33 UTC  (6+ messages)
` [PATCH 1/5] xfs: create a blob array data structure
` [PATCH 2/5] xfs: use atomic extent swapping to fix user file fork data
` [PATCH 3/5] xfs: repair extended attributes
` [PATCH 4/5] xfs: scrub should set preen if attr leaf has holes
` [PATCH 5/5] xfs: flag empty xattr leaf blocks for optimization

[PATCHSET v25.0 0/9] xfs: set and validate dir/attr block owners
 2023-05-26  1:32 UTC  (10+ messages)
` [PATCH 1/9] xfs: add an explicit owner field to xfs_da_args
` [PATCH 2/9] xfs: use the xfs_da_args owner field to set new dir/attr block owner
` [PATCH 3/9] xfs: validate attr leaf buffer owners
` [PATCH 4/9] xfs: validate attr remote value "
` [PATCH 5/9] xfs: validate dabtree node "
` [PATCH 6/9] xfs: validate directory leaf "
` [PATCH 7/9] xfs: validate explicit directory data "
` [PATCH 8/9] xfs: validate explicit directory block "
` [PATCH 9/9] xfs: validate explicit directory free block owners

[PATCHSET v25.0 0/3] xfs: online repair of realtime summaries
 2023-05-26  1:30 UTC  (4+ messages)
` [PATCH 1/3] xfs: support preallocating and copying content into temporary files
` [PATCH 2/3] xfs: teach the tempfile to support atomic extent swapping
` [PATCH 3/3] xfs: online repair of realtime summaries

[PATCHSET v25.0 0/4] xfs: create temporary files for online repair
 2023-05-26  1:29 UTC  (5+ messages)
` [PATCH 1/4] xfs: hide private inodes from bulkstat and handle functions
` [PATCH 2/4] xfs: create temporary files and directories for online repair
` [PATCH 3/4] xfs: refactor stale buffer scanning for repairs
` [PATCH 4/4] xfs: add the ability to reap entire inode forks

[PATCHSET v25.0 00/25] xfs: atomic file updates
 2023-05-26  1:28 UTC  (26+ messages)
` [PATCH 01/25] xfs: add a libxfs header file for staging new ioctls
` [PATCH 02/25] xfs: introduce new file range exchange ioctl
` [PATCH 03/25] xfs: move inode lease breaking functions to xfs_inode.c
` [PATCH 04/25] xfs: move xfs_iops.c declarations out of xfs_inode.h
` [PATCH 05/25] xfs: declare xfs_file.c symbols in xfs_file.h
` [PATCH 06/25] xfs: create a new helper to return a file's allocation unit
` [PATCH 07/25] xfs: refactor non-power-of-two alignment checks
` [PATCH 08/25] xfs: parameterize all the incompat log feature helpers
` [PATCH 09/25] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 10/25] xfs: introduce a swap-extent log intent item
` [PATCH 11/25] xfs: create deferred log items for extent swapping
` [PATCH 12/25] xfs: enable xlog users to toggle atomic "
` [PATCH 13/25] xfs: bind the xfs-specific extent swape code to the vfs-generic file exchange code
` [PATCH 14/25] xfs: add error injection to test swapext recovery
` [PATCH 15/25] xfs: port xfs_swap_extents_rmap to our new code
` [PATCH 16/25] xfs: consolidate all of the xfs_swap_extent_forks code
` [PATCH 17/25] xfs: port xfs_swap_extent_forks to use xfs_swapext_req
` [PATCH 18/25] xfs: allow xfs_swap_range to use older extent swap algorithms
` [PATCH 19/25] xfs: remove old swap extents implementation
` [PATCH 20/25] xfs: condense extended attributes after an atomic swap
` [PATCH 21/25] xfs: condense directories "
` [PATCH 22/25] xfs: condense symbolic links "
` [PATCH 23/25] xfs: make atomic extent swapping support realtime files
` [PATCH 24/25] xfs: support non-power-of-two rtextsize with exchange-range
` [PATCH 25/25] xfs: enable atomic swapext feature

[PATCHSET v25.0 0/3] xfs: clean up symbolic link code
 2023-05-26  1:14 UTC  (4+ messages)
` [PATCH 1/3] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
` [PATCH 2/3] xfs: move remote symlink target read function to libxfs
` [PATCH 3/3] xfs: move symlink target write "

[PATCHSET v25.0 0/2] xfs: support attrfork and unwritten BUIs
 2023-05-26  1:13 UTC  (3+ messages)
` [PATCH 1/2] xfs: support deferred bmap updates on the attr fork
` [PATCH 2/2] xfs: xfs_bmap_finish_one should map unwritten extents properly

[PATCHSET v25.0 0/4] xfs: widen BUI formats to support realtime
 2023-05-26  1:13 UTC  (5+ messages)
` [PATCH 1/4] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
` [PATCH 2/4] xfs: hoist freeing of rt data fork extent mappings
` [PATCH 3/4] xfs: add a realtime flag to the bmap update log redo items
` [PATCH 4/4] xfs: support recovering bmap intent items targetting realtime extents

[PATCHSET v25.0 0/3] xfs: bmap log intent cleanups
 2023-05-26  1:12 UTC  (4+ messages)
` [PATCH 1/3] xfs: split tracepoint classes for deferred items
` [PATCH 2/3] xfs: clean up bmap log intent item tracepoint callsites
` [PATCH 3/3] xfs: remove xfs_trans_set_bmap_flags

[PATCHSET v25.0 0/4] xfs: reduce refcount repair memory usage
 2023-05-26  1:11 UTC  (5+ 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

[PATCHSET v25.0 0/9] xfs: move btree geometry to ops struct
 2023-05-26  1:10 UTC  (10+ messages)
` [PATCH 1/9] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
` [PATCH 2/9] xfs: encode the default bc_flags in the btree ops structure
` [PATCH 3/9] xfs: export some of the btree ops structures
` [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 v25.0 0/4] xfs: online repair of rmap btrees
 2023-05-26  1:07 UTC  (5+ messages)
` [PATCH 1/4] xfs: create a helper to decide if a file mapping targets the rt volume
` [PATCH 2/4] xfs: repair the rmapbt
` [PATCH 3/4] xfs: create a shadow rmap btree during rmap repair
` [PATCH 4/4] xfs: hook live rmap operations during a repair operation

[PATCHSET v25.0 0/9] xfs: support in-memory btrees
 2023-05-26  1:06 UTC  (10+ messages)
` [PATCH 1/9] xfs: dump xfiles for debugging purposes
` [PATCH 2/9] xfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 3/9] xfs: create buftarg helpers to abstract block_device operations
` [PATCH 4/9] xfs: make GFP_ usage consistent when allocating buftargs
` [PATCH 5/9] xfs: support in-memory buffer cache targets
` [PATCH 6/9] xfs: consolidate btree block freeing tracepoints
` [PATCH 7/9] xfs: consolidate btree block allocation tracepoints
` [PATCH 8/9] xfs: support in-memory btrees
` [PATCH 9/9] xfs: connect in-memory btrees to xfiles

[PATCHSET v25.0 0/3] xfs: online repair for fs summary counters
 2023-05-26  1:04 UTC  (4+ messages)
` [PATCH 1/3] fs: distinguish between user initiated freeze and kernel initiated freeze
` [PATCH 2/3] xfs: stabilize fs summary counters for online fsck
` [PATCH 3/3] xfs: repair summary counters

[PATCHSET v25.0 0/3] xfs: indirect health reporting
 2023-05-26  1:03 UTC  (4+ messages)
` [PATCH 1/3] xfs: add secondary and indirect classes to the health tracking system
` [PATCH 2/3] xfs: remember sick inodes that get inactivated
` [PATCH 3/3] xfs: update health status if we get a clean bill of health

[PATCHSET v25.0 00/11] xfs: report corruption to the health trackers
 2023-05-26  1:03 UTC  (12+ messages)
` [PATCH 01/11] xfs: separate the marking of sick and checked metadata
` [PATCH 02/11] xfs: report fs corruption errors to the health tracking system
` [PATCH 03/11] xfs: report ag header "
` [PATCH 04/11] xfs: report block map "
` [PATCH 05/11] xfs: report btree block corruption errors to the health system
` [PATCH 06/11] xfs: report dir/attr "
` [PATCH 07/11] xfs: report symlink "
` [PATCH 08/11] xfs: report inode "
` [PATCH 09/11] xfs: report quota block "
` [PATCH 10/11] xfs: report realtime metadata "
` [PATCH 11/11] xfs: report XFS_IS_CORRUPT "

[PATCHSET v25.0 0/5] xfs: online repair of file link counts
 2023-05-26  1:00 UTC  (6+ messages)
` [PATCH 1/5] xfs: report health of inode "
` [PATCH 2/5] xfs: teach scrub to check file nlinks
` [PATCH 3/5] xfs: track directory entry updates during live nlinks fsck
` [PATCH 4/5] xfs: create a predicate to determine if two xfs_names are the same
` [PATCH 5/5] xfs: teach repair to fix file nlinks

[PATCHSET v25.0 0/7] xfs: online repair of quota counters
 2023-05-26  0:58 UTC  (6+ messages)
` [PATCH 3/7] xfs: report the health of quota counts
` [PATCH 4/7] xfs: implement live quotacheck inode scan
` [PATCH 5/7] xfs: track quota updates during live quotacheck
` [PATCH 6/7] xfs: repair cannot update the summary counters when logging quota flags
` [PATCH 7/7] xfs: repair dquots based on live quotacheck results


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 read-only IMAP folder(s) and NNTP newsgroup(s).