messages from 2025-07-30 07:46:43 to 2025-08-04 13:01:10 UTC [more...]
[PATCH v1 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-08-04 13:00 UTC (4+ messages)
` [PATCH v1 01/10] PCI/P2PDMA: Remove redundant bus_offset from map state
` [PATCH v1 02/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v1 03/10] PCI/P2PDMA: Simplify bus address mapping API
[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
2025-08-04 12:42 UTC (17+ messages)
` [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link
` [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v1 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v1 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v1 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v1 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v1 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v1 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v1 13/16] mm/hmm: properly take MMIO path
` [PATCH v1 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v1 15/16] block-dma: properly take MMIO path
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[syzbot] [block?] INFO: rcu detected stall in blkdev_release (3)
2025-08-04 12:28 UTC
[PATCH 0/2] block: blk-rq-qos: replace static key with atomic bitop
2025-08-04 12:21 UTC (3+ messages)
` [PATCH 1/2] block: avoid cpu_hotplug_lock depedency on freeze_lock
` [PATCH 2/2] block: clear QUEUE_FLAG_QOS_ENABLED in rq_qos_del()
[PATCH 0/5] add static huge zero folio support
2025-08-04 12:13 UTC (6+ messages)
` [PATCH 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH 3/5] mm: add static huge zero folio
` [PATCH 4/5] mm: add largest_zero_folio() routine
` [PATCH 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()
[PATCH 0/5] blk-mq: Replace tags->lock with SRCU for tag iterators
2025-08-04 11:45 UTC (16+ messages)
` [PATCH 1/5] blk-mq: Move flush queue allocation into blk_mq_init_hctx()
` [PATCH 2/5] blk-mq: Pass tag_set to blk_mq_free_rq_map/tags
` [PATCH 3/5] blk-mq: Defer freeing of tags page_list to SRCU callback
` [PATCH 4/5] blk-mq: Defer freeing flush queue "
` [PATCH 5/5] blk-mq: Replace tags->lock with SRCU for tag iterators
[RFC v2 0/4] add static huge zero folio support
2025-08-04 10:41 UTC (14+ messages)
` [RFC v2 1/4] mm: rename huge_zero_page_shrinker to huge_zero_folio_shrinker
` [RFC v2 2/4] mm: add static huge zero folio
` [RFC v2 3/4] mm: add largest_zero_folio() routine
[PATCH blktests] zbd/005: remove offset option of blkzone reset command
2025-08-04 8:37 UTC (2+ messages)
[PATCH] block: prevent deadlock in del_gendisk()
2025-08-04 7:51 UTC (2+ messages)
[syzbot] [block?] WARNING: ODEBUG bug in disk_release
2025-08-04 7:38 UTC (2+ messages)
[PATCH 0/7] direct-io: even more flexible io vectors
2025-08-04 6:58 UTC (16+ messages)
` [PATCH 1/7] block: check for valid bio while splitting
` [PATCH 2/7] block: align the bio after building it
` [PATCH 3/7] block: simplify direct io validity check
` [PATCH 4/7] iomap: "
` [PATCH 5/7] block: remove bdev_iter_is_aligned
` [PATCH 6/7] blk-integrity: use simpler alignment check
` [PATCH 7/7] iov_iter: remove iov_iter_is_aligned
[PATCH] block, bfq: Reorder struct bfq_iocq_bfqq_data
2025-08-04 0:47 UTC (2+ messages)
[PATCH AUTOSEL 6.6 11/23] loop: Avoid updating block size under exclusive owner
2025-08-03 21:20 UTC
[PATCH AUTOSEL 6.12 16/31] loop: Avoid updating block size under exclusive owner
2025-08-03 21:19 UTC
[PATCH AUTOSEL 6.15 18/34] loop: Avoid updating block size under exclusive owner
2025-08-03 21:18 UTC
[PATCH AUTOSEL 6.16 19/35] loop: Avoid updating block size under exclusive owner
2025-08-03 21:17 UTC
[GIT PULL] md-6.17-20250803 v2
2025-08-03 11:57 UTC (2+ messages)
[PATCH] zram: fix NULL pointer dereference in zcomp_available_show()
2025-08-03 6:25 UTC
[GIT PULL] md-6.17-20250803
2025-08-03 3:14 UTC (5+ messages)
[PATCHv4 0/8] blk-mq: introduce blk_map_iter
2025-08-02 23:11 UTC (10+ messages)
` [PATCHv4 1/8] blk-mq-dma: "
` [PATCHv4 2/8] blk-mq-dma: provide the bio_vec list being iterated
` [PATCHv4 3/8] blk-mq-dma: require unmap caller provide p2p map type
` [PATCHv4 4/8] blk-mq: remove REQ_P2PDMA flag
` [PATCHv4 5/8] blk-mq-dma: move common dma start code to a helper
` [PATCHv4 6/8] blk-mq-dma: add support for mapping integrity metadata
` [PATCHv4 7/8] nvme-pci: create common sgl unmapping helper
` [PATCHv4 8/8] nvme-pci: convert metadata mapping to dma iter
[syzbot] [block?] general protection fault in zcomp_available_show
2025-08-02 19:20 UTC
[RFC PATCH v2 4/8] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec
2025-08-01 16:10 UTC (3+ messages)
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-08-01 14:00 UTC (2+ messages)
[PATCH v22 00/14] Improve write performance for zoned UFS devices
2025-08-01 8:04 UTC (3+ messages)
` [PATCH v22 14/14] ufs: core: Inform the block layer about write ordering
[PATCH v2 0/2] lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
2025-08-01 7:44 UTC (10+ messages)
` [PATCH v2 1/2] "
[PATCH] block/partitions/ldm: Use bool as the function return type
2025-08-01 7:33 UTC
[PATCH v7 00/19] Add Command Duration Limits support
2025-07-31 23:21 UTC (19+ messages)
` [PATCH v7 08/19] scsi: detect support for command duration limits
[PATCH] zloop: fix KASAN use-after-free of tag set
2025-07-31 23:16 UTC (4+ messages)
[PATCH] block: ensure discard_granularity is zero when discard is not supported
2025-07-31 21:02 UTC (3+ messages)
[PATCH] block: Fix default IO priority if there is no IO context
2025-07-31 21:02 UTC (4+ messages)
[PATCH] blk-wbt: Fix io starvation in wbt_rqw_done()
2025-07-31 17:12 UTC (3+ messages)
[GIT PULL] nvme updates for Linux 6.17
2025-07-31 16:55 UTC (2+ messages)
[PATCH v2 0/3] zram: support asynchronous writeback
2025-07-31 15:29 UTC (6+ messages)
` [PATCH v2 1/3] zram: refactor writeback helpers
` [PATCH v2 2/3] zram: add async writeback infrastructure
` [PATCH v2 3/3] zram: enable asynchronous writeback
[PATCH v2 0/5] blk-mq-sched: support request batch dispatching for sq elevator
2025-07-31 10:22 UTC (26+ messages)
` [PATCH v2 1/5] blk-mq-sched: introduce high level elevator lock
` [PATCH v2 2/5] mq-deadline: switch to use "
` [PATCH v2 3/5] block, bfq: "
` [PATCH v2 4/5] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH v2 5/5] blk-mq-sched: support request batch dispatching for sq elevator
[PATCHv3 0/7] blk dma iter for integrity metadata
2025-07-31 5:05 UTC (8+ messages)
` [PATCHv3 1/7] blk-mq: introduce blk_map_iter
` [PATCHv3 2/7] blk-mq-dma: provide the bio_vec list being iterated
[syzbot] [block?] possible deadlock in del_gendisk (2)
2025-07-31 2:14 UTC
[bug report] dm: 'tried to init an initialized object' error triggered during device creation
2025-07-31 1:49 UTC (2+ messages)
[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-07-31 0:21 UTC (9+ messages)
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH 0/2] block/blk-throttle: Fix throttle slice time for SSDs
2025-07-30 23:19 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block/blk-throttle: Remove throtl_slice from struct throtl_data
[PATCH 0/3] Fix broken `srctree/` links and warn about them
2025-07-30 13:36 UTC (7+ messages)
` [PATCH 1/3] rust: block: fix `srctree/` links
` [PATCH 2/3] rust: drm: "
` [PATCH 3/3] rust: warn if `srctree/` links do not exist
[PATCHv8 0/3] block: move sched_tags allocation/de-allocation outside of locking context
2025-07-30 12:21 UTC (6+ messages)
` [PATCHv8 1/3] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv8 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
` [PATCHv8 3/3] block: fix potential deadlock while running nr_hw_queue update
syztest
2025-07-30 8:37 UTC (2+ messages)
` [syzbot] [fuse?] [block?] KASAN: slab-use-after-free Read in disk_add_events
[PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
2025-07-30 8:03 UTC (11+ 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).