messages from 2025-05-13 10:08:00 to 2025-05-20 06:59:34 UTC [more...]
[PATCH V4] loop: Add sanity check for read/write_iter
2025-05-20 6:59 UTC (10+ messages)
` [PATCH V5] "
` 回复: "
` 回复: "
[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 6:34 UTC (3+ messages)
[PATCH V5 0/6] ublk: support to register bvec buffer automatically
2025-05-20 4:54 UTC (7+ 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 V3 0/6] ublk: support to register bvec buffer automatically
2025-05-20 1:15 UTC (18+ messages)
` [PATCH V3 1/6] ublk: allow io buffer register/unregister command issued from other task contexts
` [PATCH V3 3/6] ublk: prepare for supporting to register request buffer automatically
` [PATCH V3 4/6] ublk: register buffer to local io_uring with provided buf index via UBLK_F_AUTO_BUF_REG
[PATCH 0/2] Two bug fixes for zoned block devices
2025-05-19 22:22 UTC (9+ 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
[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
[bug report] nvme/063 failure (tcp transport)
2025-05-19 6:46 UTC (5+ messages)
[PATCH v2] rbd: replace strcpy() with strscpy()
2025-05-19 6:38 UTC
[PATCH] selftests: ublk: make IO & device removal test more stressful
2025-05-19 3:16 UTC
[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 (17+ messages)
` [PATCH v2 1/4] relayfs: support a counter tracking if per-cpu buffers is full
` [PATCH v2 2/4] relayfs: introduce dump of relayfs statistics function
` [PATCH v2 3/4] blktrace: use rbuf->stats.full as a drop indicator in relayfs
` [PATCH v2 4/4] relayfs: support a counter tracking if data is too big to write
[PATCH] ublk: fix dead loop when canceling io command
2025-05-16 5:22 UTC (5+ messages)
[PATCH] block: fix elv_update_nr_hw_queues() to reattach elevator
2025-05-16 1:04 UTC (3+ messages)
[PATCH 0/1] cdrom: patch for inclusion
2025-05-15 22:26 UTC (3+ messages)
` [PATCH 1/1] cdrom: Remove unnecessary NULL check before unregister_sysctl_table()
[PATCH] rbd: replace strcpy() with strscpy()
2025-05-15 14:23 UTC (3+ messages)
[PATCH for-next] block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warnings
2025-05-15 14:20 UTC (3+ messages)
[PATCH V5 6/7] blk-throttle: Split the service queue
2025-05-15 13:49 UTC (5+ messages)
[PATCH blktests] nvme/63: fixup tls_key encryption check
2025-05-15 12:32 UTC (2+ messages)
[GIT PULL] nvme fixes for Linux 6.15
2025-05-15 12:21 UTC (2+ messages)
[PATCH v6 0/9] blk: honor isolcpus configuration
2025-05-15 8:36 UTC (14+ messages)
` [PATCH v6 3/9] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH v6 6/9] isolation: introduce io_queue isolcpus type
` [PATCH v6 7/9] lib/group_cpus: honor housekeeping config when grouping CPUs
` [PATCH v6 8/9] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
[syzbot] [block?] INFO: task hung in bdev_open
2025-05-15 4:05 UTC (2+ messages)
[PATCH v15 00/43] DEPT(DEPendency Tracker)
2025-05-15 3:01 UTC (30+ messages)
` [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h
` [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)
` [PATCH v15 22/43] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v15 23/43] dept: apply timeout consideration to dma fence wait
` [PATCH v15 24/43] dept: make dept able to work with an external wgen
` [PATCH v15 25/43] dept: track PG_locked with dept
` [PATCH v15 26/43] dept: print staged wait's stacktrace on report
` [PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v15 28/43] dept: suppress reports with classes that have been already reported
` [PATCH v15 29/43] dept: add documentation for dept
` [PATCH v15 30/43] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v15 32/43] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v15 35/43] dept: make dept stop from working on debug_locks_off()
` [PATCH v15 36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v15 37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v15 38/43] completion, dept: introduce init_completion_dmap() API
` [PATCH v15 39/43] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v15 41/43] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v15 42/43] dept: implement a basic unit test for dept
` [PATCH v15 43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
[PATCH v1 0/2] virtio: Add length checks for device writable portions
2025-05-14 12:41 UTC (5+ messages)
` [PATCH 1/2] virtio_blk: add length check for device writable portion
[PATCH v2] brd: avoid extra xarray lookups on first write
2025-05-14 11:44 UTC (2+ messages)
[PATCH] block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}
2025-05-14 11:44 UTC (6+ messages)
[PATCH] block: Split bios in LBA order
2025-05-14 5:29 UTC (4+ messages)
[PATCH v1 0/5] relayfs: misc changes
2025-05-14 2:06 UTC (8+ messages)
` [PATCH v1 2/5] relayfs: introduce dump of relayfs statistics function
[PATCH] block: remove the same_page output argument to bvec_try_merge_page
2025-05-13 20:47 UTC (2+ messages)
[PATCH V5 0/7] blk-throttle: Split the blkthrotl queue to solve the IO delay issue
2025-05-13 20:47 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).