linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-08 21:10:32 to 2025-12-14 10:14:45 UTC [more...]

[PATCH v5 00/13] blk-mq: fix possible deadlocks
 2025-12-14 10:14 UTC  (13+ messages)
` [PATCH v5 01/13] blk-wbt: factor out a helper wbt_set_lat()
` [PATCH v5 02/13] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v5 03/13] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [PATCH v5 04/13] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v5 05/13] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v5 06/13] blk-mq-debugfs: warn about possible deadlock
` [PATCH v5 07/13] blk-throttle: convert to GFP_NOIO in blk_throtl_init()
` [PATCH v5 08/13] block/blk-rq-qos: add a new helper rq_qos_add_frozen()
` [PATCH v5 09/13] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue
` [PATCH v5 10/13] blk-iocost: "
` [PATCH v5 11/13] blk-iolatency: "
` [PATCH v5 12/13] blk-throttle: remove useless queue frozen

[PATCH v4 00/12] blk-mq: fix possible deadlocks
 2025-12-14  9:55 UTC  (5+ messages)
` [PATCH v4 08/12] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue

[PATCH V2] block: fix race between wbt_enable_default and IO submission
 2025-12-14  9:13 UTC  (3+ messages)

[PATCH 0/5] x86: Cleanups around slow_down_io()
 2025-12-14  8:05 UTC  (2+ messages)

[PATCH V2] ublk: fix deadlock when reading partition table
 2025-12-14  6:41 UTC  (5+ messages)

[PATCH v2 1/1] zloop: ensure atomicity of state checks in zloop_queue_rq
 2025-12-13 13:45 UTC 

[PATCH 1/1] zloop: protect state check with zloop_ctl_mutex locked in zloop_queue_rq
 2025-12-13 13:40 UTC  (5+ messages)

[PATCH 0/2] Optimize secure erase performance for certain Kingston eMMC devices
 2025-12-13  7:08 UTC  (4+ messages)
` [PATCH 1/2] block: decouple secure erase size limit from discard size limit
` [PATCH 2/2] mmc: add quirk to optimize certain Kingston eMMC secure erase/trim performance

move blk-crypto-fallback to sit above the block layer v2
 2025-12-13  1:46 UTC  (19+ messages)
` [PATCH 1/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 2/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 3/9] block: merge bio_split_rw_at into bio_split_io_at
` [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking
` [PATCH 9/9] blk-crypto: handle the fallback above the block layer

[PATCH] ublk: clean up user copy references on ublk server exit
 2025-12-13  0:19 UTC 

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2025-12-12 20:10 UTC  (15+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` (subset) [RFC v2 00/11] Add dmabuf read/write via io_uring

[PATCH v3 0/9] selftests: ublk: add user copy test cases
 2025-12-12 17:17 UTC  (10+ messages)
` [PATCH v3 1/9] selftests: ublk: fix overflow in ublk_queue_auto_zc_fallback()
` [PATCH v3 2/9] selftests: ublk: correct last_rw map type in seq_io.bt
` [PATCH v3 3/9] selftests: ublk: remove unused ios map "
` [PATCH v3 4/9] selftests: ublk: fix fio arguments in run_io_and_recover()
` [PATCH v3 5/9] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
` [PATCH v3 6/9] selftests: ublk: don't share backing files between ublk servers
` [PATCH v3 7/9] selftests: ublk: forbid multiple data copy modes
` [PATCH v3 8/9] selftests: ublk: add support for user copy to kublk
` [PATCH v3 9/9] selftests: ublk: add user copy test cases

[PATCH 0/8] selftests: ublk: add user copy test cases
 2025-12-12 17:02 UTC  (31+ messages)
` [PATCH 1/8] selftests: ublk: correct last_rw map type in seq_io.bt
` [PATCH 2/8] selftests: ublk: remove unused ios map "
` [PATCH 3/8] selftests: ublk: fix fio arguments in run_io_and_recover()
` [PATCH 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
` [PATCH 5/8] selftests: ublk: don't share backing files between ublk servers
` [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
` [PATCH 7/8] selftests: ublk: add support for user copy to kublk
` [PATCH 8/8] selftests: ublk: add user copy test cases

[PATCH v2 0/8] selftests: ublk: add user copy test cases
 2025-12-12 16:50 UTC  (16+ messages)
` [PATCH v2 1/8] selftests: ublk: correct last_rw map type in seq_io.bt
` [PATCH v2 2/8] selftests: ublk: remove unused ios map "
` [PATCH v2 3/8] selftests: ublk: fix fio arguments in run_io_and_recover()
` [PATCH v2 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
` [PATCH v2 5/8] selftests: ublk: don't share backing files between ublk servers
` [PATCH v2 6/8] selftests: ublk: forbid multiple data copy modes
` [PATCH v2 7/8] selftests: ublk: add support for user copy to kublk
` [PATCH v2 8/8] selftests: ublk: add user copy test cases

[PATCH] block: add allocation size check in blkdev_pr_read_keys()
 2025-12-12 14:47 UTC  (3+ messages)

[PATCH] block: fix race between wbt_enable_default and IO submission
 2025-12-12 13:40 UTC  (4+ messages)

[GIT PULL] Final block fixes for 6.19-rc1
 2025-12-12 10:08 UTC  (2+ messages)

[PATCH] ublk: fix deadlock when reading partition table
 2025-12-12  8:22 UTC  (5+ messages)

[bug report] kmemleak observed during blktests nvme/fc
 2025-12-11 15:40 UTC 

[bug report] WARNING: block/blk-mq.c:321 at blk_mq_unquiesce_queue+0x93/0xb0 observed by blktests nvme/fc nvme/058
 2025-12-11 15:32 UTC 

[RFC v2 0/3] Decoupling large folios dependency on THP
 2025-12-11  7:37 UTC  (9+ messages)
` [RFC v2 1/3] filemap: set max order to be min order if THP is disabled

[PATCH v4 00/20] blktrace: Add user-space support for zoned command tracing
 2025-12-11  6:55 UTC  (3+ messages)

WARNING: drivers/iommu/io-pgtable-arm.c:639
 2025-12-10 21:12 UTC  (16+ messages)

[PATCHv2] blk-mq-dma: always initialize dma state
 2025-12-10 20:41 UTC  (3+ messages)

[PATCH 1/1] nvme-pci: set virt boundary according to capability
 2025-12-10 11:44 UTC  (5+ messages)

[PATCH] blk-mq-dma: always initialize dma state
 2025-12-10 10:38 UTC  (5+ messages)

[PATCH] block: fix cached zone reports on devices with native zone append
 2025-12-10  5:37 UTC  (4+ messages)

[syzbot] [block?] [trace?] INFO: task hung in relay_open (2)
 2025-12-09 23:04 UTC 

[PATCH] mq-deadline: the dd->dispatch queue follows a FIFO policy
 2025-12-09 22:11 UTC  (4+ messages)

[PATCH blktests] md/004: md/002: adjust per_host_store to use numeric boolean
 2025-12-09 21:38 UTC 

[PATCH v4 0/1] block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock
 2025-12-09 17:49 UTC  (7+ messages)
` [PATCH v4 1/1] "

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2025-12-09 17:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] ublk: don't mutate struct bio_vec in iteration
 2025-12-09 17:21 UTC  (3+ messages)

[PATCH v7 0/2] Fix bio chain related issues
 2025-12-09 17:21 UTC  (4+ messages)
` [PATCH v7 1/2] bcache: fix improper use of bi_end_io
` [PATCH v7 2/2] block: prohibit calls to bio_chain_endio

[PATCH] ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issue
 2025-12-09 17:21 UTC  (2+ messages)

What should we do about the nvme atomics mess?
 2025-12-09  8:26 UTC  (10+ messages)

[PATCH blktests v2] scsi/004: Remove reliance on deprecated /proc/scsi/scsi_debug
 2025-12-09  7:50 UTC  (5+ messages)

[syzbot] [block?] general protection fault in blk_update_request
 2025-12-09  2:34 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-6.12] virtio_blk: NULL out vqs to avoid double free on failed resume
 2025-12-09  0:15 UTC 

[GIT PULL] Followup block changes for 6.19-rc1
 2025-12-09  0:12 UTC  (2+ messages)

[RFC 00/12] bio cleanups
 2025-12-08 21:16 UTC  (3+ messages)

[PATCH V5 00/21] ublk: add UBLK_F_BATCH_IO
 2025-12-08 21:10 UTC  (5+ messages)
` [PATCH V5 11/21] ublk: document feature UBLK_F_BATCH_IO


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).