messages from 2026-03-16 22:16:58 to 2026-03-20 07:15:01 UTC [more...]
[PATCHBOMB v10] xfsprogs: autonomous self healing of filesystems
2026-03-20 7:15 UTC (61+ 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
` [PATCH 23/26] xfs_io: add listmount and statmount commands
` [PATCH 24/26] mkfs: enable online repair if all backrefs are enabled
` [PATCH 25/26] debian/control: listify the build dependencies
` [PATCH 26/26] debian: enable xfs_healer on the root filesystem by default
` [PATCHSET v10 2/2] xfs_scrub: refactor to XFS_IOC_VERIFY_MEDIA
` [PATCH 01/22] libfrog: allow bitmap_free to handle a null bitmap pointer
` [PATCH 02/22] mkfs: rename byte unit conversion macros
` [PATCH 03/22] libfrog: lift *BYTES helpers to convert.h
` [PATCH 04/22] xfs_scrub: report truncated devices as media errors
` [PATCH 05/22] xfs_scrub: fix i18n of the decode_special_owner return value
` [PATCH 06/22] scrub: remove the unused io_disk field in struct read_verify
` [PATCH 07/22] xfs_scrub: move read verification scheduling to phase6.c
` [PATCH 08/22] scrub: simplify the read_verify_pool_alloc interface
` [PATCH 09/22] xfs_scrub: don't pass the io_end_arg around everywhere
` [PATCH 10/22] scrub: use enum xfs_device for read verification
` [PATCH 11/22] xfs_scrub: rename nr_io_threads
` [PATCH 12/22] scrub: simplify verifier threads calculation
` [PATCH 13/22] xfs_scrub: move disk media verification error injection
` [PATCH 14/22] xfs_scrub: use the verify media ioctl during phase 6 if possible
` [PATCH 15/22] scrub: don't allocate disk for ioctl-based media verify
` [PATCH 16/22] xfs_scrub: perform media scanning of the log region
` [PATCH 17/22] xfs_scrub: index read-verify pools by xfs_device ids
` [PATCH 18/22] xfs_scrub: move failmap and other outputs into read_verify_pool
` [PATCH 19/22] xfs_scrub: clean up device-related error messages
` [PATCH 20/22] xfs_scrub: drop SCSI_VERIFY code from disk
` [PATCH 21/22] xfs_scrub: raise media verification IO limits
` [PATCH 22/22] xfs_scrub: allow overrides of the "
[PATCH] xfs: annotate data race on li_lsn in CIL formatting vs AIL insertion
2026-03-20 2:55 UTC
[PATCH v3 0/2] xfs: fixes and clean up for attr item
2026-03-20 2:11 UTC (3+ messages)
` [PATCH v3 1/2] xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
` [PATCH v3 2/2] xfs: remove redundant "
[PATCH 1/2] xfs: don't allow UAF in xlog_recover_iget
2026-03-20 2:02 UTC (4+ messages)
` [PATCH 2/2] xfs: don't irele after failing to iget in xfs_attri_recover_work
[PATCH v2 0/3] xfs: fixes and clean up for attr item
2026-03-20 1:44 UTC (8+ 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 "
[Bug][xfstests xfs/556] inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-W} usage
2026-03-19 19:43 UTC
[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-19 17:15 UTC (27+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v5 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [PATCH v5 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v5 05/25] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v5 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v5 08/25] iomap: obtain fsverity info for read path
` [PATCH v5 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v5 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v5 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v5 13/25] xfs: initialize fs-verity on file open
` [PATCH v5 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v5 15/25] xfs: disable direct read path for fs-verity files
` [PATCH v5 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v5 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v5 18/25] xfs: add fs-verity support
` [PATCH v5 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v5 20/25] xfs: add fs-verity ioctls
` [PATCH v5 21/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v5 22/25] xfs: check and repair the verity inode flag state
` [PATCH v5 23/25] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v5 24/25] xfs: add fsverity traces
` [PATCH v5 25/25] xfs: enable ro-compat fs-verity flag
[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
2026-03-19 12:22 UTC (9+ 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 (10+ 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 (5+ messages)
` [PATCH v2] "
[PATCH] xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIA
2026-03-18 10:12 UTC (2+ 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 (9+ messages)
` [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 (4+ messages)
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-17 10:00 UTC (5+ messages)
` [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 (7+ 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 (7+ messages)
` [PATCH v2 4/4] "
generic/753 crash with LARP
2026-03-16 22:52 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox