Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2023-12-31 22:09:20 to 2023-12-31 23:01:12 UTC [more...]

[PATCHSET 40/40] xfs_repair: add other v5 features to filesystems
 2023-12-31 23:01 UTC  (2+ messages)
` [PATCH 1/4] xfs_repair: check free space requirements before allowing upgrades

[PATCHSET v29.0 39/40] xfs_scrub: automatic optimization by default
 2023-12-31 23:00 UTC  (4+ messages)
` [PATCH 1/3] xfs_scrub: automatic downgrades to dry-run mode in service mode
` [PATCH 2/3] xfs_scrub: add an optimization-only mode
` [PATCH 3/3] debian: enable xfs_scrub systemd services by default

[PATCHSET v29.0 38/40] xfs_scrub_all: improve systemd handling
 2023-12-31 23:00 UTC  (6+ messages)
` [PATCH 1/5] xfs_scrub_all: encapsulate all the subprocess code in an object
` [PATCH 2/5] xfs_scrub_all: encapsulate all the systemctl "
` [PATCH 3/5] xfs_scrub_all: add CLI option for easier debugging
` [PATCH 4/5] xfs_scrub_all: convert systemctl calls to dbus
` [PATCH 5/5] xfs_scrub_all: implement retry and backoff for dbus calls

[PATCHSET v29.0 37/40] xfs_scrub_all: automatic media scan service
 2023-12-31 22:58 UTC  (7+ 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
` [PATCH 4/6] xfs_scrub_all: enable periodic file data scrubs automatically
` [PATCH 5/6] xfs_scrub_all: trigger automatic media scans once per month
` [PATCH 6/6] xfs_scrub_all: failure reporting for the xfs_scrub_all job

[PATCHSET v29.0 36/40] xfs_scrub: tighten security of systemd services
 2023-12-31 22:57 UTC  (7+ messages)
` [PATCH 1/6] xfs_scrub: allow auxiliary pathnames for sandboxing
` [PATCH 2/6] xfs_scrub.service: reduce CPU usage to 60% when possible
` [PATCH 3/6] xfs_scrub: use dynamic users when running as a systemd service
` [PATCH 4/6] xfs_scrub: tighten up the security on the background "
` [PATCH 5/6] xfs_scrub_fail: "
` [PATCH 6/6] xfs_scrub_all: "

[PATCHSET v29.0 35/40] xfs_scrub_all: fixes for systemd services
 2023-12-31 22:55 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 v29.0 34/40] xfs_scrub: fixes for systemd services
 2023-12-31 22:54 UTC  (10+ messages)
` [PATCH 1/9] debian: install scrub services with dh_installsystemd
` [PATCH 2/9] xfs_scrub_all: escape service names consistently
` [PATCH 3/9] xfs_scrub: fix pathname escaping across all service definitions
` [PATCH 4/9] xfs_scrub_fail: fix sendmail detection
` [PATCH 5/9] xfs_scrub_fail: return the failure status of the mailer program
` [PATCH 6/9] xfs_scrub_fail: add content type header to failure emails
` [PATCH 7/9] xfs_scrub_fail: advise recipients not to reply
` [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 33/40] xfs_scrub: use free space histograms to reduce fstrim runtime
 2023-12-31 22: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 v29.0 32/40] xfs_scrub: move fstrim to a separate phase
 2023-12-31 22: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 v29.0 31/40] xfs_scrub: detect deceptive filename extensions
 2023-12-31 22:48 UTC  (14+ messages)
` [PATCH 01/13] xfs_scrub: use proper UChar string iterators
` [PATCH 02/13] xfs_scrub: hoist code that removes ignorable characters
` [PATCH 03/13] xfs_scrub: add a couple of omitted invisible code points
` [PATCH 04/13] xfs_scrub: avoid potential UAF after freeing a duplicate name entry
` [PATCH 05/13] xfs_scrub: guard against libicu returning negative buffer lengths
` [PATCH 06/13] xfs_scrub: hoist non-rendering character predicate
` [PATCH 07/13] xfs_scrub: store bad flags with the name entry
` [PATCH 08/13] xfs_scrub: rename UNICRASH_ZERO_WIDTH to UNICRASH_INVISIBLE
` [PATCH 09/13] xfs_scrub: type-coerce the UNICRASH_* flags
` [PATCH 10/13] xfs_scrub: reduce size of struct name_entry
` [PATCH 11/13] xfs_scrub: rename struct unicrash.normalizer
` [PATCH 12/13] xfs_scrub: report deceptive file extensions
` [PATCH 13/13] xfs_scrub: dump unicode points

[PATCHSET v29.0 30/40] xfs_scrub: improve scheduling of repair items
 2023-12-31 22:45 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 v29.0 29/40] xfs_scrub: use scrub_item to track check progress
 2023-12-31 22:44 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 v29.0 28/40] xfs_scrub: track data dependencies for repairs
 2023-12-31 22:42 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 v29.0 27/40] xfs_scrub: improve warnings about difficult repairs
 2023-12-31 22:40 UTC  (9+ 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
 2023-12-31 22:38 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 v29.0 25/40] xfsprogs: inode-related repair fixes
 2023-12-31 22:36 UTC  (5+ messages)
` [PATCH 1/4] xfs: check unused nlink fields in the ondisk inode
` [PATCH 2/4] xfs: try to avoid allocating from sick inode clusters
` [PATCH 3/4] libxfs: port the bumplink function from the kernel
` [PATCH 4/4] xfs: pin inodes that would otherwise overflow link count

[PATCHSET v29.0 24/40] libxfs: cache xfile pages for better performance
 2023-12-31 22:35 UTC  (2+ messages)
` [PATCH 1/1] xfs: map xfile pages directly into xfs_buf

[PATCHSET v29.0 23/40] xfsprogs: online repair of symbolic links
 2023-12-31 22:35 UTC  (2+ messages)
` [PATCH 1/1] xfs: "

[PATCHSET v29.0 22/40] xfsprogs: online repair of extended attributes
 2023-12-31 22:34 UTC  (2+ messages)
` [PATCH 1/1] xfs: repair "

[PATCHSET v29.0 21/40] xfsprogs: set and validate dir/attr block owners
 2023-12-31 22:34 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 v29.0 20/40] xfsprogs: atomic file updates
 2023-12-31 22:32 UTC  (21+ messages)
` [PATCH 01/20] xfs: add a libxfs header file for staging new ioctls
` [PATCH 02/20] xfs: introduce new file range exchange ioctl
` [PATCH 03/20] xfs: parameterize all the incompat log feature helpers
` [PATCH 04/20] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 05/20] xfs: introduce a swap-extent log intent item
` [PATCH 06/20] xfs: create deferred log items for extent swapping
` [PATCH 07/20] xfs: add error injection to test swapext recovery
` [PATCH 08/20] xfs: condense extended attributes after an atomic swap
` [PATCH 09/20] xfs: condense directories "
` [PATCH 10/20] xfs: condense symbolic links "
` [PATCH 11/20] xfs: make atomic extent swapping support realtime files
` [PATCH 12/20] xfs: enable atomic swapext feature
` [PATCH 13/20] libhandle: add support for bulkstat v5
` [PATCH 14/20] libfrog: convert xfs_io swapext command to use new libfrog wrapper
` [PATCH 15/20] xfs_logprint: support dumping swapext log items
` [PATCH 16/20] xfs_fsr: convert to bulkstat v5 ioctls
` [PATCH 17/20] xfs_fsr: port to new swapext library function
` [PATCH 18/20] xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations
` [PATCH 19/20] xfs_io: enhance swapext to take advantage of new api
` [PATCH 20/20] xfs_io: add atomic update commands to exercise extent swapping

[PATCHSET v29.0 19/40] xfsprogs: clean up symbolic link code
 2023-12-31 22:27 UTC  (5+ messages)
` [PATCH 1/4] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
` [PATCH 2/4] xfs: move remote symlink target read function to libxfs
` [PATCH 3/4] xfs: move symlink target write "
` [PATCH 4/4] mkfs: use libxfs to create symlinks

[PATCHSET v29.0 18/40] xfsprogs: support attrfork and unwritten BUIs
 2023-12-31 22:26 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 v29.0 17/40] xfsprogs: widen BUI formats to support realtime
 2023-12-31 22:25 UTC  (3+ messages)
` [PATCH 1/2] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
` [PATCH 2/2] xfs: add a realtime flag to the bmap update log redo items

[PATCHSET v29.0 16/40] xfsprogs: bmap log intent cleanups
 2023-12-31 22:24 UTC  (6+ messages)
` [PATCH 1/5] xfs: clean up bmap log intent item tracepoint callsites
` [PATCH 2/5] xfs: add a bi_entry helper
` [PATCH 3/5] xfs: reuse xfs_bmap_update_cancel_item
` [PATCH 4/5] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
` [PATCH 5/5] xfs: add a xattr_entry helper

[PATCHSET v29.0 15/40] xfs_repair: reduce refcount repair memory usage
 2023-12-31 22:23 UTC  (7+ messages)
` [PATCH 1/6] xfs: move lru refs to the btree ops structure
` [PATCH 2/6] xfs: define an in-memory btree for storing refcount bag info during repairs
` [PATCH 3/6] xfs_repair: define an in-memory btree for storing refcount bag info
` [PATCH 4/6] xfs_repair: create refcount bag
` [PATCH 5/6] xfs_repair: port to the new refcount bag structure
` [PATCH 6/6] xfs_repair: remove the old bag implementation

[PATCHSET v29.0 14/40] xfsprogs: move btree geometry to ops struct
 2023-12-31 22:22 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 v29.0 13/40] xfs_repair: use in-memory rmap btrees
 2023-12-31 22:19 UTC  (7+ messages)
` [PATCH 1/6] libxfs: partition memfd files to avoid using too many fds
` [PATCH 2/6] xfs_repair: convert regular rmap repair to use in-memory btrees
` [PATCH 3/6] xfs_repair: verify on-disk rmap btrees with in-memory btree data
` [PATCH 4/6] xfs_repair: compute refcount data from in-memory rmap btrees
` [PATCH 5/6] xfs_repair: reduce rmap bag memory usage when creating refcounts
` [PATCH 6/6] xfs_repair: remove the old rmap collection slabs

[PATCHSET v29.0 12/40] xfsprogs: online repair of rmap btrees
 2023-12-31 22:18 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 v29.0 11/40] xfsprogs: support in-memory btrees
 2023-12-31 22:17 UTC  (11+ messages)
` [PATCH 01/10] libxfs: clean up xfs_da_unmount usage
` [PATCH 02/10] libxfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 03/10] libxfs: add xfile support
` [PATCH 04/10] xfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 05/10] libxfs: support in-memory buffer cache targets
` [PATCH 06/10] xfs: consolidate btree block freeing tracepoints
` [PATCH 07/10] xfs: consolidate btree block allocation tracepoints
` [PATCH 08/10] xfs: support in-memory btrees
` [PATCH 09/10] xfs: connect in-memory btrees to xfiles
` [PATCH 10/10] xfbtree: let the buffer cache flush dirty buffers to the xfile

[PATCHSET v29.0 10/40] xfsprogs: indirect health reporting
 2023-12-31 22:14 UTC  (5+ messages)
` [PATCH 1/4] xfs: add secondary and indirect classes to the health tracking system
` [PATCH 2/4] xfs: remember sick inodes that get inactivated
` [PATCH 3/4] xfs: update health status if we get a clean bill of health
` [PATCH 4/4] xfs_scrub: upload clean bills "

[PATCHSET v29.0 09/40] xfsprogs: report corruption to the health trackers
 2023-12-31 22:13 UTC  (10+ messages)
` [PATCH 1/9] xfs: separate the marking of sick and checked metadata
` [PATCH 2/9] xfs: report fs corruption errors to the health tracking system
` [PATCH 3/9] xfs: report ag header "
` [PATCH 4/9] xfs: report block map "
` [PATCH 5/9] xfs: report btree block corruption errors to the health system
` [PATCH 6/9] xfs: report dir/attr "
` [PATCH 7/9] xfs: report inode "
` [PATCH 8/9] xfs: report realtime metadata "
` [PATCH 9/9] xfs: report XFS_IS_CORRUPT "

[PATCHSET v29.0 08/40] xfsprogs: online repair of file link counts
 2023-12-31 22:11 UTC  (4+ messages)
` [PATCH 1/3] xfs: report health of inode "
` [PATCH 2/3] xfs: teach scrub to check file nlinks
` [PATCH 3/3] xfs_scrub: use multiple threads to run in-kernel metadata scrubs that scan inodes

[PATCHSET 07/40] xfs_repair: support more than 4 billion records
 2023-12-31 22:10 UTC  (6+ messages)
` [PATCH 4/8] xfs_repair: support more than 2^32 owners per physical block
` [PATCH 5/8] xfs_repair: clean up lock resources
` [PATCH 6/8] xfs_repair: constrain attr fork extent count
` [PATCH 7/8] xfs_repair: don't create block maps for data files
` [PATCH 8/8] xfs_repair: support more than INT_MAX block maps


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