public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-26 01:45:31 to 2023-05-26 08:48:30 UTC [more...]

[PATCH 00/24] Metadump v2
 2023-05-25  8:27 UTC  (10+ messages)
` [PATCH 03/24] metadump: Define and use struct metadump
` [PATCH 04/24] metadump: Add initialization and release functions
` [PATCH 05/24] set_cur: Add support to read from external log device

[PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-05-26  8:20 UTC  (9+ messages)
` [PATCH v2 1/5] block: annotate bdev_disk_changed() deprecation with a symbol namespace
` [PATCH v2 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH v2 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH v2 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH v2 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[Syzkaller & bisect] There is "soft lockup in __cleanup_mnt" in v6.4-rc3 kernel
 2023-05-26  6:43 UTC  (7+ messages)

[PATCHSET v25.0 0/7] xfs: stage repair information in pageable memory
 2023-05-26  3:19 UTC  (4+ messages)
` [PATCH 1/7] xfs: create a big array data structure

[RFC MEGAPATCHSET v12 1/2] xfs: parent pointers and online repair part 2
 2023-05-26  2:33 UTC  (130+ messages)
` [PATCHSET RFC v12.0 00/11] fstests: adjust tests for xfs parent pointers
  ` [PATCH 01/11] xfs/206: filter out the parent= status from mkfs
  ` [PATCH 02/11] xfs/122: update for parent pointers
  ` [PATCH 03/11] populate: create hardlinks "
  ` [PATCH 04/11] xfs/021: adapt golden output files "
  ` [PATCH 05/11] generic/050: adapt "
  ` [PATCH 06/11] xfs/018: disable parent pointers for this test
  ` [PATCH 07/11] xfs/306: fix formatting failures with parent pointers
  ` [PATCH 08/11] common: add helpers for parent pointer tests
  ` [PATCH 09/11] xfs: add parent pointer test
  ` [PATCH 10/11] xfs: add multi link "
  ` [PATCH 11/11] xfs: add parent pointer inject test
` [PATCHSET v12.0 0/7] xfs: retain ILOCK during directory updates
  ` [PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS "
  ` [PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
  ` [PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
  ` [PATCH 5/7] xfs: Hold inode locks in xfs_rename
  ` [PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
  ` [PATCH 7/7] xfs: unlock new repair tempfiles after creation
` [PATCHSET v12.0 00/12] xfs: name-value xattr lookups
  ` [PATCH 01/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
  ` [PATCH 02/12] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 03/12] xfs: allow xattr matching on name and value for local/sf attrs
  ` [PATCH 04/12] xfs: preserve NVLOOKUP in xfs_attr_set
  ` [PATCH 05/12] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 06/12] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 07/12] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 08/12] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 09/12] xfs: use local variables for name and value length in _attri_commit_pass2
  ` [PATCH 10/12] xfs: log NVLOOKUP xattr removal operations
  ` [PATCH 11/12] xfs: log NVLOOKUP xattr setting operations
  ` [PATCH 12/12] xfs: log NVLOOKUP xattr nvreplace operations
` [PATCHSET v12.0 00/18] xfs: Parent Pointers
  ` [PATCH 01/18] xfs: add parent pointer support to attribute code
  ` [PATCH 02/18] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 03/18] xfs: add parent pointer validator functions
  ` [PATCH 04/18] xfs: extend transaction reservations for parent attributes
  ` [PATCH 05/18] xfs: parent pointer attribute creation
  ` [PATCH 06/18] xfs: add parent attributes to link
  ` [PATCH 07/18] xfs: add parent attributes to symlink
  ` [PATCH 08/18] xfs: remove parent pointers in unlink
  ` [PATCH 09/18] xfs: Indent xfs_rename
  ` [PATCH 10/18] xfs: Add parent pointers to rename
  ` [PATCH 11/18] xfs: Add parent pointers to xfs_cross_rename
  ` [PATCH 12/18] xfs: Filter XFS_ATTR_PARENT for getfattr
  ` [PATCH 13/18] xfs: pass the attr value to put_listent when possible
  ` [PATCH 14/18] xfs: Add parent pointer ioctl
  ` [PATCH 15/18] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 16/18] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 17/18] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 18/18] xfs: Add the parent pointer support to the superblock version 5
` [PATCHSET v12.0 00/17] xfs: fsck for parent pointers
  ` [PATCH 01/17] xfs: check dirents have "
  ` [PATCH 02/17] xfs: deferred scrub of dirents
  ` [PATCH 03/17] xfs: scrub parent pointers
  ` [PATCH 04/17] xfs: deferred scrub of "
  ` [PATCH 05/17] xfs: add raw parent pointer apis to support repair
  ` [PATCH 06/17] xfs: set child file owner in xfs_da_args when changing parent pointers
  ` [PATCH 07/17] xfs: salvage parent pointers when rebuilding xattr structures
  ` [PATCH 08/17] xfs: teach the adoption code about parent pointers
  ` [PATCH 09/17] xfs: replace namebuf with parent pointer in directory repair
  ` [PATCH 10/17] xfs: repair directories by scanning directory parent pointers
  ` [PATCH 11/17] xfs: implement live updates for directory repairs
  ` [PATCH 12/17] xfs: replay unlocked parent pointer updates that accrue during xattr repair
  ` [PATCH 13/17] xfs: replace namebuf with parent pointer in parent pointer repair
  ` [PATCH 14/17] xfs: repair directory parent pointers by scanning for dirents
  ` [PATCH 15/17] xfs: implement live updates for parent pointer repairs
  ` [PATCH 16/17] xfs: remove pointless unlocked assertion
  ` [PATCH 17/17] xfs: actually rebuild the parent pointer xattrs
` [PATCHSET v12.0 0/1] xfsprogs: retain ILOCK during directory updates
  ` [PATCH 1/1] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCHSET v12.0 00/10] xfsprogs: name-value xattr lookups
  ` [PATCH 01/10] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 02/10] xfs: allow xattr matching on name and value for local/sf attrs
  ` [PATCH 03/10] xfs: preserve NVLOOKUP in xfs_attr_set
  ` [PATCH 04/10] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 05/10] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 06/10] xfs: log NVLOOKUP xattr removal operations
  ` [PATCH 07/10] xfs: log NVLOOKUP xattr setting operations
  ` [PATCH 08/10] xfs: log NVLOOKUP xattr nvreplace operations
  ` [PATCH 09/10] xfs_logprint: dump new attr log item fields
  ` [PATCH 10/10] xfs_logprint: print missing attri header fields
` [PATCHSET v12.0 00/30] xfsprogs: Parent Pointers
  ` [PATCH 01/30] xfs: add parent pointer support to attribute code
  ` [PATCH 02/30] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 03/30] xfs: add parent pointer validator functions
  ` [PATCH 04/30] xfs: extend transaction reservations for parent attributes
  ` [PATCH 05/30] xfs: parent pointer attribute creation
  ` [PATCH 06/30] xfs: add parent attributes to link
  ` [PATCH 07/30] xfs: add parent attributes to symlink
  ` [PATCH 08/30] xfs: remove parent pointers in unlink
  ` [PATCH 09/30] xfs: Add parent pointers to rename
  ` [PATCH 10/30] xfs: pass the attr value to put_listent when possible
  ` [PATCH 11/30] xfs: Add parent pointer ioctl
  ` [PATCH 12/30] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 13/30] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 14/30] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 15/30] xfs: Add the parent pointer support to the superblock version 5
  ` [PATCH 16/30] libfrog: add parent pointer support code
  ` [PATCH 17/30] xfs_io: adapt parent command to new parent pointer ioctls
  ` [PATCH 18/30] xfs_io: Add i, n and f flags to parent command
  ` [PATCH 19/30] xfs_logprint: decode parent pointers in ATTRI items fully
  ` [PATCH 20/30] xfs_spaceman: report file paths
  ` [PATCH 21/30] xfs_scrub: use parent pointers when possible to report file operations
  ` [PATCH 22/30] xfs_db: report parent bit on xattrs
  ` [PATCH 23/30] xfs_db: report parent pointers embedded in xattrs
  ` [PATCH 24/30] xfs_db: obfuscate dirent and parent pointer names consistently
  ` [PATCH 25/30] libxfs: export attr3_leaf_hdr_from_disk via libxfs_api_defs.h
  ` [PATCH 26/30] xfs_db: add a parents command to list the parents of a file
  ` [PATCH 27/30] libxfs: create new files with attr forks if necessary
  ` [PATCH 28/30] xfsprogs: Fix default superblock attr bits
  ` [PATCH 29/30] mkfs: Add parent pointers during protofile creation
  ` [PATCH 30/30] mkfs: enable formatting with parent pointers
` [PATCHSET v12.0 00/14] xfsprogs: fsck for "
  ` [PATCH 01/14] xfs: create a blob array data structure
  ` [PATCH 02/14] xfs: check dirents have parent pointers
  ` [PATCH 03/14] xfs: add raw parent pointer apis to support repair
  ` [PATCH 04/14] xfs: set child file owner in xfs_da_args when changing parent pointers
  ` [PATCH 05/14] xfs: remove pointless unlocked assertion
  ` [PATCH 06/14] xfs_repair: add parent pointers when messing with /lost+found
  ` [PATCH 07/14] xfs_repair: build a parent pointer index
  ` [PATCH 08/14] xfs_repair: move the global dirent name store to a separate object
  ` [PATCH 09/14] xfs_repair: deduplicate strings stored in string blob
  ` [PATCH 10/14] xfs_repair: check parent pointers
  ` [PATCH 11/14] xfs_repair: dump garbage parent pointer attributes
  ` [PATCH 12/14] xfs_repair: update ondisk parent pointer records
  ` [PATCH 13/14] xfs_repair: wipe ondisk parent pointers when there are none
  ` [PATCH 14/14] xfs_scrub: use parent pointers to report lost file data

[PATCHSET v25.0 0/3] xfs_scrub: automatic optimization by default
 2023-05-26  1:59 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 v25.0 0/5] xfs_scrub_all: improve systemd handling
 2023-05-26  1:58 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 v25.0 0/6] xfs_scrub_all: automatic media scan service
 2023-05-26  1:57 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 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  (5+ messages)
` [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


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