public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-09-12 10:08:32 to 2022-09-22 07:08:17 UTC [more...]

[PATCH] nvmet-tcp: remove nvmet_tcp_finish_cmd
 2022-09-22  7:08 UTC  (2+ messages)

[PATCH] nvme-auth: add a MAINTAINERS entry
 2022-09-22  7:02 UTC  (2+ messages)

[RFC 0/2] nvme command whitelisting
 2022-09-22  6:44 UTC  (8+ messages)
    ` [RFC 1/2] nvme: add whitelisting infrastructure

[PATCH] blk-mq: avoid to hang in the cpuhp offline handler
 2022-09-22  6:25 UTC  (2+ messages)

nvme-pci: disable write zeros support on SSDs
 2022-09-22  6:24 UTC  (4+ messages)

[RFC PATCH] nvme: request remote is usually not involved for nvme devices
 2022-09-22  6:20 UTC  (8+ messages)
      ` [RFC PATCH] blk-mq: hctx has only one ctx mapping is no need to redirect the completion

[PATCH] nvme-pci: Set min align mask before calculating max_hw_sectors
 2022-09-22  5:58 UTC  (3+ messages)

consolidate tagset / misc request_queue allocation
 2022-09-22  5:48 UTC  (40+ messages)
` [PATCH 01/13] nvme: add common helpers to allocate and free tagsets
` [PATCH 02/13] nvme-tcp: remove the unused queue_size member in nvme_tcp_queue
` [PATCH 03/13] nvme-tcp: store the generic nvme_ctrl in set->driver_data
` [PATCH 04/13] nvme-tcp: use the tagset alloc/free helpers
` [PATCH 05/13] nvme-rdma: store the generic nvme_ctrl in set->driver_data
` [PATCH 06/13] nvme-rdma: use the tagset alloc/free helpers
` [PATCH 07/13] nvme-fc: keep ctrl->sqsize in sync with opts->queue_size
` [PATCH 08/13] nvme-fc: store the generic nvme_ctrl in set->driver_data
` [PATCH 09/13] nvme-fc: use the tagset alloc/free helpers
` [PATCH 10/13] nvme-loop: initialize sqsize later
` [PATCH 11/13] nvme-loop: store the generic nvme_ctrl in set->driver_data
` [PATCH 12/13] nvme-loop: use the tagset alloc/free helpers
` [PATCH 13/13] nvme: remove nvme_ctrl_init_connect_q

[PATCH v14 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-09-21 23:55 UTC  (18+ messages)
  ` [PATCH v14 01/13] block: make bdev_nr_zones and disk_zone_no generic for npo2 zone size
  ` [PATCH v14 02/13] block: rearrange bdev_{is_zoned,zone_sectors,get_queue} helper in blkdev.h
  ` [PATCH v14 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH v14 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
  ` [PATCH v14 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
  ` [PATCH v14 06/13] null_blk: allow zoned devices with non power-of-2 zone sizes
  ` [PATCH v14 07/13] zonefs: allow non power of 2 zoned devices
  ` [PATCH v14 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
  ` [PATCH v14 09/13] dm-zone: use generic helpers to calculate offset from zone start
  ` [PATCH v14 10/13] dm-table: allow zoned devices with non power-of-2 zone sizes
  ` [PATCH v14 11/13] dm: call dm_zone_endio after the target endio callback for zoned devices
  ` [PATCH v14 12/13] dm: introduce DM_EMULATED_ZONES target feature flag
  ` [PATCH v14 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes
  ` Please further explain Linux's "zoned storage" roadmap [was: Re: [PATCH v14 00/13] support zoned block devices with non-power-of-2 zone sizes]

[PATCH] nvme: don't wait freeze during resetting
 2022-09-21  8:19 UTC  (4+ messages)

nvme fabrics authentication fixups
 2022-09-21  9:24 UTC  (11+ messages)
` [PATCH 1/3] nvmet-auth: don't try to cancel a non-initialized work_struct
` [PATCH 2/3] nvme: improve the NVME_CONNECT_AUTHREQ* definitions
` [PATCH 3/3] nvmet: add helpers to set the result field for connect commands

"nvme nvmeX: IO queues not created" with "Amazon.com, Inc. NVMe SSD Controller" from 5.19.y (issue bisected)
 2022-09-21 10:03 UTC  (10+ messages)
` "nvme nvmeX: IO queues not created" with "Amazon.com, Inc. NVMe SSD Controller" from 5.19.y (issue bisected) #forregzbot

[RESEND for nvme-6.1] nvmet-tcp: Fix NULL pointer dereference during release
 2022-09-21  8:20 UTC  (4+ messages)
  `  "

[PATCHv2] nvme: handle effects after freeing the request
 2022-09-21  8:19 UTC  (3+ messages)

[PATCH v2 RESEND] nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
 2022-09-21  8:09 UTC  (2+ messages)

[PATCH RESEND] nvmet-tcp: add bound check on Transfer Tag
 2022-09-21  8:07 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-09-21  8:00 UTC 

[PATCH] nvme: copy firmware_rev on each init
 2022-09-21  1:48 UTC  (4+ messages)

[PATCH] nvme-pci: Make sure to ring doorbell when last request is short-circuited
 2022-09-20 16:06 UTC  (3+ messages)

[PATCH] nvmet-fc: Fix potential Use-after-free bug in nvmet_fc_delete_target_queue()
 2022-09-20 15:53 UTC  (6+ messages)
`  "
    ` Re:Re: [PATCH] "

[GIT PULL] first round of nvme updates for Linux 6.1
 2022-09-20 13:50 UTC  (2+ messages)

[PATCH for-next v7 0/5] fixed-buffer for uring-cmd/passthru
 2022-09-20 12:08 UTC  (5+ messages)
  ` [PATCH for-next v7 3/5] nvme: refactor nvme_alloc_user_request
  ` [PATCH for-next v7 4/5] block: add helper to map bvec iterator for passthrough

[PATCH v4 0/1] nvmet-tcp: Fix NULL pointer dereference during release
 2022-09-20 11:29 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-20  6:46 UTC  (11+ messages)
` [PATCH v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs

[linux-nvme:nvme-6.1] BUILD SUCCESS 02c57a82c0081141abc19150beab48ef47f97f18
 2022-09-20  4:58 UTC 

[PATCH 0/2] nvme: make NVMe freeze API reliably
 2022-09-20  0:51 UTC  (3+ messages)

[PATCH v4] nvme-tcp: Print actual source IP address through sysfs "address" attr
 2022-09-19 15:41 UTC  (3+ messages)

[PATCH v2] nvmet-tcp: Don't map pages which can't come from HIGHMEM
 2022-09-19 15:40 UTC  (2+ messages)

nvme/tcp: infinite loop, livelock, and OOPS issues on disconnect
 2022-09-19 15:27 UTC  (4+ messages)

NVMe write protection support
 2022-09-19 14:59 UTC  (9+ messages)

[PATCH] nvme-tcp: Fix UAF when detecting digest errors
 2022-09-19  7:33 UTC  (3+ messages)

[PATCH rfc 0/1] Fix missing AENs when discovery controllers are disconnected
 2022-09-18 14:12 UTC  (17+ messages)
` [PATCH libnvme 2/1] nvme: Add generic connect parameter support detection
` [PATCH libnvme 3/1] fabrics: add notify_rediscover parameter

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

[PATCH blktests v3] nvme/046: test queue count changes on reconnect
 2022-09-16  6:30 UTC  (11+ messages)

smartctl "kills" specific drives on kernel 5.13 but works fine on 5.15 - why?
 2022-09-15 22:24 UTC  (5+ messages)

[PATCH] nvmet: fix port check in nvmet_subsys_attr_qid_max_show
 2022-09-13  6:42 UTC 

[PATCH RESEND] nvmet-tcp: add bound check on Transfer Tag
 2022-09-12 18:45 UTC 

[PATCH v2 RESEND] nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
 2022-09-12 18:43 UTC 

[PATCH] nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
 2022-09-12 12:24 UTC  (3+ messages)

[PATCH] nvme: restrict management ioctls to admin
 2022-09-12 12:24 UTC  (3+ messages)

[PATCH] nvmet-tcp: add bound check on Transfer Tag
 2022-09-12 12:18 UTC 


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