messages from 2025-08-30 01:47:43 to 2025-09-02 23:25:00 UTC [more...]
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-09-02 23:24 UTC (12+ messages)
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page
[PATCH v7 00/17] rnull: add configfs, remote completion to rnull
2025-09-02 22:22 UTC (21+ messages)
` [PATCH v7 01/17] rust: str: normalize imports in `str.rs`
` [PATCH v7 02/17] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v7 03/17] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v7 04/17] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v7 05/17] rust: str: introduce `kstrtobool` function
` [PATCH v7 06/17] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v7 07/17] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v7 08/17] rust: block: use `NullTerminatedFormatter`
` [PATCH v7 09/17] rust: block: remove `RawWriter`
` [PATCH v7 10/17] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v7 11/17] rust: block: add block related constants
` [PATCH v7 12/17] rnull: move driver to separate directory
` [PATCH v7 13/17] rnull: enable configuration via `configfs`
` [PATCH v7 14/17] rust: block: add `GenDisk` private data support
` [PATCH v7 15/17] rust: block: mq: fix spelling in a safety comment
` [PATCH v7 16/17] rust: block: add remote completion to `Request`
` [PATCH v7 17/17] rnull: add soft-irq completion support
[PATCHv2 0/2] blk-mq-dma: p2p cleanups and integrity fixup
2025-09-02 20:01 UTC (3+ messages)
` [PATCHv2 1/2] blk-integrity: enable p2p source and destination
` [PATCHv2 2/2] blk-mq-dma: bring back p2p request flags
[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
2025-09-02 17:20 UTC (32+ 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] blk-throttle: check policy bit in blk_throtl_activated()
2025-09-02 17:06 UTC (2+ messages)
[PATCH] block: use int type to store negative value
2025-09-02 16:11 UTC (3+ messages)
[PATCH 0/2] blk-mq-dma: p2p cleanups and integrity fixup
2025-09-02 14:57 UTC (8+ messages)
` [PATCH 1/2] blk-integrity: enable p2p source and destination
` [PATCH 2/2] blk-mq-dma: bring back p2p request flags
[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
2025-09-02 14:48 UTC (17+ messages)
` [PATCH v5 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v5 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v5 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v5 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v5 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v5 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
` [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v5 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v5 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
` [PATCH v5 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v5 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v5 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v5 13/16] mm/hmm: properly take MMIO path
` [PATCH v5 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v5 15/16] block-dma: properly take MMIO path
` [PATCH v5 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
2025-09-02 14:46 UTC (13+ messages)
` [PATCH RFC 4/7] md/raid10: convert read/write to use bio_submit_split()
[syzbot] [mm?] INFO: rcu detected stall in wb_workfn (4)
2025-09-02 14:41 UTC (2+ messages)
` [syzbot] [block?] "
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-09-02 14:39 UTC (11+ messages)
[PATCH v1 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-09-02 12:58 UTC (7+ messages)
` [PATCH v1 01/10] PCI/P2PDMA: Remove redundant bus_offset from map state
` [PATCH v1 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
2025-09-02 12:25 UTC (3+ messages)
` [PATCH 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-02 11:44 UTC (20+ 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] block: plug attempts to batch allocate tags multiple times
2025-09-02 8:47 UTC (2+ messages)
Use block device with LIO as target without preventing local access
2025-09-02 8:31 UTC
blktests failures with v6.17-rc1 kernel
2025-09-02 7:44 UTC (9+ messages)
[PATCH] drbd: fix "seperate"->"separate"
2025-09-02 7:12 UTC
[syzbot] [scsi?] [mm?] [block?] BUG: soft lockup in sys_sendmsg (2)
2025-09-02 6:46 UTC (3+ messages)
` [syzbot] [net?] "
[PATCH 00/23] ublk: add UBLK_F_BATCH_IO
2025-09-02 6:19 UTC (25+ 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
[PATCH 1/1] block: use KMEM_CACHE instead of kmem_cache_create
2025-09-02 5:37 UTC (2+ messages)
[PATCHv3 0/2] block+nvme: reducing virtual boundary mask reliance
2025-09-02 5:36 UTC (11+ messages)
` [PATCHv3 1/2] block: accumulate segment page gaps per bio
[PATCHv4 0/8]
2025-09-02 5:23 UTC (8+ 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] ublk: inline __ublk_ch_uring_cmd()
2025-09-02 2:31 UTC (4+ messages)
[PATCH v5 4/5] rust: block: convert `block::mq` to use `Refcount`
2025-09-02 2:18 UTC (5+ messages)
[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
2025-09-01 14:40 UTC (14+ 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 v3] brd: use page reference to protect page lifetime
2025-09-01 14:37 UTC (3+ messages)
[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 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]`
[PATCH RFC v2 00/10] block: fix disordered IO in the case recursive split
2025-09-01 6:51 UTC (19+ 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 04/10] md/raid10: convert read/write "
` [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 v3] block: mtip32xx: Remove excess code in mtip_pci_probe
2025-09-01 6:05 UTC (2+ messages)
[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)
[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 (4+ messages)
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs
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).