linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-12 13:58:46 to 2024-11-15 21:22:43 UTC [more...]

[PATCH 00/22] Converge on using secs_to_jiffies()
 2024-11-15 21:22 UTC  (3+ messages)
` [PATCH 01/22] netfilter: conntrack: Cleanup timeout definitions
` [PATCH 02/22] coccinelle: misc: Add secs_to_jiffies script

DMMP request-queue vs. BiO
 2024-11-15 20:28 UTC  (5+ messages)

[RFC PATCH v1] blk-mq: isolate CPUs from hctx
 2024-11-15 20:25 UTC  (4+ messages)

don't reorder requests passed to ->queue_rqs
 2024-11-15 19:38 UTC  (24+ messages)
` [PATCH 1/6] nvme-pci: reverse request order in nvme_queue_rqs
` [PATCH 2/6] virtio_blk: reverse request order in virtio_queue_rqs
` [PATCH 3/6] block: remove rq_list_move
` [PATCH 4/6] block: add a rq_list type
` [PATCH 5/6] block: don't reorder requests in blk_add_rq_to_plug
` [PATCH 6/6] block: don't reorder requests in blk_mq_add_to_batch

[PATCH v9 00/11] Read/Write with meta/integrity
 2024-11-15 19:03 UTC  (22+ messages)
  ` [PATCH v9 01/11] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v9 02/11] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v9 03/11] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v9 04/11] fs, iov_iter: define meta io descriptor
  ` [PATCH v9 05/11] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support
  ` [PATCH v9 07/11] io_uring: inline read/write attributes and PI
  ` [PATCH v9 08/11] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v9 09/11] nvme: add support for passing on the application tag
  ` [PATCH v9 10/11] scsi: add support for user-meta interface
  ` [PATCH v9 11/11] block: add support to pass user meta buffer

[PATCH v4 0/5] RAID 0/1/10 atomic write support
 2024-11-15 18:19 UTC  (4+ messages)
` [PATCH v4 5/5] md/raid10: Atomic "

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-15 16:53 UTC  (14+ messages)
          ` [EXT] "

[PATCH v5 0/8] blk: refactor queue affinity helpers
 2024-11-15 16:37 UTC  (9+ messages)
` [PATCH v5 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v5 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v5 3/8] virtio: "
` [PATCH v5 4/8] blk-mq: introduce blk_mq_map_hw_queues
` [PATCH v5 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
` [PATCH v5 6/8] nvme: "
` [PATCH v5 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v5 8/8] blk-mq: remove unused queue mapping helpers

question on NBD idempotency
 2024-11-15 16:29 UTC  (2+ messages)

[PATCH] block: Fix uninitialized symbol 'bio' in blk_rq_prep_clone
 2024-11-15 16:10 UTC  (4+ messages)
` [PATCH v4] "

Tinyconfig: include/linux/blkdev.h:1692:17: error: field has incomplete type 'struct rq_list'
 2024-11-15 12:24 UTC  (2+ messages)

[PATCH blktests] throtl: set "io" to subtree_control only if required
 2024-11-15 12:12 UTC 

[PATCH] block: add larger order folio instead of pages for passthrough I/O
 2024-11-14 19:59 UTC  (3+ messages)

[PATCH v3 00/17] Provide a new two step DMA mapping API
 2024-11-14 17:02 UTC  (6+ messages)

iio, syfs, devres: devm_kmalloc not aligned to pow2 size argument
 2024-11-14 16:09 UTC  (5+ messages)

[RFC 0/8] enable bs > ps for block devices
 2024-11-14 13:47 UTC  (17+ messages)
` [RFC 1/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [RFC 2/8] fs/mpage: avoid negative shift for large blocksize
` [RFC 3/8] fs/buffer: restart block_read_full_folio() to avoid array overflow
` [RFC 4/8] fs/buffer fs/mpage: remove large folio restriction
` [RFC 5/8] block/bdev: enable large folio support for large logical block sizes
` [RFC 6/8] block/bdev: lift block size restrictions and use common definition
` [RFC 7/8] nvme: remove superfluous block size check
` [RFC 8/8] bdev: use bdev_io_min() for statx block size

[bug report] block: remove the write_hint field from struct request
 2024-11-14 12:33 UTC  (2+ messages)

[PATCH v4 00/10] blk: refactor queue affinity helpers
 2024-11-14 12:20 UTC  (25+ messages)
` [PATCH v4 01/10] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v4 02/10] driver core: add irq_get_affinity callback device_driver
` [PATCH v4 03/10] PCI: hookup irq_get_affinity callback
` [PATCH v4 04/10] virtio: "
` [PATCH v4 05/10] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH v4 06/10] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 07/10] scsi: hisi_sas: use blk_mq_hctx_map_queues to map queues
` [PATCH v4 08/10] nvme: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 09/10] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v4 10/10] blk-mq: remove unused queue mapping helpers

[PATCH] block:genhd:/proc/diskstats: use seq_put_decimal_ull for decimal values
 2024-11-13 21:03 UTC  (2+ messages)

validate queue limits in btrfs
 2024-11-13 18:46 UTC  (7+ messages)
` [PATCH 1/2] block: export blk_validate_limits
` [PATCH 2/2] btrfs: validate queue limits

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-13 18:41 UTC  (11+ messages)

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_remove (2)
 2024-11-13 17:22 UTC  (2+ messages)

[syzbot] [block?] possible deadlock in blk_mq_init_sched
 2024-11-13 15:55 UTC 

[PATCH V10 0/12] io_uring: support group buffer & ublk zc
 2024-11-13 14:56 UTC  (6+ messages)
` (subset) "

[PATCH v3 0/8] blk: refactor queue affinity helpers
 2024-11-13 14:30 UTC  (36+ messages)
` [PATCH v3 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v3 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v3 3/8] virtio: "
` [PATCH v3 4/8] blk-mp: introduce blk_mq_hctx_map_queues
` [PATCH v3 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v3 6/8] nvme: "
` [PATCH v3 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v3 8/8] blk-mq: remove unused queue mapping helpers

[PATCH v3] btrfs: handle bio_split() error
 2024-11-13 10:08 UTC  (3+ messages)

[syzbot] [block?] possible deadlock in loop_reconfigure_limits
 2024-11-13  9:55 UTC  (5+ messages)

[bug report] blktests zbd/009 lead kernel panic on latest linux-block/for-next
 2024-11-13  7:20 UTC  (2+ messages)

remove two fields from struct request
 2024-11-13  5:06 UTC  (10+ messages)
  ` [PATCH 1/2] block: remove the write_hint field "
  ` [PATCH 2/2] block: remove the ioprio "

[PATCH blktest V2] nvme: test nvmet-wq sysfs interface
 2024-11-13  4:42 UTC  (2+ messages)

[PATCH] block: Drop granularity check in queue_limit_discard_alignment()
 2024-11-12 17:22 UTC  (2+ messages)

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-12 13:52 UTC  (10+ messages)


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).