linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-07 13:30:30 to 2025-12-12 19:49:52 UTC [more...]

[PATCH V2] ublk: fix deadlock when reading partition table
 2025-12-12 19:49 UTC  (3+ messages)

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2025-12-12 19:37 UTC  (14+ 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 V2] block: fix race between wbt_enable_default and IO submission
 2025-12-12 15:57 UTC  (2+ messages)

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

[PATCH 1/1] zloop: protect state check with zloop_ctl_mutex locked in zloop_queue_rq
 2025-12-12 14:46 UTC 

[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 0/2] Optimize secure erase performance for certain Kingston eMMC devices
 2025-12-12  8:32 UTC  (3+ 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

[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 

move blk-crypto-fallback to sit above the block layer v2
 2025-12-11 11:43 UTC  (12+ 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

[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  (8+ 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  (3+ 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  (3+ 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  (15+ messages)
` [RFC 01/12] bio: rename bio_chain arguments
` [RFC 02/12] bio: use bio_io_error more often
` [RFC 03/12] bio: add bio_set_errno
` [RFC 04/12] bio: use bio_set_errno in more places
` [RFC 05/12] bio: add bio_set_status
` [RFC 06/12] bio: don't check target->bi_status on error
` [RFC 07/12] bio: use bio_set_status for BLK_STS_* status codes
` [RFC 08/12] bio: use bio_set_status in some more places
` [RFC 09/12] bio: switch to bio_set_status in submit_bio_noacct
` [RFC 10/12] bio: never set bi_status to BLK_STS_OK during completion
` [RFC 11/12] bio: add bio_endio_errno
` [RFC 12/12] bio: add bio_endio_status

[PATCH V5 00/21] ublk: add UBLK_F_BATCH_IO
 2025-12-08 21:10 UTC  (14+ messages)
` [PATCH V5 08/21] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V5 10/21] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH V5 11/21] ublk: document "

[PATCH 1/1] block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock
 2025-12-08 19:22 UTC  (12+ messages)

[PATCH v6 0/3] Fix bio chain related issues
 2025-12-08  9:02 UTC  (4+ messages)
` [PATCH v6 3/3] block: prevent race condition on bi_status in __bio_chain_endio

[PATCH v4 00/12] blk-mq: fix possible deadlocks
 2025-12-08  3:19 UTC  (7+ messages)
` [PATCH v4 02/12] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v4 08/12] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue

[PATCH RESEND] lib/group_cpus: make group CPU cluster aware
 2025-12-08  2:47 UTC  (10+ 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).