linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-05 07:19:22 to 2025-12-11 09:06:43 UTC [more...]

[PATCH 0/8] selftests: ublk: add user copy test cases
 2025-12-11  9:06 UTC  (13+ 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] ublk: fix deadlock when reading partition table
 2025-12-11  8:38 UTC 

move blk-crypto-fallback to sit above the block layer v2
 2025-12-11  8:28 UTC  (11+ 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  (11+ messages)
` [RFC v2 1/3] filemap: set max order to be min order if THP is disabled
` [RFC v2 2/3] huge_memory: skip warning if min order and folio order are same in split
` [RFC v2 3/3] blkdev: remove CONFIG_TRANSPARENT_HUGEPAGES dependency for LBS devices

[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 race between wbt_enable_default and IO submission
 2025-12-10  9:10 UTC 

[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  (16+ messages)
` [PATCH V5 08/21] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V5 09/21] ublk: abort requests filled in event kfifo
` [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  (14+ messages)

[PATCH v6 0/3] Fix bio chain related issues
 2025-12-08  9:02 UTC  (6+ messages)
` [PATCH v6 1/3] bcache: fix improper use of bi_end_io
` [PATCH v6 2/3] block: prohibit calls to bio_chain_endio
` [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)

[PATCH 0/2] PM: runtime: Fix potential I/O hang
 2025-12-07 11:23 UTC  (6+ messages)
` [PATCH 1/2] PM: runtime: Fix I/O hang due to race between resume and runtime disable
    ` [PATCH v2] PM: sleep: Do not flag runtime PM workqueue as freezable

[PATCH v2 00/12] Fix bio chain related issues
 2025-12-07 10:03 UTC  (8+ messages)
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns

[syzbot] [block?] kernel BUG in bio_chain
 2025-12-07  6:24 UTC 

[PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
 2025-12-06 18:01 UTC  (2+ messages)

[PATCH v5 0/3] Fix bio chain related issues
 2025-12-06  9:26 UTC  (4+ messages)
` [PATCH v5 2/3] block: prohibit calls to bio_chain_endio

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-06  0:25 UTC  (40+ messages)
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[syzbot] Monthly nbd report (Dec 2025)
 2025-12-05 13:52 UTC 

[PATCH 0/6] Misc patches for RNBD
 2025-12-05 12:47 UTC  (7+ messages)
` [PATCH 1/6] block/rnbd-proto: Handle PREFLUSH flag properly for IOs
` [PATCH 2/6] block: rnbd: add .release to rnbd_dev_ktype
` [PATCH 3/6] block/rnbd-proto: Check and retain the NOUNMAP flag for requests
` [PATCH 4/6] rnbd-srv: fix the trace format for flags
` [PATCH 5/6] rnbd-srv: Fix server side setting of bi_size for special IOs
` [PATCH 6/6] rnbd-srv: Zero the rsp buffer before using it

[syzbot] [block?] [udf?] memory leak in __blkdev_issue_zero_pages
 2025-12-05  8:15 UTC  (3+ 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).