messages from 2026-04-09 16:08:38 to 2026-04-14 08:13:04 UTC [more...]
[PATCH v7 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-14 8:13 UTC (5+ messages)
` [PATCH v7 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v7 03/22] ovl: use core fsverity ensure info interface
[PATCH] xfs_quota: display default limits for users with zero usage
2026-04-14 8:02 UTC (2+ messages)
[PATCHSET 2/2] fstests: capture logs from mount failures
2026-04-14 7:59 UTC (5+ messages)
` [PATCH 1/2] treewide: convert all $MOUNT_PROG to _mount
` [PATCH 2/2] check: capture dmesg of mount failures if test fails
[PATCHSET 1/2] fstests: more random fixes for v2026.03.20
2026-04-14 7:57 UTC (3+ messages)
` [PATCH 1/1] xfs/841: actually compare the new filesystem contents to the proto dir
[PATCH v3] xfs: add a test for number of open zones on conventional devices
2026-04-14 7:55 UTC
[PATCH v2 0/2] add FALLOC_FL_WRITE_ZEROES support to xfs
2026-04-14 6:11 UTC (7+ messages)
` [PATCH v2 1/2] xfs: add xfs_bmap_alloc_or_convert_range function
` [PATCH v2 2/2] xfs: add support for FALLOC_FL_WRITE_ZEROES
[PATCH] xfs: fix memory leak on error in xfs_alloc_zone_info()
2026-04-14 3:58 UTC (2+ messages)
bio completion in task enhancements / experiments
2026-04-14 2:23 UTC (13+ messages)
` [PATCH 4/8] FOLD: block: change the defer in task context interface to be procedural
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support
[PATCH v3 0/3] xfs: clean up directory data block header padding
2026-04-14 1:01 UTC (9+ messages)
` [PATCH v3 1/3] xfs: zero entire directory data block header region at init
` [PATCH v3 2/3] xfs: zero directory data block padding on write verification
` [PATCH v3 3/3] xfs: check directory data block header padding in scrub
[GIT PULL] XFS: New code for v7.1
2026-04-14 0:30 UTC (2+ messages)
[XFS] Question: can xfs_agfl_free_finish_item exhaust AGFL during bnobt/cntbt split?
2026-04-13 22:19 UTC (4+ messages)
[PATCH] xfs: start inodegc after quota initialization
2026-04-13 18:09 UTC (2+ messages)
[PATCHSET 1/2] fstests: more random fixes for v2026.02.26
2026-04-13 17:52 UTC (2+ messages)
[PATCH 0/2] xfsprogs/mkfs: consolidate subvolume validation logic for file images
2026-04-13 16:05 UTC (8+ messages)
` [PATCH 1/2] mkfs: fix assertion failure on empty data file
` [PATCH 2/2] mkfs: unify validation behavior for data, log and rt dev
[PATCH] debian: add version control tags to control
2026-04-13 15:21 UTC (3+ messages)
[PATCH] xfs_scrub: warn about unicode variation selectors in names
2026-04-13 14:57 UTC
Please migrate xfsdump and xfsprogs Debian packaging to Salsa
2026-04-13 14:36 UTC (9+ messages)
[PATCH] xfs_healer: update weakhandle mountpoint when reconnecting
2026-04-13 9:56 UTC (2+ messages)
[syzbot] [xfs?] INFO: task hung in xlog_force_lsn (2)
2026-04-13 8:29 UTC (5+ messages)
[PATCH v2] xfs: check directory data block header padding in scrub
2026-04-10 17:26 UTC (3+ messages)
[PATCH v3] xfs: check da node block pad field during scrub
2026-04-10 17:06 UTC
[PATCH v2] xfs: check da node block pad field during scrub
2026-04-10 16:56 UTC (3+ messages)
[PATCH] xfs: remove the meaningless XFS_ALLOC_FLAG_FREEING
2026-04-10 16:42 UTC (2+ messages)
[ANNOUNCE] xfsprogs: for-next updated to 8ef7291a272e
2026-04-10 12:24 UTC
[GIT PULL 2/2] xfs_scrub: refactor to XFS_IOC_VERIFY_MEDIA
2026-04-10 6:23 UTC
[GIT PULL 1/2] xfsprogs: autonomous self healing of filesystems
2026-04-10 6:23 UTC
[PATCHSET v11 2/2] xfs_scrub: refactor to XFS_IOC_VERIFY_MEDIA
2026-04-10 6:22 UTC (22+ messages)
` [PATCH 01/21] libfrog: allow bitmap_free to handle a null bitmap pointer
` [PATCH 02/21] mkfs: rename byte unit conversion macros
` [PATCH 03/21] libfrog: lift *BYTES helpers to convert.h
` [PATCH 04/21] xfs_scrub: report truncated devices as media errors
` [PATCH 05/21] xfs_scrub: fix i18n of the decode_special_owner return value
` [PATCH 06/21] scrub: remove the unused io_disk field in struct read_verify
` [PATCH 07/21] xfs_scrub: move read verification scheduling to phase6.c
` [PATCH 08/21] scrub: simplify the read_verify_pool_alloc interface
` [PATCH 09/21] xfs_scrub: don't pass the io_end_arg around everywhere
` [PATCH 10/21] scrub: use enum xfs_device for read verification
` [PATCH 11/21] xfs_scrub: rename nr_io_threads
` [PATCH 12/21] scrub: simplify verifier threads calculation
` [PATCH 13/21] xfs_scrub: move disk media verification error injection
` [PATCH 14/21] xfs_scrub: use the verify media ioctl during phase 6 if possible
` [PATCH 15/21] scrub: don't allocate disk for ioctl-based media verify
` [PATCH 16/21] xfs_scrub: perform media scanning of the log region
` [PATCH 17/21] xfs_scrub: index read-verify pools by xfs_device ids
` [PATCH 18/21] xfs_scrub: move failmap and other outputs into read_verify_pool
` [PATCH 19/21] xfs_scrub: clean up device-related error messages
` [PATCH 20/21] xfs_scrub: drop SCSI_VERIFY code from disk
` [PATCH 21/21] xfs_scrub: raise media verification IO limits
[PATCHSET v11 1/2] xfsprogs: autonomous self healing of filesystems
2026-04-10 6:17 UTC (27+ messages)
` [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
[PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
2026-04-10 0:46 UTC (4+ messages)
[PATCH RFC v5 0/3] block: enable RWF_DONTCACHE for block devices
2026-04-09 18:59 UTC (6+ messages)
` [PATCH RFC v5 3/3] "
page: | 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