public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-09 12:36:13 to 2025-09-11 06:10:37 UTC [more...]

remove the bi_inline_vecs field struct bio
 2025-09-11  6:10 UTC  (5+ messages)
` [PATCH 1/2] block: add a bio_init_inline helper

[PATCH] md/md-llbitmap: Use DIV_ROUND_UP_SECTOR_T
 2025-09-11  0:23 UTC  (2+ messages)

[PATCH 00/32] ns: support file handles
 2025-09-10 21:46 UTC  (62+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls
` [PATCH 02/32] nsfs: "
` [PATCH 03/32] block: use extensible_ioctl_valid()
` [PATCH 04/32] ns: move to_ns_common() to ns_common.h
` [PATCH 05/32] nsfs: add nsfs.h header
` [PATCH 06/32] ns: uniformly initialize ns_common
` [PATCH 07/32] mnt: use ns_common_init()
` [PATCH 08/32] ipc: "
` [PATCH 09/32] cgroup: "
` [PATCH 10/32] pid: "
` [PATCH 11/32] time: "
` [PATCH 12/32] uts: "
` [PATCH 13/32] user: "
` [PATCH 14/32] net: "
` [PATCH 15/32] ns: remove ns_alloc_inum()
` [PATCH 16/32] nstree: make iterator generic
` [PATCH 17/32] mnt: support iterator
` [PATCH 18/32] cgroup: "
` [PATCH 19/32] ipc: "
` [PATCH 20/32] net: "
` [PATCH 21/32] pid: "
` [PATCH 22/32] time: "
` [PATCH 23/32] userns: "
` [PATCH 24/32] uts: "
` [PATCH 25/32] ns: add to_<type>_ns() to respective headers
` [PATCH 26/32] nsfs: add current_in_namespace()
` [PATCH 27/32] nsfs: support file handles
` [PATCH 28/32] nsfs: support exhaustive "
` [PATCH 29/32] nsfs: add missing id retrieval support
` [PATCH 30/32] tools: update nsfs.h uapi header
` [PATCH 31/32] selftests/namespaces: add identifier selftests
` [PATCH 32/32] selftests/namespaces: add file handle selftests
` [syzbot ci] Re: ns: support file handles

[PATCH 0/3] Improve host-wide tag IOPS
 2025-09-10 21:32 UTC  (4+ messages)
` [PATCH 1/3] block: Export blk_mq_all_tag_iter()
` [PATCH 2/3] ufs: core: Use scsi_device_busy()
` [PATCH 3/3] scsi: core: Improve IOPS in case of host-wide tags

deadlock when swapping to encrypted swapfile
 2025-09-10 17:45 UTC  (6+ messages)

[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-10 17:41 UTC  (10+ 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] nbd: restrict sockets to TCP and UDP
 2025-09-10 15:55 UTC  (12+ messages)

[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()

[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  (10+ messages)
` [PATCH for-6.18/block 06/10] blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()
` [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 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  (3+ messages)

[GIT PULL] md-6.17-20250909
 2025-09-09 17:09 UTC  (6+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox