Linux-NVME Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-26 11:32:28 to 2022-08-04 21:55:28 UTC [more...]

[PATCH] nvme-pci: fix race between pci reset and nvme probe
 2022-08-04 21:55 UTC  (5+ messages)

[bug report] blktests nvme/tcp nvme/030 failed on latest linux-block/for-next
 2022-08-04 18:06 UTC  (5+ messages)
` [bug report][bisected] "

[PATCHv2 0/7] dma mapping optimisations
 2022-08-04 16:42 UTC  (12+ messages)
` [PATCHv2 1/7] blk-mq: add ops to dma map bvec
` [PATCHv2 2/7] file: "
` [PATCHv2 3/7] iov_iter: introduce type for preregistered dma tags
` [PATCHv2 4/7] block: add dma tag bio type
` [PATCHv2 5/7] io_uring: introduce file slot release helper
` [PATCHv2 6/7] io_uring: add support for dma pre-mapping
` [PATCHv2 7/7] nvme-pci: implement dma_map support

[PATCH blktests] nvme/040: fix write file path
 2022-08-04  7:54 UTC  (3+ messages)

[PATCH v9 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-08-04  7:29 UTC  (20+ messages)
    ` [PATCH v9 01/13] block: make bdev_nr_zones and disk_zone_no generic for npo2 zone size
    ` [PATCH v9 02/13] block:rearrange bdev_{is_zoned,zone_sectors,get_queue} helpers in blkdev.h
      ` [dm-devel] [PATCH v9 02/13] block:rearrange bdev_{is_zoned, zone_sectors, get_queue} "
    ` [PATCH v9 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
      ` [dm-devel] "
    ` [PATCH v9 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
    ` [PATCH v9 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
      ` [dm-devel] "
    ` [PATCH v9 06/13] null_blk: allow zoned devices with non power-of-2 zone sizes
    ` [PATCH v9 07/13] zonefs: allow non power of 2 zoned devices
    ` [PATCH v9 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
    ` [PATCH v9 09/13] dm-zone: use generic helpers to calculate offset from zone start
    ` [PATCH v9 10/13] dm-table: allow zoned devices with non power-of-2 zone sizes
      ` [dm-devel] "
    ` [PATCH v9 11/13] dm: call dm_zone_endio after the target endio callback for zoned devices
    ` [PATCH v9 12/13] dm: introduce DM_EMULATED_ZONES target type
    ` [PATCH v9 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes

[PATCH v3] nvmet: avoid unnecessary flush bio
 2022-08-04  6:46 UTC  (4+ messages)

[PATCH] nvme: allow ioctl to submit io command with dif for NVMeoF
 2022-08-04  3:00 UTC  (3+ messages)

[PATCH] Revert "nvme-fc: fold t fc_update_appid into fc_appid_store"
 2022-08-03 16:34 UTC  (5+ messages)

[PATCH v3 1/3] driver core: Support asynchronous driver shutdown
 2022-08-03 15:04 UTC  (3+ messages)

[linux-nvme:nvme-5.20] BUILD SUCCESS e1872d91ceb95b57dd18eb813fd5fb32f5b064c8
 2022-08-03  2:06 UTC 

[PATCH] nvme-target tcp: fix unhandled tcp states in nvmet_tcp_state_change()
 2022-08-02 15:19 UTC 

[PATCHv2 0/5] nvme-pci: iod optimisations
 2022-08-02 14:45 UTC  (9+ messages)
  ` [PATCHv2 1/5] nvme-pci: remove nvme_queue from nvme_iod
  ` [PATCHv2 2/5] nvme-pci: iod's 'aborted' is a bool
  ` [PATCHv2 3/5] nvme-pci: iod npages fits in s8
  ` [PATCHv2 4/5] nvme-pci: iod nents fits in u8
  ` [PATCHv2 5/5] nvme-pci: move iod dma_len fill gaps

[PATCH 0/3] improve nvme quiesce time for large amount of namespaces
 2022-08-02 13:38 UTC  (9+ messages)
` [PATCH 1/3] blk-mq: delete unnecessary comments
` [PATCH 2/3] nvme: improve the quiesce time for non blocking transports
` [PATCH 3/3] nvme: improve the quiesce time for "

[PATCH] nvme-fc: restart admin queue if the caller needs to restart queue
 2022-08-02 13:34 UTC  (8+ messages)

NVMe write protection support
 2022-08-02  9:20 UTC  (6+ messages)

[PATCH] fabrics: parse nvme connect Linux error codes
 2022-08-01 19:25 UTC  (4+ messages)

parse nvme connect Linux error codes properly
 2022-08-01 18:41 UTC  (3+ messages)

[PATCH] nvmet: fix a format specifier in nvmet_auth_ctrl_exponential
 2022-08-01 18:24 UTC  (3+ messages)

[PATCH v8 00/13] DMA Mapping P2PDMA Pages
 2022-08-01 14:04 UTC  (4+ messages)

[PATCH v8 00/11] support non power of 2 zoned device
 2022-08-01  8:35 UTC  (40+ messages)
    ` [PATCH v8 01/11] block: make bdev_nr_zones and disk_zone_no generic for npo2 zsze
    ` [PATCH v8 02/11] block: allow blk-zoned devices to have non-power-of-2 zone size
    ` [PATCH v8 03/11] nvme: zns: Allow ZNS drives that have non-power_of_2 "
    ` [PATCH v8 04/11] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
    ` [PATCH v8 05/11] null_blk: allow non power of 2 zoned devices
    ` [PATCH v8 06/11] zonefs: "
    ` [PATCH v8 07/11] dm-zoned: ensure only power of 2 zone sizes are allowed
    ` [PATCH v8 08/11] dm-zone: use generic helpers to calculate offset from zone start
    ` [PATCH v8 09/11] dm-table: allow non po2 zoned devices
    ` [PATCH v8 10/11] dm: call dm_zone_endio after the target endio callback for "
    ` [PATCH v8 11/11] dm: add power-of-2 zoned target for non-power-of-2 "

Zwiększenie płynności finansowej
 2022-08-01  8:11 UTC 

[PATCH] nvme-host tcp: check if the queue is allocated before stopping it
 2022-08-01  8:09 UTC 

[PATCH] nvme-apple: stop casting function pointer signatures
 2022-07-31  7:15 UTC  (2+ messages)

[PATCH v3] nvme: consider also host_iface when checking ip options
 2022-07-30  0:41 UTC  (2+ messages)

[PATCH 0/5] nvme-pci: iod optimisations
 2022-07-29 15:24 UTC  (13+ messages)
` [PATCH 1/5] nvme-pci: remove nvme_queue from nvme_iod
` [PATCH 2/5] nvme-pci: iod's 'aborted' is a bool
` [PATCH 3/5] nvme-pci: iod npages fits in s8
` [PATCH 4/5] nvme-pci: iod nents "
` [PATCH 5/5] nvme-pci: move iod dma_len to better pack

[PATCH] nvme: add namespace paths links
 2022-07-29 11:43 UTC  (6+ messages)

[bug report] blktests nvme/tcp triggered WARNING at kernel/workqueue.c:2628 check_flush_dependency+0x110/0x14c
 2022-07-29  7:37 UTC  (7+ messages)

[PATCH] nvme: add ctrl state machine pdf creator
 2022-07-28 23:07 UTC  (3+ messages)

[PATCH] nvme-auth: retry command if DNR bit is not set
 2022-07-28 18:34 UTC  (3+ messages)

[-next v2] nvmet-auth: use kmemdup instead of kmalloc + memcpy
 2022-07-28 16:07 UTC  (2+ messages)

[PATCH 0/5] dma mapping optimisations
 2022-07-28 13:25 UTC  (19+ messages)
` [PATCH 1/5] blk-mq: add ops to dma map bvec
` [PATCH 2/5] iov_iter: introduce type for preregistered dma tags
` [PATCH 3/5] block: add dma tag bio type
` [PATCH 4/5] io_uring: add support for dma pre-mapping
` [PATCH 5/5] nvme-pci: implement dma_map support

[bug report] blktests nvme-tcp nvme/030 failed and triggered lock issue
 2022-07-28  6:54 UTC 

[PATCH v2] nvme: consider also host_iface when checking ip options
 2022-07-28  1:20 UTC  (12+ messages)

[GIT PULL] second row of nvme updates for Linux 5.20
 2022-07-27 16:07 UTC  (2+ messages)

[GIT PULL] nvme fix for Linux 5.19
 2022-07-27 16:04 UTC  (2+ messages)

[linux-nvme:nvme-5.20] BUILD SUCCESS 26203a5e04d5cb1d1715f71c48cf6eec0dd9b88f
 2022-07-27  8:55 UTC 

[PATCH v2] nvmet: avoid unnecessary fsync and flush bio
 2022-07-27  8:08 UTC  (4+ messages)

[PATCH] drivers/nvme: fix pr_warn format string
 2022-07-26 11:32 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 read-only IMAP folder(s) and NNTP newsgroup(s).