messages from 2025-08-13 15:59:37 to 2025-08-15 08:39:42 UTC [more...]
[PATCHv3 0/3] block: blk-rq-qos: replace static key with atomic bitop
2025-08-15 8:39 UTC (17+ messages)
` [PATCHv3 1/3] block: skip q->rq_qos check in rq_qos_done_bio()
` [PATCHv3 2/3] block: decrement block_rq_qos static key in rq_qos_del()
` [PATCHv3 3/3] block: avoid cpu_hotplug_lock depedency on freeze_lock
[PATCH 00/10] blk-mq: fix blk_mq_tags double free while nr_requests grown
2025-08-15 8:30 UTC (12+ messages)
` [PATCH 01/10] blk-mq: remove useless checking from queue_requests_store()
` [PATCH 02/10] blk-mq: remove useless checkings from blk_mq_update_nr_requests()
` [PATCH 03/10] blk-mq: check invalid nr_requests in queue_requests_store()
` [PATCH 04/10] blk-mq: serialize updating nr_requests with update_nr_hwq_lock
` [PATCH 05/10] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
` [PATCH 06/10] blk-mq: split bitmap grow and resize "
` [PATCH 07/10] blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
` [PATCH 08/10] blk-mq: fix blk_mq_tags double free while nr_requests grown
` [PATCH 09/10] blk-mq: remove blk_mq_tag_update_depth()
` [PATCH 10/10] blk-mq: fix stale nr_requests documentation
[PATCH v5 00/18] rnull: add configfs, remote completion to rnull
2025-08-15 8:29 UTC (28+ messages)
` [PATCH v5 01/18] rust: str: normalize imports in `str.rs`
` [PATCH v5 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v5 03/18] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v5 04/18] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v5 05/18] rust: str: introduce `kstrtobool` function
` [PATCH v5 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v5 07/18] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v5 08/18] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v5 09/18] rust: block: use `NullTerminatedFormatter`
` [PATCH v5 10/18] rust: block: remove `RawWriter`
` [PATCH v5 11/18] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v5 12/18] rust: block: add block related constants
` [PATCH v5 13/18] rnull: move driver to separate directory
` [PATCH v5 14/18] rnull: enable configuration via `configfs`
` [PATCH v5 15/18] rust: block: add `GenDisk` private data support
` [PATCH v5 16/18] rust: block: mq: fix spelling in a safety comment
` [PATCH v5 17/18] rust: block: add remote completion to `Request`
` [PATCH v5 18/18] rnull: add soft-irq completion support
[PATCH] blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues
2025-08-15 7:56 UTC
[PATCH] blk-mq: fix elevator depth_updated method
2025-08-15 7:45 UTC
[PATCH 3/6] selftests: ublk: fixed spelling mistake in output
2025-08-15 6:08 UTC (2+ messages)
[PATCH] null_blk: Fix correct parameter desc for the module
2025-08-15 5:23 UTC (2+ messages)
[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
2025-08-15 5:10 UTC (19+ messages)
` [PATCH v3 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v3 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v3 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v3 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v3 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v3 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v3 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v3 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v3 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v3 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v3 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v3 13/16] mm/hmm: properly take MMIO path
` [PATCH v3 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v3 15/16] block-dma: properly take MMIO path
` [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH 1/1] loop: sync filesystem cache before getting file size in get_size()
2025-08-15 3:25 UTC (2+ messages)
[PATCH 00/16] blk-mq: introduce new queue attribute asyc_dpeth
2025-08-15 1:54 UTC (28+ messages)
` [PATCH 01/16] blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
` [PATCH 02/16] blk-mq: remove useless checking from queue_requests_store()
` [PATCH 03/16] blk-mq: remove useless checkings from blk_mq_update_nr_requests()
` [PATCH 04/16] blk-mq: check invalid nr_requests in queue_requests_store()
` [PATCH 05/16] blk-mq: fix elevator depth_updated method
` [PATCH 06/16] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
` [PATCH 07/16] blk-mq: split bitmap grow and resize "
` [PATCH 08/16] blk-mq: fix blk_mq_tags double free while nr_requests grown
` [PATCH 09/16] block: convert nr_requests to unsigned int
` [PATCH 10/16] blk-mq-sched: unify elevators checking for async requests
` [PATCH 11/16] blk-mq: add a new queue sysfs attribute async_depth
` [PATCH 12/16] kyber: covert to use request_queue->async_depth
` [PATCH 13/16] mq-deadline: "
` [PATCH 14/16] block, bfq: convert "
` [PATCH 15/16] blk-mq: fix stale nr_requests documentation
` [PATCH 16/16] blk-mq: add documentation for new queue attribute async_dpeth
Question on setting IO polling behavior and documentations
2025-08-14 22:35 UTC (3+ messages)
[PATCH v4 1/2] loop: Rename and merge get_size/get_loop_size to lo_calculate_size
2025-08-14 19:10 UTC (2+ messages)
` [PATCH v4 2/2] loop: use vfs_getattr_nosec for accurate file size
[PATCH v4 00/15] rnull: add configfs, remote completion to rnull
2025-08-14 18:28 UTC (12+ messages)
` [PATCH v4 11/15] rnull: enable configuration via `configfs`
` [PATCH v4 15/15] rnull: add soft-irq completion support
[PATCH v2 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 17:43 UTC (19+ messages)
` [PATCH v2 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v2 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v2 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v2 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v2 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v2 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v2 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v2 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v2 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v2 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v2 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v2 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v2 13/16] mm/hmm: properly take MMIO path
` [PATCH v2 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v2 15/16] block-dma: properly take MMIO path
` [PATCH v2 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH xfsprogs v2] xfs_io: add FALLOC_FL_WRITE_ZEROES support
2025-08-14 16:54 UTC (2+ messages)
[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
2025-08-14 16:52 UTC (2+ messages)
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-14 14:14 UTC (9+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
[PATCH 6.6.y v2 1/1] block: Fix bounce check logic in blk_queue_may_bounce()
2025-08-14 13:54 UTC (7+ messages)
[PATCHv7 0/9] blk dma iter for integrity metadata
2025-08-14 10:36 UTC (16+ messages)
` [PATCHv7 7/9] blk-integrity: use iterator for mapping sg
` [PATCHv7 1/9] blk-mq-dma: create blk_map_iter type
` [PATCHv7 2/9] blk-mq-dma: provide the bio_vec array being iterated
` [PATCHv7 3/9] blk-mq-dma: require unmap caller provide p2p map type
` [PATCHv7 4/9] blk-mq: remove REQ_P2PDMA flag
` [PATCHv7 5/9] blk-mq-dma: move common dma start code to a helper
` [PATCHv7 6/9] blk-mq-dma: add scatter-less integrity data DMA mapping
[PATCH v3 05/11] rust: block: replace `core::mem::zeroed` with `pin_init::zeroed`
2025-08-14 9:30 UTC
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-08-14 9:07 UTC (18+ messages)
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "
[PATCH v2] block: restore default wbt enablement
2025-08-14 8:40 UTC (3+ messages)
[PATCH v23 00/16] Improve write performance for zoned UFS devices
2025-08-14 8:30 UTC (5+ messages)
` [PATCH v23 01/16] block: Support block devices that preserve the order of write requests
[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
2025-08-14 7:54 UTC (3+ messages)
` [PATCH v3 9/9] rust: device: "
[PATCH v4 0/2] review of v3 loop: use vfs_getattr_nosec()
2025-08-14 6:38 UTC (4+ messages)
` [PATCH v4 1/2] loop: Rename and merge get_size/get_loop_size to lo_calculate_size
` [PATCH v4 2/2] loop: use vfs_getattr_nosec for accurate file size
[PATCHv2 0/7] direct-io: even more flexible io vectors
2025-08-14 1:42 UTC (9+ messages)
` [PATCHv2 1/7] block: check for valid bio while splitting
[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
2025-08-14 1:14 UTC (8+ messages)
[PATCH v3] DRBD: replace strcpy with strscpy
2025-08-13 22:54 UTC
[syzbot] [block?] KASAN: slab-use-after-free Read in update_io_ticks (3)
2025-08-13 20:02 UTC
[PATCH] blkcg: Optimize exit to user space
2025-08-13 16:53 UTC (2+ messages)
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).