linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-16 04:51:29 to 2025-05-22 02:29:58 UTC [more...]

[linus:master] [block] 245618f8e4: stress-ng.fpunch.fail
 2025-05-22  2:29 UTC 

[PATCH 0/2] ublk: two fixes on UBLK_F_AUTO_BUF_REG
 2025-05-22  1:05 UTC  (10+ messages)
` [PATCH 1/2] ublk: handle ublk_set_auto_buf_reg() failure correctly in ublk_fetch()
` [PATCH 2/2] ublk: run auto buf unregisgering in same io_ring_ctx with register

[PATCH 0/5] block: another block copy offload
 2025-05-22  0:51 UTC  (8+ 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 0/6] dma: fake-dma and IOVA tests
 2025-05-21 23:40 UTC  (17+ messages)
` [PATCH 1/6] fake-dma: add fake dma engine driver
` [PATCH 2/6] dmatest: split dmatest_func() into helpers
` [PATCH 3/6] dmatest: move printing to its own routine
` [PATCH 4/6] dmatest: add IOVA tests
` [PATCH 5/6] dma-mapping: benchmark: move validation parameters into a helper
` [PATCH 6/6] dma-mapping: benchmark: add IOVA support

[PATCH 0/2] Two bug fixes for zoned block devices
 2025-05-21 21:18 UTC  (12+ messages)
` [PATCH 1/2] block: Make __submit_bio_noacct() preserve the bio submission order
` [PATCH 2/2] block: Fix a deadlock related freezing zoned storage devices

[ANNOUNCE] blktests repoistory move
 2025-05-21 21:08 UTC 

[PATCH v1] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-05-21 16:49 UTC  (9+ messages)

[PATCH v2] rbd: replace strcpy() with strscpy()
 2025-05-21 19:49 UTC  (5+ messages)

[PATCH v1 1/1] floppy: Replace custom SZ_64K constant
 2025-05-21 17:50 UTC 

[PATCH] pktcdvd: fix missing bio_alloc_clone NULL check in pkt_make_request_read
 2025-05-21 17:47 UTC  (3+ messages)

[PATCH] ublk: remove io argument from ublk_auto_buf_reg_fallback()
 2025-05-21 16:07 UTC 

[bug report] nvme/063 failure (tcp transport)
 2025-05-21 11:51 UTC  (7+ messages)

[PATCH] block: fix lock dependency between percpu alloc lock and elevator lock
 2025-05-21  7:40 UTC  (4+ messages)

[PATCH 0/3] Hold the zoned write plug lock less long
 2025-05-21  6:02 UTC  (7+ messages)
` [PATCH 1/3] blk-zoned: Move locking into disk_zone_wplug_set_wp_offset()
` [PATCH 2/3] blk-zoned: Move locking into disk_zone_wplug_abort()
` [PATCH 3/3] blk-zoned: Do not lock zwplug->lock recursively

[PATCH V5 0/6] ublk: support to register bvec buffer automatically
 2025-05-21  1:42 UTC  (13+ messages)
` [PATCH V5 1/6] ublk: convert to refcount_t
` [PATCH V5 2/6] ublk: prepare for supporting to register request buffer automatically
` [PATCH V5 3/6] ublk: register buffer to local io_uring with provided buf index via UBLK_F_AUTO_BUF_REG
` [PATCH V5 4/6] ublk: support UBLK_AUTO_BUF_REG_FALLBACK
` [PATCH V5 5/6] selftests: ublk: support UBLK_F_AUTO_BUF_REG
` [PATCH V5 6/6] selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACK

[PATCH V4] loop: Add sanity check for read/write_iter
 2025-05-20 16:53 UTC  (21+ messages)
` [PATCH V5] "
        ` 回复: "
            ` 回复: "
                ` 回复: "
                    ` 回复: "

[PATCH] selftests: ublk: make IO & device removal test more stressful
 2025-05-20 16:25 UTC  (2+ messages)

[GIT PULL] nvme updates for Linux 6.16
 2025-05-20 16:14 UTC  (2+ messages)

[6.12.y regression] loosetup: failed to set up loop device: Invalid argument after 184b147b9f7f ("loop: Add sanity check for read/write_iter")
 2025-05-20 15:23 UTC  (5+ messages)

[PATCH] loop: don't require ->write_iter for writable files in loop_configure
 2025-05-20 15:16 UTC  (2+ messages)

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

[PATCH V3 0/6] ublk: support to register bvec buffer automatically
 2025-05-20  1:15 UTC  (8+ messages)
` [PATCH V3 4/6] ublk: register buffer to local io_uring with provided buf index via UBLK_F_AUTO_BUF_REG

[PATCH v16 00/42] DEPT(DEPendency Tracker)
 2025-05-19  9:18 UTC  (43+ messages)
` [PATCH v16 01/42] llist: move llist_{head,node} definition to types.h
` [PATCH v16 02/42] dept: implement DEPT(DEPendency Tracker)
` [PATCH v16 03/42] dept: add single event dependency tracker APIs
` [PATCH v16 04/42] dept: add lock "
` [PATCH v16 05/42] dept: tie to lockdep and IRQ tracing
` [PATCH v16 06/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v16 07/42] dept: distinguish each kernel context from another
` [PATCH v16 08/42] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v16 09/42] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v16 10/42] dept: distinguish each work from another
` [PATCH v16 11/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v16 12/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v16 13/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v16 14/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v16 15/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v16 16/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v16 17/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v16 18/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v16 19/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v16 20/42] dept: apply timeout consideration to swait
` [PATCH v16 21/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v16 22/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v16 23/42] dept: apply timeout consideration to dma fence wait
` [PATCH v16 24/42] dept: make dept able to work with an external wgen
` [PATCH v16 25/42] dept: track PG_locked with dept
` [PATCH v16 26/42] dept: print staged wait's stacktrace on report
` [PATCH v16 27/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v16 28/42] dept: add documentation for dept
` [PATCH v16 29/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v16 30/42] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v16 31/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v16 32/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v16 33/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v16 34/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v16 35/42] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v16 36/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v16 37/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v16 38/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v16 39/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v16 40/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v16 41/42] dept: implement a basic unit test for dept
` [PATCH v16 42/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state

[PATCH V2 0/2] ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
 2025-05-19  2:45 UTC  (6+ messages)
` [PATCH V2 2/2] "

[PATCH V4 0/6] ublk: support to register bvec buffer automatically
 2025-05-18 13:13 UTC  (7+ messages)
` [PATCH V4 1/6] ublk: convert to refcount_t
` [PATCH V4 2/6] ublk: prepare for supporting to register request buffer automatically
` [PATCH V4 3/6] ublk: register buffer to local io_uring with provided buf index via UBLK_F_AUTO_BUF_REG
` [PATCH V4 4/6] ublk: support UBLK_AUTO_BUF_REG_FALLBACK
` [PATCH V4 5/6] selftests: ublk: support UBLK_F_AUTO_BUF_REG
` [PATCH V4 6/6] selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACK

[PATCH v3 0/4] relayfs: misc changes
 2025-05-18  2:57 UTC  (5+ messages)
` [PATCH v3 1/4] relayfs: support a counter tracking if per-cpu buffers is full
` [PATCH v3 2/4] relayfs: introduce getting relayfs statistics function
` [PATCH v3 3/4] blktrace: use rbuf->stats.full as a drop indicator in relayfs
` [PATCH v3 4/4] relayfs: support a counter tracking if data is too big to write

Still seeing q->elevator_lock circular locking warning
 2025-05-16 19:14 UTC 

[GIT PULL] Block fixes for 6.15-rc7
 2025-05-16 18:57 UTC  (2+ messages)

[PATCH 1/2] blk-mq: move the DMA mapping code to a separate file
 2025-05-16 14:44 UTC  (4+ messages)

[PATCH v2 0/4] relayfs: misc changes
 2025-05-16  5:44 UTC  (6+ messages)
` [PATCH v2 2/4] relayfs: introduce dump of relayfs statistics function

[PATCH] ublk: fix dead loop when canceling io command
 2025-05-16  5:22 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;
as well as URLs for NNTP newsgroup(s).