linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-13 05:57:36 to 2025-06-25 20:37:19 UTC [more...]

[PATCH v10 0/5] shut down devices asynchronously
 2025-06-25 20:18 UTC  (5+ messages)
` [PATCH v10 1/5] kernel/async: streamline cookie synchronization
` [PATCH v10 2/5] driver core: don't always lock parent in shutdown
` [PATCH v10 3/5] driver core: separate function to shutdown one device
` [PATCH v10 5/5] nvme-pci: Make driver prefer asynchronous shutdown

fix atomic limits check v2
 2025-06-25 17:04 UTC  (4+ messages)
` [PATCH 1/2] nvme: refactor the atomic write unit detection
` [PATCH 2/2] nvme: fix atomic write size validation

new DMA API conversion for nvme-pci v3
 2025-06-25 16:38 UTC  (11+ messages)
` [PATCH 1/8] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH 2/8] block: add scatterlist-less DMA mapping helpers
` [PATCH 3/8] nvme-pci: refactor nvme_pci_use_sgls
` [PATCH 4/8] nvme-pci: merge the simple PRP and SGL setup into a common helper
` [PATCH 5/8] nvme-pci: remove superfluous arguments
` [PATCH 6/8] nvme-pci: convert the data mapping to blk_rq_dma_map
` [PATCH 7/8] nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
` [PATCH 8/8] nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS

[PATCHv2] nvme: correctly account for namespace head reference counter
 2025-06-25 12:13 UTC 

[PATCH] nvmet: fix memory leak of bio integrity
 2025-06-25 11:45 UTC 

[PATCH blktests 0/2] nvme: avoid failures of TEST_DEV with metadata
 2025-06-25 11:45 UTC  (3+ messages)
` [PATCH blktests 1/2] nvme/{034,035}: skip when the test target namespace has metadata
` [PATCH blktests 2/2] nvme/049: add fio md_per_io_size option

fix atomic limits check
 2025-06-25  6:39 UTC  (25+ messages)
` [PATCH 1/2] nvme: refactor the atomic write unit detection
` [PATCH 2/2] nvme: fix atomic write boundary validation

[PATCH v2 0/5] nvme: typo and minor cleanup fixes across host and target driver
 2025-06-25  6:34 UTC  (8+ messages)
` [PATCH v2 1/5] nvme: Fix multiple spelling and grammar issues in host drivers
` [PATCH v2 2/5] nvme: Fix incorrect variable in io cqes error message
` [PATCH v2 3/5] nvmet: Remove redundant assignment of error code in nvmet_ns_enable()
` [PATCH v2 4/5] nvme: Fix typo in status code constant for self-test in progress
` [PATCH v2 5/5] docs: nvme: fix grammar in nvme-pci-endpoint-target.rst

[PATCH 1/1] nvme: correctly account for namespace head reference counter
 2025-06-25  6:12 UTC  (8+ messages)

new DMA API conversion for nvme-pci v2
 2025-06-25  6:07 UTC  (21+ messages)
` [PATCH 1/8] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH 2/8] block: add scatterlist-less DMA mapping helpers
` [PATCH 3/8] nvme-pci: refactor nvme_pci_use_sgls
` [PATCH 4/8] nvme-pci: merge the simple PRP and SGL setup into a common helper
` [PATCH 5/8] nvme-pci: remove superfluous arguments
` [PATCH 6/8] nvme-pci: convert the data mapping to blk_rq_dma_map
` [PATCH 7/8] nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
` [PATCH 8/8] nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS

[PATCH] nvme: uring_cmd specific request_queue for SGLs
 2025-06-25  6:09 UTC  (2+ messages)

[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
 2025-06-25  4:38 UTC  (12+ messages)
` [PATCH 1/5] lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
` [PATCH 2/5] blk-mq: add number of queue calc helper
` [PATCH 3/5] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH 4/5] scsi: "
` [PATCH 5/5] virtio: blk/scsi: "

[PATCH v6 6/6] nvme: sysfs: emit the marginal path state in show_state()
 2025-06-25  4:33 UTC  (3+ messages)

[bug report] WARNING: CPU: 3 PID: 522 at block/genhd.c:144 bdev_count_inflight_rw+0x26e/0x410
 2025-06-25  1:43 UTC  (6+ messages)

[PATCH v7 0/6] nvme-fc: FPIN link integrity handling
 2025-06-24 20:20 UTC  (7+ messages)
` [PATCH v7 1/6] fc_els: use 'union fc_tlv_desc'
` [PATCH v7 2/6] nvme-fc: marginal path handling
` [PATCH v7 3/6] nvme-fc: nvme_fc_fpin_rcv() callback
` [PATCH v7 4/6] lpfc: enable FPIN notification for NVMe
` [PATCH v7 5/6] qla2xxx: "
` [PATCH v7 6/6] nvme: sysfs: emit the marginal path state in show_state()

[PATCH] nvme-tcp: log TLS handshake failures at error level
 2025-06-24 16:39 UTC 

[PATCH 1/2] nvme: check duplicate unique identifiers in order
 2025-06-24 15:16 UTC  (5+ messages)

[PATCH blktests 0/2] nvme: add nvme metadata passthrough test
 2025-06-24  7:11 UTC  (6+ messages)
` [PATCH blktests 1/2] nvme/rc: introduce helper functions to check namespace metadata
` [PATCH blktests 2/2] nvme: add nvme metadata passthrough test

[PATCH 1/5] nvme: Fix multiple spelling and grammar issues in host drivers
 2025-06-23 20:46 UTC  (10+ messages)
` [PATCH 2/5] nvme: Fix incorrect variable in io cqes error message
` [PATCH 3/5] nvmet: Remove redundant assignment of error code in nvmet_ns_enable()
` [PATCH 4/5] nvme: Fix typo in status code constant for self-test in progress
` [PATCH 5/5] docs: nvme: fix grammar in nvme-pci-endpoint-target.rst

[PATCH v6 1/6] fc_els: use 'union fc_tlv_desc'
 2025-06-23 15:59 UTC  (2+ messages)

[PATCH v6 2/6] nvme-fc: marginal path handling
 2025-06-23 15:59 UTC  (2+ messages)

[PATCH v6 3/6] nvme-fc: nvme_fc_fpin_rcv() callback
 2025-06-23 15:58 UTC  (2+ messages)

[PATCH v6 5/6] qla2xxx: enable FPIN notification for NVMe
 2025-06-23 15:33 UTC  (2+ messages)

[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-23 15:08 UTC  (15+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
` [PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
` [PATCH v2 3/9] nvmet: set WZDS and DRB if device enables unmap write zeroes operation
` [PATCH v2 4/9] scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAP
` [PATCH v2 5/9] dm: clear unmap write zeroes limits when disabling write zeroes
` [PATCH v2 6/9] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH v2 7/9] block: factor out common part in blkdev_fallocate()
` [PATCH v2 8/9] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH v2 9/9] ext4: "

[PATCH 0/5] nvme: typo and minor cleanup fixes across host and target driver
 2025-06-23  6:44 UTC 

[PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities
 2025-06-23  5:32 UTC  (9+ messages)
    ` [PATCH for-next v4 1/4] block: rename tuple_size field in blk_integrity to metadata_size
    ` [PATCH for-next v4 2/4] block: introduce pi_tuple_size field in blk_integrity
    ` [PATCH for-next v4 3/4] set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
    ` [PATCH for-next v4 4/4] fs: add ioctl to query metadata and protection info capabilities

[PATCH] block: Fix blk_sync_queue() to properly stop timeout timer
 2025-06-20 18:34 UTC  (4+ messages)

[PATCH v6 4/6] lpfc: enable FPIN notification for NVMe
 2025-06-20 17:57 UTC 

[PATCH v6 0/6] nvme-fc: FPIN link integrity handling
 2025-06-20 17:55 UTC 

[bug report] sysfs: cannot create duplicate filename '/devices/virtual/nvme-subsystem'
 2025-06-19 16:30 UTC  (3+ messages)
` [bug report][bisected] "

[linux-nvme:nvme-6.16] BUILD SUCCESS 563b5394838edf8d17bb57d7b51016549c441983
 2025-06-19  6:36 UTC 

[PATCH] chore: remove use of the Python six package
 2025-06-18 15:08 UTC 

new DMA API conversion for nvme-pci
 2025-06-17 23:25 UTC  (26+ messages)
` [PATCH 7/9] nvme-pci: convert the data mapping blk_rq_dma_map
  ` [PATCH 1/9] block: don't merge different kinds of P2P transfers in a single bio
  ` [PATCH 2/9] block: add scatterlist-less DMA mapping helpers

[PATCH] nvme: Fix incorrect cdw15 value in passthru error logging
 2025-06-17  6:26 UTC  (3+ messages)

[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-17  2:25 UTC  (16+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features

Karta lunchowa
 2025-06-16  8:10 UTC 

[PATCH] nvmetcli: add support for NVMe passthru target
 2025-06-16  4:28 UTC  (2+ messages)

[PATCH] nvme: always punt polled uring_cmd end_io work to task_work
 2025-06-13 21:23 UTC 

[PATCH RESEND] nvme-pci: refresh visible attrs after being checked
 2025-06-13 19:24 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;
as well as URLs for NNTP newsgroup(s).