messages from 2026-04-01 23:44:59 to 2026-04-10 06:19:57 UTC [more...]
bio completion in task enhancements / experiments
2026-04-10 6:19 UTC (13+ messages)
` [PATCH 1/8] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH 2/8] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH 3/8] block: enable RWF_DONTCACHE for block devices
` [PATCH 4/8] FOLD: block: change the defer in task context interface to be procedural
` [PATCH 5/8] FOLD: don't use in_task() to decide for offloading
` [PATCH 6/8] iomap: use bio_complete_in_task for buffered read errors
` [PATCH 7/8] iomap: use bio_complete_in_task for buffered write completions
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support
[PATCHSET v11 2/2] xfs_scrub: refactor to XFS_IOC_VERIFY_MEDIA
2026-04-10 6:19 UTC (10+ 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
[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 0/3] block: enable RWF_DONTCACHE for block devices
2026-04-10 0:46 UTC (19+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v4 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
[PATCH RFC v5 0/3] block: enable RWF_DONTCACHE for block devices
2026-04-09 18:59 UTC (8+ messages)
` [PATCH RFC v5 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v5 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH RFC v5 3/3] block: enable RWF_DONTCACHE for block devices
[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
2026-04-09 13:12 UTC (16+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions
[PATCH v7 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-09 13:13 UTC (23+ messages)
` [PATCH v7 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v7 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v7 03/22] ovl: use core fsverity ensure info interface
` [PATCH v7 04/22] fsverity: generate and store zero-block hash
` [PATCH v7 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v7 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v7 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v7 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v7 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v7 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v7 11/22] xfs: initialize fs-verity on file open
` [PATCH v7 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v7 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v7 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v7 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v7 16/22] xfs: add fs-verity support
` [PATCH v7 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v7 18/22] xfs: add fs-verity ioctls
` [PATCH v7 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v7 20/22] xfs: check and repair the verity inode flag state
` [PATCH v7 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v7 22/22] xfs: enable ro-compat fs-verity flag
[PATCH v2] xfs: check da node block pad field during scrub
2026-04-08 21:40 UTC (2+ messages)
[PATCH v2] xfs: check directory data block header padding in scrub
2026-04-08 21:38 UTC (2+ messages)
[ANNOUNCE] xfsprogs: for-next updated to 9d0bd1ecce3d
2026-04-08 20:02 UTC
[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
2026-04-08 18:45 UTC (6+ messages)
` [RFC PATCH v2 1/5] mm: Refactor folio_clear_dirty_for_io()
` [RFC PATCH v2 2/5] iomap: Add initial support for buffered RWF_WRITETHROUGH
` [RFC PATCH v2 3/5] xfs: Add RWF_WRITETHROUGH support to xfs
` [RFC PATCH v2 4/5] iomap: Add aio support to RWF_WRITETHROUGH
` [RFC PATCH v2 5/5] iomap: Add DSYNC support to writethrough
[PATCH] xfs: check da node block pad field during scrub
2026-04-08 17:14 UTC (3+ messages)
[PATCH] xfs: check directory data block header padding in scrub
2026-04-08 17:03 UTC (3+ messages)
refactor submit_bio_wait and bio await helpers v3
2026-04-08 7:57 UTC (14+ messages)
` [PATCH 1/5] xfs: fix number of GC bvecs
` [PATCH 2/5] block: unify the synchronous bi_end_io callbacks
` [PATCH 3/5] block: factor out a bio_await helper
` [PATCH 4/5] block: add a bio_submit_or_kill helper
` [PATCH 5/5] xfs: use bio_await in xfs_zone_gc_reset_sync
[syzbot] Monthly xfs report (Apr 2026)
2026-04-08 6:44 UTC
[PATCH v4 0/2] Improve user experience with xfs_fsr
2026-04-07 15:07 UTC (4+ messages)
` [PATCH v4 1/2] fsr: package function should check for negative errors
` [PATCH v4 2/2] fsr: always print error messages from xfrog_defragrange()
refactor submit_bio_wait and bio await helpers v2
2026-04-07 13:59 UTC (10+ messages)
` [PATCH 1/4] block: unify the synchronous bi_end_io callbacks
` [PATCH 2/4] block: factor out a bio_await helper
` [PATCH 3/4] block: add a bio_submit_or_kill helper
` [PATCH 4/4] xfs: use bio_await in xfs_zone_gc_reset_sync
[PATCH v2] xfs: fix number of GC bvecs
2026-04-07 13:38 UTC (2+ messages)
cleanup open GC zone handling v2
2026-04-07 13:38 UTC (2+ messages)
[PATCH] xfs: fix a resource leak in xfs_alloc_buftarg()
2026-04-07 13:38 UTC (2+ messages)
fix handling of too many open zones at mount time v2
2026-04-07 13:38 UTC (2+ messages)
[PATCH 0/2] xfs: fix potential integer overflow in sort comparators
2026-04-07 13:38 UTC (3+ messages)
small cleanups for ->setattr
2026-04-07 13:38 UTC (6+ messages)
` [PATCH 1/2] xfs: remove a duplicate assert in xfs_setattr_size
` [PATCH 2/2] xfs: fold xfs_setattr_size into xfs_vn_setattr_size
[ANNOUNCE] xfs-linux: for-next updated to 2ffc6900d5c3
2026-04-07 13:23 UTC
[PATCH v3 0/2] Improve user experience with xfs_fsr
2026-04-07 11:09 UTC (4+ messages)
` [PATCH v3 2/2] fsr: always print error messages from xfrog_defragrange()
[syzbot] [xfs?] KMSAN: uninit-value in xlog_verify_head
2026-04-07 7:47 UTC (5+ messages)
` [PATCH] xfs: reject CRC validation when the log header cannot be retrieved
[PATCH v2] xfs: add a test for number of open zones on conventional devices
2026-04-07 6:27 UTC (7+ messages)
Hang with xfs/285 on 2026-03-02 kernel
2026-04-07 5:41 UTC (9+ messages)
[PATCH 0/1] iomap: avoid compaction for costly folio order allocation
2026-04-07 5:40 UTC (8+ messages)
` [PATCH 1/1] "
[PATCH 0/2] xfsprogs/mkfs: consolidate subvolume validation logic for file images
2026-04-07 5:38 UTC (6+ 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] xfs: fix number of GC bvecs
2026-04-06 5:52 UTC (5+ messages)
refactor submit_bio_wait and bio await helpers
2026-04-06 5:51 UTC (7+ messages)
` [PATCH 2/4] block: factor out a bio_await helper
` [PATCH 3/4] block: add a bio_submit_or_kill helper
[PATCH 0/8] mm: globalize rest_of_page() macro
2026-04-02 21:58 UTC (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate
[PATCH v6 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-02 14:47 UTC (11+ messages)
` [PATCH v6 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v6 03/22] fsverity: generate and store zero-block hash
` [PATCH v6 05/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v6 15/22] xfs: add fs-verity support
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