linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-16 16:51:39 to 2021-08-30 09:37:06 UTC [more...]

[PATCH v1] nvme: avoid race in shutdown namespace removal
 2021-08-30  9:36 UTC 

[linux-nvme:nvme-5.15] BUILD SUCCESS 9a6810fde787d16f9e05e58e4e6f6ef426573464
 2021-08-29 18:04 UTC 

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-29  7:50 UTC  (14+ messages)
` [PATCH 01/10] block/brd: add error handling support for add_disk()
` [PATCH 02/10] bcache: "
` [PATCH 03/10] nvme-multipath: "
` [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH 09/10] xen-blkfront: "
` [PATCH 10/10] zram: "

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-28  7:35 UTC  (29+ messages)
` [PATCH 01/10] scsi/sd: use blk_cleanup_queue() insted of put_disk()
` [PATCH 02/10] scsi/sd: add error handling support for add_disk()
` [PATCH 03/10] scsi/sr: use blk_cleanup_disk() instead of put_disk()
` [PATCH 04/10] scsi/sr: add error handling support for add_disk()
` [PATCH 05/10] nvme: "
` [PATCH 06/10] mmc/core/block: "
` [PATCH 07/10] md: "
` [PATCH 08/10] dm: add add_disk() error handling
` [PATCH 09/10] loop: add error handling support for add_disk()
` [PATCH 10/10] nbd: "

[PATCH v2 0/6] block: first batch of add_disk() error handling conversions
 2021-08-28  7:11 UTC  (8+ messages)
` [PATCH v2 1/6] scsi/sd: add error handling support for add_disk()
` [PATCH v2 2/6] scsi/sr: "
` [PATCH v2 3/6] nvme: "
` [PATCH v2 4/6] md: "
` [PATCH v2 5/6] loop: "
` [PATCH v2 6/6] nbd: "

[PATCH] nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()
 2021-08-27 16:26 UTC  (2+ messages)

[PATCH 0/2] Make nvmet_init_cap dependent on passthru controller
 2021-08-27 16:19 UTC  (6+ messages)
    ` [PATCH 1/2] nvme: move nvme_multi_css into nvme.h
    ` [PATCH 2/2] nvmet: use passthru cntrl in nvmet_init_cap

[PATCH 0/6] nvme: support unique discovery controller
 2021-08-27 12:09 UTC  (7+ messages)
` [PATCH 1/6] nvmet: make discovery NQN configurable
` [PATCH 2/6] nvme: add CNTRLTYPE definitions for 'identify controller'
` [PATCH 3/6] nvmet: set 'CNTRLTYPE' in the identify controller data
` [PATCH 4/6] nvme: expose subsystem type in sysfs attribute 'subtype'
` [PATCH 5/6] nvme: Add connect option 'discovery'
` [PATCH 6/6] nvme: display correct subsystem NQN

[PATCH] nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req
 2021-08-27  6:18 UTC 

[PATCH v3] nvme-tcp: Do not reset transport on data digest errors
 2021-08-27  0:45 UTC  (2+ messages)

[PATCH v2] nvme-tcp: Do not reset transport on data digest errors
 2021-08-26  8:04 UTC  (3+ messages)

[PATCH 0/7] add simple copy support
 2021-08-26  7:46 UTC  (30+ messages)
    ` [PATCH 1/7] block: make bio_map_kern() non static
    ` [PATCH 2/7] block: Introduce queue limits for copy-offload support
    ` [PATCH 3/7] block: copy offload support infrastructure
    ` [PATCH 4/7] block: Introduce a new ioctl for simple copy
    ` [PATCH 5/7] block: add emulation "
    ` [PATCH 6/7] nvme: add simple copy support
    ` [PATCH 7/7] dm kcopyd: add simple copy offload support
      ` [dm-devel] "

[linux-nvme:nvme-5.15] BUILD SUCCESS d692c18d58229e084e92395d0831b3381f6d5ab9
 2021-08-25 20:14 UTC 

[PATCH v6 0/3] Handle update hardware queues and queue freeze more carefully
 2021-08-25 16:03 UTC  (7+ messages)
` [PATCH v6 1/3] nvme-fc: Update hardware queues before using them
` [PATCH v6 2/3] nvme-fc: avoid race between time out and tear down
` [PATCH v6 3/3] nvme-fc: Remove freeze/unfreeze around update_nr_hw_queues

[PATCH v2] nvme: update keep alive interval when kato is modified
 2021-08-25 15:51 UTC  (6+ messages)

[PATCH v4] nvme-multipath: revalidate paths during rescan
 2021-08-25  7:23 UTC  (2+ messages)

[PATCH 0/2] qla2xxx - add nvme map_queues support
 2021-08-25  4:58 UTC  (7+ messages)
` [PATCH 1/2] nvme-fc: Add support for map_queues
` [PATCH 2/2] qla2xxx: Add map_queues support to nvme
      ` [EXT] Re: [PATCH 0/2] qla2xxx - add nvme map_queues support

[PATCH v3] nvme: revalidate paths during rescan
 2021-08-24 14:00 UTC  (7+ messages)

[bug report] nvme-tcp: add NVMe over TCP host driver
 2021-08-24 13:16 UTC 

[linux-nvme:nvme-5.15] BUILD SUCCESS e0cd62fa3a01b36e11a8ca66a8bb802f077c1926
 2021-08-24  6:39 UTC 

ensure each gendisk always has a request_queue reference v2
 2021-08-23 18:55 UTC  (16+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk
` [PATCH 3/9] sg: do not allocate a gendisk
` [PATCH 8/9] block: hold a request_queue reference for the lifetime of struct gendisk
` [PATCH 9/9] block: add an explicit ->disk backpointer to the request_queue

[PATCH] nvme: remove the unused NVME_NS_* enum
 2021-08-23 17:31 UTC  (3+ messages)

[PATCH] nvme-multipath: set QUEUE_FLAG_NOWAIT
 2021-08-23 17:14 UTC  (2+ messages)

[PATCH] nvme-tcp: Do not reset transport on data digest errors
 2021-08-23 17:13 UTC  (8+ messages)

[PATCH nvme-cli] fix list command bugs
 2021-08-23 16:20 UTC  (2+ messages)

[PATCH v5 0/3] Handle update hardware queues and queue freeze more carefully
 2021-08-23  9:19 UTC  (11+ messages)
` [PATCH v5 1/3] nvme-fc: Wait with a timeout for queue to freeze
` [PATCH v5 2/3] nvme-fc: avoid race between time out and tear down
` [PATCH v5 3/3] nvme-fc: fix controller reset hang during traffic

[REMINDER] LSF/MM/BPF: 2021: Cancellation announcement
 2021-08-20 18:35 UTC 

[RFC PATCH: v3 1/2] add mi device in qemu
 2021-08-19 16:34 UTC  (3+ messages)

hostname cannot be used for traddr?
 2021-08-19 14:37 UTC  (2+ messages)

[RFC PATCH v2] hw/nvme:Adding Support for namespace management
 2021-08-19 14:32 UTC  (2+ messages)

[PATCH] nvme: update keep alive interval when kato is modified
 2021-08-19 10:15 UTC  (5+ messages)

[GIT PULL] first round of nvme updates for Linux 5.15
 2021-08-18 13:29 UTC  (2+ messages)

[PATCH RESEND v4 0/8] Handle update hardware queues and queue freeze more carefully
 2021-08-18 11:49 UTC  (6+ messages)
` [PATCH v4 6/8] nvme-fc: fix controller reset hang during traffic

[PATCH nvme-cli 0/3] nvme-cli/plugins/huawei: display the status of each disk
 2021-08-18  8:03 UTC  (6+ messages)
` [PATCH nvme-cli 1/3] filter disk partitions in command "nvme huawei list"
` [PATCH nvme-cli 2/3] show fault devices "
` [PATCH nvme-cli 3/3] add "Status" field "

[bug report] rdma_rxe doesn't work with blktests on 5.14.0-rc6
 2021-08-18  6:42 UTC  (4+ messages)

[asahilinux:nvme/dev 13/17] drivers/nvme/host/pci.c:2249:2-3: Unneeded semicolon
 2021-08-18  6:26 UTC  (5+ messages)

[PATCHv2 00/13] nvme: In-band authentication support
 2021-08-18  5:44 UTC  (3+ messages)

[linux-nvme:nvme-5.15] BUILD SUCCESS 9891668e43c8e9f2d0d50088b151edefc2e560e5
 2021-08-17 18:03 UTC 

SK hynix BC511: warning: nvme nvme0: missing or invalid SUBNQN field
 2021-08-17 17:02 UTC  (4+ messages)

[PATCH 1/2] nvme: use UINT_MAX >> SECTOR_SHIFT for maximums in number of sectors
 2021-08-16 21:43 UTC  (3+ messages)
` [PATCH 2/2] nvme: round max_discard_sectors down against discard_granularity

add a bvec_virt helper
 2021-08-16 16:51 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).