linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-22 13:51:24 to 2025-05-29 09:48:15 UTC [more...]

[PATCH v7 0/8] ublk: decouple server threads from ublk_queues/hctxs
 2025-05-29  9:47 UTC  (14+ messages)
` [PATCH v7 1/8] ublk: have a per-io daemon instead of a per-queue daemon
` [PATCH v7 2/8] selftests: ublk: kublk: plumb q_id in io_uring user_data
` [PATCH v7 3/8] selftests: ublk: kublk: tie sqe allocation to io instead of queue
` [PATCH v7 4/8] selftests: ublk: kublk: lift queue initialization out of thread
` [PATCH v7 5/8] selftests: ublk: kublk: move per-thread data out of ublk_queue
` [PATCH v7 6/8] selftests: ublk: kublk: decouple ublk_queues from ublk server threads
` [PATCH v7 7/8] selftests: ublk: add test for per io daemons
` [PATCH v7 8/8] Documentation: ublk: document UBLK_F_PER_IO_DAEMON

[syzbot] [bcachefs?] possible deadlock in pcpu_alloc_noprof
 2025-05-29  9:09 UTC 

blktests failures with v6.15 kernel
 2025-05-29  8:46 UTC 

[RFC] fs: add ioctl to query protection info capabilities
 2025-05-29  7:12 UTC  (3+ messages)

[PATCH 2/2] change blanket impls for `[Pin]Init` and add one for `Result<T, E>`
 2025-05-29  8:10 UTC 

[PATCH v3] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-05-29  8:03 UTC 

[linus:master] [block] 245618f8e4: stress-ng.fpunch.fail
 2025-05-29  1:52 UTC  (3+ messages)

[PATCH blktests] zbd/013: Test stacked drivers and queue freezing
 2025-05-29  1:08 UTC  (8+ messages)

[PATCH 0/5] block: another block copy offload
 2025-05-28 22:41 UTC  (42+ messages)
` [PATCH 1/5] block: new sector copy api
` [PATCH 2/5] block: add support for copy offload
` [PATCH 3/5] nvme: "
` [PATCH 4/5] block: add support for vectored copies
` [PATCH 5/5] nvmet: implement copy support for bdev backed target

[PATCH AUTOSEL 6.12 7/7] block: use q->elevator with ->elevator_lock held in elv_iosched_show()
 2025-05-28 21:56 UTC 

[PATCH AUTOSEL 6.14 8/8] block: use q->elevator with ->elevator_lock held in elv_iosched_show()
 2025-05-28 21:56 UTC 

[PATCH AUTOSEL 6.15 9/9] block: use q->elevator with ->elevator_lock held in elv_iosched_show()
 2025-05-28 21:55 UTC 

[RFC 0/3] add STATIC_PMD_ZERO_PAGE config option
 2025-05-28 20:36 UTC  (9+ messages)
` [RFC 1/3] mm: move huge_zero_folio from huge_memory.c to memory.c
` [RFC 2/3] mm: add STATIC_PMD_ZERO_PAGE config option
` [RFC 3/3] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()

[PATCH v10 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-05-28 15:34 UTC  (31+ messages)
` [PATCH v10 1/5] rust: retitle "Example" section as "Examples"
` [PATCH v10 2/5] rust: support formatting of foreign types
` [PATCH v10 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v10 5/5] rust: remove core::ffi::CStr reexport

[PATCHv2] block: fix lock dependency between percpu alloc lock and elevator lock
 2025-05-28 12:33 UTC 

[PATCH blktests] zbd/006: reset only the test target zone
 2025-05-28  9:28 UTC  (2+ messages)

[GIT PULL] dma-mapping update for Linux 6.16
 2025-05-28  4:18 UTC  (2+ messages)

[ANNOUNCE] blktests repoistory move
 2025-05-27 23:55 UTC  (2+ messages)

[PATCH] block: Fix a deadlock related freezing zoned storage devices
 2025-05-27 21:49 UTC  (16+ messages)

[PATCH 0/2] Two bug fixes for zoned block devices
 2025-05-27 16:19 UTC  (18+ messages)
` [PATCH 1/2] block: Make __submit_bio_noacct() preserve the bio submission order

[PATCH V2 1/1] loop: add file_start_write() and file_end_write()
 2025-05-27 16:14 UTC  (4+ messages)

warning on flushing page cache on block device removal
 2025-05-27 14:25 UTC  (7+ messages)

[PATCH 0/3] bcache-6.16-20250527
 2025-05-27 13:38 UTC  (5+ messages)
` [PATCH 1/3] bcache: fix NULL pointer in cache_set_flush()
` [PATCH 2/3] bcache: remove unused constants
` [PATCH 3/3] bcache: reserve more RESERVE_BTREE buckets to prevent allocator hang

[PATCH v2] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-05-27  9:53 UTC  (3+ messages)

[syzbot] [block?] possible deadlock in __del_gendisk
 2025-05-27  3:12 UTC  (2+ messages)

[GIT PULL] Block updates for 6.16-rc1
 2025-05-26 19:19 UTC  (2+ messages)

[PATCH v1] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-05-26 13:29 UTC  (8+ messages)

[RFC PATCH] scsi: mpi3mr: add remove host in mpi3mr_shutdown
 2025-05-26 11:28 UTC 

Processes stuck in uninterruptible sleep waiting on inflight IOs to return
 2025-05-24 15:06 UTC  (2+ messages)

[syzbot] [block?] [bcachefs?] kernel BUG in blk_mq_end_request
 2025-05-24  1:52 UTC 

[PATCH 0/3] ublk: add UBLK_F_QUIESCE
 2025-05-23 15:42 UTC  (5+ messages)
` [PATCH 1/3] selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZE
` [PATCH 2/3] ublk: add feature UBLK_F_QUIESCE
` [PATCH 3/3] selftests: ublk: add test for UBLK_F_QUIESCE

[PATCH v2] traceevent/block: Add REQ_ATOMIC flag to block trace events
 2025-05-23 15:19 UTC  (3+ messages)

[PATCH v2 11/13] rust: block: replace `core::mem::zeroed` with `pin_init::zeroed`
 2025-05-23 14:51 UTC 

[PATCH] drbd: fix potential NULL pointer dereference in drbd_md_sync_page_io
 2025-05-23 10:05 UTC  (2+ messages)

Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
 2025-05-23  9:39 UTC  (6+ messages)

[PATCH v3 0/4] relayfs: misc changes
 2025-05-23  2:44 UTC  (6+ messages)

[GIT PULL] Block fixes for 6.15-final
 2025-05-22 20:16 UTC  (2+ messages)

[PATCH 0/6] dma: fake-dma and IOVA tests
 2025-05-22 19:38 UTC  (7+ messages)
` [PATCH 1/6] fake-dma: add fake dma engine driver

[PATCH] loop: add fs_start_write() and fs_end_write()
 2025-05-22 16:36 UTC  (3+ messages)

[PATCH V2 0/2] ublk: run auto buf unregister on same io_ring_ctx with register
 2025-05-22 16:06 UTC  (5+ messages)
` [PATCH V2 1/2] io_uring: add helper io_uring_cmd_ctx_handle()
` [PATCH V2 2/2] ublk: run auto buf unregisgering in same io_ring_ctx with registering

[GIT PULL] nvme fіx for Linux 6.15
 2025-05-22 15:26 UTC  (2+ messages)

[PATCH 0/2] ublk: run auto buf unregister on same io_ring_ctx with register
 2025-05-22 14:40 UTC  (5+ messages)
` [PATCH 1/2] io_uring: add helper io_uring_cmd_ctx_handle()
` [PATCH 2/2] ublk: run auto buf unregister on same io_ring_ctx with register


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).