public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-13 15:04:18 to 2026-03-19 04:44:29 UTC [more...]

[PATCHBOMB v10] xfsprogs: autonomous self healing of filesystems
 2026-03-19  4:44 UTC  (25+ messages)
` [PATCHSET v10 1/2] "
  ` [PATCH 01/26] libfrog: add a function to grab the path from an open fd and a file handle
  ` [PATCH 02/26] libfrog: create healthmon event log library functions
  ` [PATCH 03/26] libfrog: add support code for starting systemd services programmatically
  ` [PATCH 04/26] libfrog: hoist a couple of service helper functions
  ` [PATCH 05/26] libfrog: add wrappers for listmount and statmount
  ` [PATCH 06/26] man2: document the healthmon ioctl
  ` [PATCH 07/26] man2: document the media verification ioctl
  ` [PATCH 08/26] xfs_io: monitor filesystem health events
  ` [PATCH 09/26] xfs_io: add a media verify command
  ` [PATCH 10/26] xfs_healer: create daemon to listen for health events
  ` [PATCH 11/26] xfs_healer: enable repairing filesystems
  ` [PATCH 12/26] xfs_healer: use getparents to look up file names
  ` [PATCH 13/26] xfs_healer: create a per-mount background monitoring service
  ` [PATCH 14/26] xfs_healer: create a service to start the per-mount healer service
  ` [PATCH 15/26] xfs_healer: don't start service if kernel support unavailable
  ` [PATCH 16/26] xfs_healer: use the autofsck fsproperty to select mode
  ` [PATCH 17/26] xfs_healer: run full scrub after lost corruption events or targeted repair failure
  ` [PATCH 18/26] xfs_healer: use getmntent to find moved filesystems
  ` [PATCH 19/26] xfs_healer: use statmount to find moved filesystems even faster
  ` [PATCH 20/26] xfs_healer: validate that repair fds point to the monitored fs
  ` [PATCH 21/26] xfs_healer: add a manual page
  ` [PATCH 22/26] xfs_scrub: print systemd service names
` [PATCHSET v10 2/2] xfs_scrub: refactor to XFS_IOC_VERIFY_MEDIA

[PATCH v2 0/3] xfs: fixes and clean up for attr item
 2026-03-19  1:06 UTC  (4+ messages)
` [PATCH v2 1/3] xfs: fix possible null pointer dereference in xfs_attri_recover_work
` [PATCH v2 2/3] xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
` [PATCH v2 3/3] xfs: remove redundant "

[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
 2026-03-18 22:18 UTC  (8+ messages)
` [PATCH v2] xfs: return default quota limits for IDs without a dquot

[PATCH] xfs: use GFP_NOFS in __xfs_trans_alloc
 2026-03-18 21:01 UTC  (4+ messages)

[PATCH] fs: clear I_DIRTY_TIME in sync_lazytime
 2026-03-18 17:34 UTC  (3+ messages)

xfs: Add support for multi rtgroup shrink+removal
 2026-03-18 15:20 UTC  (4+ messages)
` [RFC v1 0/4] xfs: Add support to shrink multiple empty rtgroups

buffer cache simplification v5
 2026-03-18 14:49 UTC  (15+ messages)
` [PATCH 1/4] xfs: don't keep a reference for buffers on the LRU
` [PATCH 2/4] xfs: use a lockref for the buffer reference count
` [PATCH 3/4] xfs: switch (back) to a per-buftarg buffer hash
` [PATCH 4/4] xfs: don't decrement the buffer LRU count for in-use buffers

xfsprogs_6.19.0-1_source.changes ACCEPTED into unstable
 2026-03-18 12:05 UTC 

Processing of xfsprogs_6.19.0-1_source.changes
 2026-03-18 11:59 UTC 

[ANNOUNCE] xfsprogs: v6.19.0 released
 2026-03-18 10:57 UTC 

[PATCH v2 0/4] Zoned XFS code improvements
 2026-03-18 10:12 UTC  (14+ messages)
` [PATCH v2 1/4] xfs: avoid unnecessary open zone check in xfs_select_zone_nowait()
` [PATCH v2 2/4] xfs: fix a comment typo "
` [PATCH v2 3/4] xfs: display more zone related information in mountstats
` [PATCH v2 4/4] xfs: avoid unnecessary calculations in xfs_zoned_need_gc()

[PATCH] xfs: annotate struct xfs_attr_list_context with __counted_by_ptr
 2026-03-18 10:12 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIA
 2026-03-18 10:12 UTC  (3+ messages)

[PATCH] xfs: scrub: unlock dquot before early return in quota scrub
 2026-03-18 10:12 UTC  (2+ messages)

[PATCH v4 0/4] xfs: fix AIL push use-after-free during shutdown
 2026-03-18 10:12 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next *REBASED* to 2c0ff6151c7b
 2026-03-18 10:09 UTC 

[PATCH v4 0/8] iomap, xfs: improve zero range flushing and lookup
 2026-03-18  9:40 UTC  (3+ messages)

[PATCH v2 0/4] Zoned device cleanups
 2026-03-18  8:33 UTC  (4+ messages)
` [PATCH v2 4/4] xfs: opencode xfs_zone_record_blocks

[PATCHSET] fstests: fixes for autonomous self healing of filesystems
 2026-03-18  6:01 UTC  (7+ messages)
` [PATCH 1/3] common: ignore stderr for the two new svcname helpers
` [PATCH 2/3] xfs/6{59-61}: force xfs_healer to run
` [PATCH 3/3] xfs/805: adjust for new autofsck fsproperty defaults

[PATCH] xfs_repair: don't fail on INCOMPLETE attrs in leaf blocks
 2026-03-18  5:56 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Improve user experience with xfs_fsr
 2026-03-17 22:12 UTC  (5+ messages)
` [PATCH v2 1/2] fsr: package function should check for negative errors
` [PATCH v2 2/2] fsr: always print error messages from xfrog_defragrange()

[PATCH v3 0/4] xfs: close crash window in attr dabtree inactivation
 2026-03-17 21:26 UTC  (6+ messages)
` [PATCH v3 1/4] xfs: only assert new size for datafork during truncate extents
` [PATCH v3 2/4] xfs: factor out xfs_attr3_node_entry_remove
` [PATCH v3 3/4] xfs: factor out xfs_attr3_leaf_init
` [PATCH v3 4/4] xfs: close crash window in attr dabtree inactivation

buffer cache simplification v4
 2026-03-17 13:39 UTC  (10+ messages)
` [PATCH 1/3] xfs: use a lockref for the buffer reference count
` [PATCH 2/3] xfs: switch (back) to a per-buftarg buffer hash
` [PATCH 3/3] xfs: don't decrement the buffer LRU count for in-use buffers

[PATCH v11 2/2] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
 2026-03-17 12:20 UTC  (7+ messages)

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-17 10:00 UTC  (7+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()

[PATCH v3] iomap: add allocation cache for iomap_dio
 2026-03-17  9:21 UTC  (10+ messages)

[PATCHSET v9 1/2] fstests: test generic file IO error reporting
 2026-03-17  3:43 UTC  (9+ messages)
` [PATCH 1/1] generic: test fsnotify filesystem "

[PATCH 0/3] xfs: fixes and clean up for attr item
 2026-03-17  2:33 UTC  (10+ messages)
` [PATCH 1/3] xfs: fix possible null pointer dereference in xfs_attri_recover_work
` [PATCH 2/3] xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
` [PATCH 3/3] xfs: simplify iovec "

[PATCH v2 0/4] xfs: close crash window in attr dabtree inactivation
 2026-03-17  1:38 UTC  (14+ messages)
` [PATCH v2 2/4] xfs: factor out xfs_attr3_node_entry_remove
` [PATCH v2 3/4] xfs: factor out xfs_attr3_leaf_init
` [PATCH v2 4/4] xfs: close crash window in attr dabtree inactivation

generic/753 crash with LARP
 2026-03-16 22:52 UTC  (6+ messages)

[PATCHSET v9] xfsprogs: autonomous self healing of filesystems
 2026-03-16 16:32 UTC  (4+ messages)
` [PATCH 26/28] mkfs: enable online repair if all backrefs are enabled

[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-16 16:15 UTC  (6+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper

[PATCH 1/3] xfs: add write pointer to xfs_rtgroup_geometry
 2026-03-16  9:04 UTC  (5+ messages)
` [PATCH 2/3] man/xfs_rtgroup_geometry: add rg_writepointer field description
` [PATCH 3/3] xfs_io: report rg_writepointer in report rg_info()

[PATCH 0/3] Zoned XFS code improvements
 2026-03-16  9:03 UTC  (7+ messages)
` [PATCH 1/3] xfs: improve xfs_select_zone_nowait()
` [PATCH 2/3] xfs: improve xfs_zoned_show_stats()
` [PATCH 3/3] xfs: improve xfs_zoned_need_gc()

[PATCH] ltp: add support for FALLOC_FL_WRITE_ZEROES to fsx and fsstress
 2026-03-15  8:35 UTC  (3+ messages)

[PATCHBOMB v9] xfsprogs: autonomous self healing of filesystems
 2026-03-15  4:51 UTC  (35+ messages)
` [PATCHSET v9 2/2] fstests: "
  ` [PATCH 01/14] xfs: test health monitoring code
  ` [PATCH 02/14] xfs: test for metadata corruption error reporting via healthmon
  ` [PATCH 03/14] xfs: test io "
  ` [PATCH 04/14] xfs: set up common code for testing xfs_healer
  ` [PATCH 05/14] xfs: test xfs_healer's event handling
  ` [PATCH 06/14] xfs: test xfs_healer can fix a filesystem
  ` [PATCH 07/14] xfs: test xfs_healer can report file I/O errors
  ` [PATCH 08/14] xfs: test xfs_healer can report file media errors
  ` [PATCH 09/14] xfs: test xfs_healer can report filesystem shutdowns
  ` [PATCH 10/14] xfs: test xfs_healer can initiate full filesystem repairs
  ` [PATCH 11/14] xfs: test xfs_healer can follow mount moves
  ` [PATCH 12/14] xfs: test xfs_healer wont repair the wrong filesystem
  ` [PATCH 13/14] xfs: test xfs_healer background service
  ` [PATCH 14/14] xfs: test xfs_healer startup service
  ` [PATCH 15/14] xfs: test xfs_healer can follow private mntns mount moves

[PATCH] xfs/62[3-8]: require XFS_SCRUB_PROG
 2026-03-13 23:45 UTC  (3+ messages)

[GIT PULL] XFS: Fixes for v7.0-rc4
 2026-03-13 17:54 UTC  (2+ messages)


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