linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-27 21:31:15 to 2025-09-01 13:31:48 UTC [more...]

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-01 13:30 UTC  (8+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3

[PATCH 00/23] ublk: add UBLK_F_BATCH_IO
 2025-09-01 10:02 UTC  (24+ messages)
` [PATCH 01/23] ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()
` [PATCH 02/23] ublk: add `union ublk_io_buf` with improved naming
` [PATCH 03/23] ublk: refactor auto buffer register in ublk_dispatch_req()
` [PATCH 04/23] ublk: add helper of __ublk_fetch()
` [PATCH 05/23] ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
` [PATCH 06/23] ublk: prepare for not tracking task context for command batch
` [PATCH 07/23] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH 08/23] ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH 09/23] ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH 10/23] ublk: add io events fifo structure
` [PATCH 11/23] ublk: add batch I/O dispatch infrastructure
` [PATCH 12/23] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH 13/23] ublk: abort requests filled in event kfifo
` [PATCH 14/23] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH 15/23] ublk: document "
` [PATCH 16/23] selftests: ublk: replace assert() with ublk_assert()
` [PATCH 17/23] selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
` [PATCH 18/23] selftests: ublk: add batch buffer management infrastructure
` [PATCH 19/23] selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH 20/23] selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH 21/23] selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
` [PATCH 22/23] selftests: ublk: add --batch/-b for enabling F_BATCH_IO
` [PATCH 23/23] selftests: ublk: support arbitrary threads/queues combination

blktests failures with v6.17-rc1 kernel
 2025-09-01  9:02 UTC  (7+ messages)

[PATCH] block: plug attempts to batch allocate tags multiple times
 2025-09-01  8:22 UTC 

[PATCH V2 0/2] ublk: avoid ublk_io_release() called after ublk char dev is closed
 2025-09-01  8:44 UTC  (6+ messages)
` [PATCH V2 1/2] "

[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
 2025-09-01  8:36 UTC  (12+ messages)
` [PATCH v6 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v6 15/18] rust: block: add `GenDisk` private data support
` [PATCH v6 17/18] rust: block: add remote completion to `Request`

[PATCH v5 00/18] rnull: add configfs, remote completion to rnull
 2025-09-01  7:58 UTC  (6+ messages)
` [PATCH v5 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-09-01  8:22 UTC  (12+ messages)

[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
 2025-09-01  8:03 UTC  (26+ messages)
` [PATCH RFC v3 01/15] block: cleanup bio_issue
` [PATCH RFC v3 02/15] block: add QUEUE_FLAG_BIO_ISSUE
` [PATCH RFC v3 03/15] md: fix mssing blktrace bio split events
` [PATCH RFC v3 04/15] blk-crypto: fix missing processing for split bio
` [PATCH RFC v3 05/15] block: factor out a helper bio_submit_split_bioset()
` [PATCH RFC v3 06/15] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH RFC v3 07/15] md/raid1: convert "
` [PATCH RFC v3 08/15] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH RFC v3 09/15] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH RFC v3 10/15] md/raid5: convert "
` [PATCH RFC v3 11/15] md/md-linear: "
` [PATCH RFC v3 12/15] blk-crypto: "
` [PATCH RFC v3 13/15] block: skip unnecessary checks for split bio
` [PATCH RFC v3 14/15] block: fix disordered IO in the case recursive split
` [PATCH RFC v3 15/15] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()

[PATCH RFC v2 00/10] block: fix disordered IO in the case recursive split
 2025-09-01  6:51 UTC  (28+ messages)
` [PATCH RFC v2 01/10] block: factor out a helper bio_submit_split_bioset()
` [PATCH RFC v2 02/10] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH RFC v2 03/10] md/raid1: convert "
` [PATCH RFC v2 04/10] md/raid10: convert read/write "
` [PATCH RFC v2 05/10] md/raid5: convert "
` [PATCH RFC v2 06/10] md/md-linear: "
` [PATCH RFC v2 07/10] blk-crypto: "
` [PATCH RFC v2 08/10] block: skip unnecessary checks for split bio
` [PATCH RFC v2 09/10] block: fix disordered IO in the case recursive split
` [PATCH RFC v2 10/10] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()

[PATCH v3] block: mtip32xx: Remove excess code in mtip_pci_probe
 2025-09-01  6:05 UTC  (2+ messages)

[PATCH v3] brd: use page reference to protect page lifetime
 2025-09-01  3:42 UTC  (2+ messages)

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-31 13:12 UTC  (34+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v4 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v4 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v4 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v4 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v4 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v4 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v4 15/16] block-dma: properly take MMIO path

[PATCH blktests] zbd/009: increase max open zones limit to 16
 2025-08-31 11:11 UTC  (2+ messages)

[PATCH] scsi: sr: Set rotational feature flag back
 2025-08-31  2:11 UTC  (2+ messages)

[PATCHv4 0/8]
 2025-08-31  0:41 UTC  (7+ messages)
` [PATCHv4 1/8] block: check for valid bio while splitting
` [PATCHv4 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv4 3/8] block: align the bio after building it

[PATCH V2 0/5] blk-mq: Replace tags->lock with SRCU for tag iterators
 2025-08-31  0:35 UTC  (7+ messages)
` [PATCH V2 1/5] blk-mq: Move flush queue allocation into blk_mq_init_hctx()
` [PATCH V2 2/5] blk-mq: Pass tag_set to blk_mq_free_rq_map/tags
` [PATCH V2 3/5] blk-mq: Defer freeing of tags page_list to SRCU callback
` [PATCH V2 4/5] blk-mq: Defer freeing flush queue "
` [PATCH V2 5/5] blk-mq: Replace tags->lock with SRCU for tag iterators

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-08-30 23:11 UTC  (23+ messages)
` [PATCH 01/14] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH 02/14] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH 03/14] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH 05/14] Documentation: blk-mq: Convert block layer docs external links
` [PATCH 06/14] Documentation: bpf: Convert external kernel docs link
` [PATCH 07/14] Documentation: kasan: Use internal link to kunit
` [PATCH 08/14] Documentation: gpu: "
` [PATCH 09/14] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH 10/14] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH 11/14] Documentation: net: Convert external kernel networking docs
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs
` [PATCH 13/14] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH 14/14] Documentation: checkpatch: Convert kernel docs references
` (subset) [PATCH 00/14] Internalize www.kernel.org/doc cross-reference

[PATCHv3 0/2] block+nvme: reducing virtual boundary mask reliance
 2025-08-30  1:47 UTC  (10+ messages)
` [PATCHv3 1/2] block: accumulate segment page gaps per bio

[GIT PULL] Block fixes for 6.17-rc4
 2025-08-29 16:39 UTC  (2+ messages)

[PATCH 10/33] block: Protect against concurrent isolated cpuset change
 2025-08-29 15:47 UTC 

[PATCH 0/2] blk-mq-dma: p2p cleanups and integrity fixup
 2025-08-29 15:15 UTC  (4+ messages)
` [PATCH 1/2] blk-integrity: enable p2p source and destination
` [PATCH 2/2] blk-mq-dma: bring back p2p request flags

[PATCH] block/mq-deadline: Replace DD_PRIO_MAX with DD_PRIO_COUNT
 2025-08-29  6:19 UTC  (3+ messages)

[PATCH v2] block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos()
 2025-08-29  6:16 UTC  (3+ messages)

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-29  4:26 UTC  (9+ messages)
                  ` [External] "

[PATCH] block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos()
 2025-08-29  1:53 UTC 

[PATCH] blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx
 2025-08-29  1:21 UTC  (12+ messages)

[PATCH] bcache: change maintainer's email address
 2025-08-28 16:06 UTC  (2+ messages)

[PATCH V3 0/2] ublk: avoid ublk_io_release() called after ublk char dev is closed
 2025-08-28 16:06 UTC  (2+ messages)

[PATCH v24 00/18] Improve write performance for zoned UFS devices
 2025-08-28 13:32 UTC  (8+ messages)
` [PATCH v24 14/18] scsi: core: Retry unaligned zoned writes
` [PATCH v24 15/18] scsi: sd: Increase retry count for "
` [PATCH v24 16/18] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v24 17/18] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v24 18/18] ufs: core: Inform the block layer about write ordering

[syzbot] [block?] INFO: task hung in queue_limits_commit_update_frozen
 2025-08-28  8:44 UTC 

[PATCH v5 4/5] rust: block: convert `block::mq` to use `Refcount`
 2025-08-28  7:18 UTC  (4+ messages)

[PATCH v3] nvme-cli: nvmf-autoconnect: udev-rule: add a file for new arrays
 2025-08-27 21:51 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).