messages from 2025-09-09 08:14:28 to 2025-09-10 11:58:43 UTC [more...]
[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
2025-09-10 11:58 UTC (20+ messages)
` [PATCH v6 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v6 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v6 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v6 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v6 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
` [PATCH v6 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v6 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v6 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
` [PATCH v6 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v6 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v6 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v6 13/16] mm/hmm: properly take MMIO path
` [PATCH v6 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v6 15/16] block-dma: properly take MMIO path
` [PATCH v6 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
2025-09-10 11:41 UTC (5+ messages)
` [PATCH v2 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
` [PATCH v2 2/2] drbd: "
[PATCH v2 for-6.18/block 00/10] blk-mq: cleanup and fixes for updating nr_requests
2025-09-10 11:30 UTC (15+ messages)
` [PATCH v2 for-6.18/block 01/10] blk-mq: remove useless checking in queue_requests_store()
` [PATCH v2 for-6.18/block 02/10] blk-mq: remove useless checkings in blk_mq_update_nr_requests()
` [PATCH v2 for-6.18/block 03/10] blk-mq: check invalid nr_requests in queue_requests_store()
` [PATCH v2 for-6.18/block 04/10] blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lock
` [PATCH v2 for-6.18/block 05/10] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
` [PATCH v2 for-6.18/block 06/10] blk-mq: split bitmap grow and resize "
` [PATCH v2 for-6.18/block 07/10] blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
` [PATCH v2 for-6.18/block 08/10] blk-mq: fix potential deadlock while nr_requests grown
` [PATCH v2 for-6.18/block 09/10] blk-mq: remove blk_mq_tag_update_depth()
` [PATCH v2 for-6.18/block 10/10] blk-mq: fix stale nr_requests documentation
[PATCH] ublk: consolidate nr_io_ready and nr_queues_ready
2025-09-10 11:30 UTC (3+ messages)
[PATCH v2 for-6.18/block 00/16] block: fix ordering of recursive split IO
2025-09-10 11:29 UTC (18+ messages)
` [PATCH v2 for-6.18/block 01/16] block: cleanup bio_issue
` [PATCH v2 for-6.18/block 02/16] block: initialize bio issue time in blk_mq_submit_bio()
` [PATCH v2 for-6.18/block 03/16] blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME
` [PATCH v2 for-6.18/block 04/16] md: fix mssing blktrace bio split events
` [PATCH v2 for-6.18/block 05/16] blk-crypto: fix missing "
` [PATCH v2 for-6.18/block 06/16] block: factor out a helper bio_submit_split_bioset()
` [PATCH v2 for-6.18/block 07/16] md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
` [PATCH v2 for-6.18/block 08/16] md/raid1: convert "
` [PATCH v2 for-6.18/block 09/16] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH v2 for-6.18/block 10/16] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH v2 for-6.18/block 11/16] md/raid5: convert "
` [PATCH v2 for-6.18/block 12/16] md/md-linear: "
` [PATCH v2 for-6.18/block 13/16] blk-crypto: "
` [PATCH v2 for-6.18/block 14/16] block: skip unnecessary checks for split bio
` [PATCH v2 for-6.18/block 15/16] block: fix ordering of recursive split IO
` [PATCH v2 for-6.18/block 16/16] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()
deadlock when swapping to encrypted swapfile
2025-09-10 11:26 UTC (4+ messages)
[PATCH blktests] md/002: add raid 0/1/10 requirement
2025-09-10 11:04 UTC (2+ messages)
[PATCH] iomap: allow iomap using the per-cpu bio cache
2025-09-10 10:52 UTC (6+ messages)
` [External] "
[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
2025-09-10 9:01 UTC (6+ messages)
` [PATCH 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
[PATCH v8 00/12] blk: honor isolcpus configuration
2025-09-10 8:22 UTC (8+ messages)
` [PATCH v8 04/12] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v8 10/12] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
[PATCH for-6.18/block 00/10] cleanup and fixes for updating nr_requests
2025-09-10 7:46 UTC (37+ messages)
` [PATCH for-6.18/block 01/10] blk-mq: remove useless checking in queue_requests_store()
` [PATCH for-6.18/block 02/10] blk-mq: remove useless checkings in blk_mq_update_nr_requests()
` [PATCH for-6.18/block 03/10] blk-mq: check invalid nr_requests in queue_requests_store()
` [PATCH for-6.18/block 04/10] blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lock
` [PATCH for-6.18/block 05/10] blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()
` [PATCH for-6.18/block 06/10] blk-mq: split bitmap grow and resize "
` [PATCH for-6.18/block 07/10] blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()
` [PATCH for-6.18/block 08/10] blk-mq: fix potential deadlock while nr_requests grown
` [PATCH for-6.18/block 09/10] blk-mq: remove blk_mq_tag_update_depth()
` [PATCH for-6.18/block 10/10] blk-mq: fix stale nr_requests documentation
[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
2025-09-10 4:59 UTC (9+ messages)
` [PATCH v2 11/16] iomap: add caller-provided callbacks for read and readahead
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard
[PATCH 00/23] ublk: add UBLK_F_BATCH_IO
2025-09-10 3:56 UTC (16+ messages)
` [PATCH 03/23] ublk: refactor auto buffer register in ublk_dispatch_req()
` [PATCH 04/23] ublk: add helper of __ublk_fetch()
` [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
[PATCHv2] zram: fix slot write race condition
2025-09-10 3:03 UTC (2+ messages)
[PATCH v2 00/13] Internalize www.kernel.org/doc cross-references
2025-09-10 2:43 UTC (14+ messages)
` [PATCH v2 01/13] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH v2 02/13] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH v2 03/13] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH v2 04/13] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH v2 05/13] Documentation: blk-mq: Convert block layer docs external links
` [PATCH v2 06/13] Documentation: bpf: Convert external kernel docs link
` [PATCH v2 07/13] Documentation: kasan: Use internal link to kunit
` [PATCH v2 08/13] Documentation: gpu: "
` [PATCH v2 09/13] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH v2 10/13] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH v2 11/13] Documentation: net: Convert external kernel networking docs
` [PATCH v2 12/13] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH v2 13/13] Documentation: checkpatch: Convert kernel docs references
[GIT PULL v2] md-6.18-20250909
2025-09-09 17:25 UTC (2+ messages)
[PATCH for-6.18/block 00/16] block: fix reordered IO in the case recursive split
2025-09-09 17:16 UTC (19+ messages)
` [PATCH for-6.18/block 09/16] md/raid10: add a new r10bio flag R10BIO_Returned
` [PATCH for-6.18/block 10/16] md/raid10: convert read/write to use bio_submit_split_bioset()
` [PATCH for-6.18/block 11/16] md/raid5: convert "
` [PATCH for-6.18/block 12/16] md/md-linear: "
` [PATCH for-6.18/block 13/16] blk-crypto: "
` [PATCH for-6.18/block 14/16] block: skip unnecessary checks for split bio
` [PATCH for-6.18/block 15/16] block: fix reordered IO in the case recursive split
` [PATCH for-6.18/block 16/16] md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()
[PATCH] nbd: restrict sockets to TCP and UDP
2025-09-09 17:16 UTC (11+ messages)
[GIT PULL] md-6.17-20250909
2025-09-09 17:09 UTC (7+ messages)
[PATCH] blk-map: provide the bdev to bio if one exists
2025-09-09 16:35 UTC (2+ messages)
[PATCHv3 0/2] blk-mq-dma: p2p cleanups and integrity fixup
2025-09-09 16:35 UTC (2+ messages)
[PATCHv4 0/8]
2025-09-09 16:27 UTC (2+ messages)
[PATCH 0/3] block: replace wq users and add WQ_PERCPU to alloc_workqueue() users
2025-09-09 15:12 UTC (2+ messages)
[PATCH] block: floppy: Replace kmalloc() + copy_from_user() with memdup_user()
2025-09-09 15:11 UTC (2+ messages)
[PATCH] blk-mq: Document tags_srcu member in blk_mq_tag_set structure
2025-09-09 13:38 UTC (2+ messages)
remove the bi_inline_vecs field struct bio
2025-09-09 13:32 UTC (10+ messages)
` [PATCH 1/2] block: add a bio_init_inline helper
` [PATCH 2/2] block: remove the bi_inline_vecs variable sized array from struct bio
[PATCH 00/21] blktrace: Add user-space support for zoned command tracing
2025-09-09 11:07 UTC (22+ messages)
` [PATCH 01/21] fix comment for struct blk_trace_setup:
` [PATCH 02/21] add definitions for BLKTRACESETUP2
` [PATCH 03/21] call BLKTRACESETUP2 ioctl per default to setup a trace
` [PATCH 04/21] blktrace: change size of action to 64 bits
` [PATCH 05/21] blktrace: add definitions for blk_io_trace2
` [PATCH 06/21] blktrace: support protocol version 8
` [PATCH 07/21] blkparse: pass magic to get_magic
` [PATCH 08/21] blkparse: read 'magic' first
` [PATCH 09/21] blkparse: factor out reading of a singe blk_io_trace event
` [PATCH 10/21] blkparse: skip unsupported protocol versions
` [PATCH 11/21] blkparse: make get_pdulen() take the pdu_len
` [PATCH 12/21] blkiomon: read 'magic' first
` [PATCH 13/21] blktrace: pass magic to CHECK_MAGIC macro
` [PATCH 14/21] blktrace: pass magic to verify_trace
` [PATCH 15/21] blktrace: rename trace_to_cpu to bit_trace_to_cpu
` [PATCH 16/21] blkparse: use blk_io_trace2 internally
` [PATCH 17/21] blkparse: natively parse blk_io_trace2
` [PATCH 18/21] blkparse: parse zone (un)plug actions
` [PATCH 19/21] blkparse: add zoned commands to fill_rwbs()
` [PATCH 20/21] blkparse: parse zone management commands
` [PATCH 21/21] blkparse: parse zone append completions
[PATCH 00/16] block: add blktrace support for zoned block device commands
2025-09-09 11:06 UTC (17+ messages)
` [PATCH 01/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH 02/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH 03/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH 04/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH 05/16] blktrace: factor out recording a blktrace event
` [PATCH 06/16] blktrace: only calculate trace length once
` [PATCH 07/16] blktrace: split out relaying a blktrace event
` [PATCH 08/16] blktrace: change the internal action to 64bit
` [PATCH 09/16] blktrace: remove struct blk_io_trace from __blk_add_trace
` [PATCH 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH 11/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH 12/16] blktrace: add block trace commands for zone operations
` [PATCH 13/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH 14/16] blktrace: trace zone management operations
` [PATCH 15/16] blktrace: trace zone write plugging operations
` [PATCH 16/16] blktrace: handle BLKTRACESETUP2 ioctl
[syzbot] [net?] possible deadlock in inet_shutdown
2025-09-09 9:31 UTC (9+ 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).