linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-17 08:58:21 to 2020-01-16 23:53:40 UTC [more...]

[PATCH 00/15 V3] nvme-rdma/nvmet-rdma: Add metadata/T10-PI support
 2020-01-16 23:53 UTC  (34+ messages)
` [PATCH] nvme-cli/fabrics: Add pi_enable param to connect cmd
` [PATCH 01/15] nvme: Introduce namespace features flag
` [PATCH 02/15] nvme: Enforce extended LBA format for fabrics metadata
` [PATCH 03/15] nvme: Introduce max_integrity_segments ctrl attribute
` [PATCH 04/15] nvme-fabrics: Allow user enabling metadata/T10-PI support
` [PATCH 05/15] nvme: Introduce NVME_INLINE_PROT_SG_CNT
` [PATCH 06/15] nvme-rdma: Introduce nvme_rdma_sgl structure
` [PATCH 07/15] nvme-rdma: Add metadata/T10-PI support
` [PATCH 08/15] nvmet: Prepare metadata request
` [PATCH 09/15] nvmet: Add metadata characteristics for a namespace
` [PATCH 10/15] nvmet: Rename nvmet_rw_len to nvmet_rw_data_len
` [PATCH 11/15] nvmet: Rename nvmet_check_data_len to nvmet_check_transfer_len
` [PATCH 12/15] nvme: Add Metadata Capabilities enumerations
` [PATCH 13/15] nvmet: Add metadata/T10-PI support
` [PATCH 14/15] nvmet: Add metadata support for block devices
` [PATCH 15/15] nvmet-rdma: Add metadata/T10-PI support

[PATCH] nvme: clear stale nvmeq->tags after tagset free
 2020-01-16 23:26 UTC  (4+ messages)

[PATCH AUTOSEL 4.9 209/251] nvme: retain split access workaround for capability reads
 2020-01-16 17:35 UTC 

[PATCH AUTOSEL 4.14 311/371] nvme: retain split access workaround for capability reads
 2020-01-16 17:23 UTC 

[PATCH AUTOSEL 4.19 574/671] nvme: retain split access workaround for capability reads
 2020-01-16 17:03 UTC 

[PATCH 0/4] nvmet: misc model, ctrl-id and AEN fixes
 2020-01-16 16:55 UTC  (9+ messages)
` [PATCH V4 1/4] nvmet: make ctrl-id configurable
` [PATCH V5 2/4] nvmet: make ctrl model configurable
` [PATCH V2 3/4] nvmet: check sscanf value for subsys serial attr
` [PATCH V2 4/4] nvmet: update AEN list and array at one place

[PATCH] nvmet: fix null-pointer when removing a referral
 2020-01-16 16:08 UTC  (6+ messages)

A kernel warning when entering suspend
 2020-01-16 13:58 UTC  (5+ messages)

[PATCH] nvme-cli: memblaze: change to 100644 mode for memblaze-nvme.c
 2020-01-16  7:56 UTC 

null pointer dereference in nvme_tcp_io_work
 2020-01-16  6:28 UTC  (10+ messages)

[PATCH 0/2] nvme-tcp: Set SO_PRIORITY for all sockets
 2020-01-16  0:46 UTC 

[PATCH 1/2] nvme-tcp: Set SO_PRIORITY for all host sockets
 2020-01-16  0:46 UTC 

[PATCH 2/2] nvmet-tcp: set SO_PRIORITY for accepted sockets
 2020-01-16  0:46 UTC 

REMINDER: LSF/MM/BPF: 2020: Call for Proposals
 2020-01-15 21:54 UTC 

[PATCH v2] nvme-fabrics: reject I/O to offline device
 2020-01-15 15:42 UTC  (4+ messages)

[PATCH RESEND 0/2] nvmetcli: make model and ctrl-id configurable
 2020-01-13 23:53 UTC  (4+ messages)
` [PATCH RESEND 1/2] nvmetcli: allow setting of the cntlid[min|max]
` [PATCH RESEND 2/2] nvmetcli: allow setting of the subsystem model

[PATCH 0/4] systemd ID improvements
 2020-01-13 19:14 UTC  (7+ messages)
` [PATCH 1/4] hostnqn: Fix the systemd-based NQN namespace to comply with the spec
` [PATCH 2/4] fabrics: Rename nvmf_hostnqn_file() to nvmf_hostnqn_load()
` [PATCH 3/4] Use systemd-generated hostid if no hostid is configured
` [PATCH 4/4] Do not install /etc/nvme/hostid or /etc/nvme/hostnqn by default

[PATCH v3] drivers: nvme: target: core: Pass lockdep expression to RCU lists
 2020-01-11  7:38 UTC 

[PATCH v2] drivers: nvme: target: core: Pass lockdep expression to RCU lists
 2020-01-11  5:43 UTC  (2+ messages)

Page fault on branch nvme-5.6
 2020-01-10 21:13 UTC  (3+ messages)

[PATCH] drivers: nvme: target: core: Pass lockdep expression to RCU lists
 2020-01-10 17:10 UTC  (4+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2020-01-10  5:33 UTC  (7+ messages)

[GIT PULL] nvme fixes for 5.5-rc
 2020-01-09 21:23 UTC  (2+ messages)

[resend v1 0/5] Add support for block disk resize notification
 2020-01-09 13:12 UTC  (36+ messages)
` [resend v1 1/5] block/genhd: Notify udev about capacity change
` [resend v1 2/5] drivers/block/virtio_blk.c: Convert to use disk_set_capacity
` [resend v1 3/5] drivers/block/xen-blkfront.c: "
` [resend v1 4/5] drivers/nvme/host/core.c: "
` [resend v1 5/5] drivers/scsi/sd.c: "

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: add blktrace extension support
 2020-01-09 12:59 UTC  (4+ messages)

[PATCH v10 0/9] nvmet: add target passthru commands support
 2020-01-08 22:06 UTC  (13+ messages)
` [PATCH v10 1/9] nvme-core: Clear any SGL flags in passthru commands
` [PATCH v10 2/9] nvme: Create helper function to obtain command effects
` [PATCH v10 3/9] nvme: Move nvme_passthru_[start|end]() calls to common helper
` [PATCH v10 4/9] nvmet-passthru: Introduce NVMet passthru Kconfig option
` [PATCH v10 5/9] nvme-core: Introduce nvme_ctrl_get_by_path()
` [PATCH v10 6/9] nvme: Export existing nvme core functions
` [PATCH v10 7/9] nvmet-passthru: Add passthru code to process commands
` [PATCH v10 8/9] nvmet-passthru: Add enable/disable helpers
` [PATCH v10 9/9] nvmet-configfs: Introduce passthru configfs interface

[PATCH] nvme-cli: improvment critical warning format
 2020-01-08 20:29 UTC  (2+ messages)

[PATCH] nvme: fix uninitialized-variable warning
 2020-01-07 21:42 UTC 

[PATCH] nvme-cli: Fix systemd service script use of CONNECT_ARGS env var
 2020-01-07 17:04 UTC  (3+ messages)

Question about nvmetcli (tcp)
 2019-12-28 17:10 UTC  (3+ messages)
    ` Fwd: "

[RFC PATCH 1/5] block/genhd: Notify udev about capacity change
 2020-01-02  7:36 UTC  (8+ messages)
` [RFC PATCH 2/5] drivers/block/virtio_blk.c: Convert to use disk_set_capacity
` [RFC PATCH 3/5] drivers/block/xen-blkfront.c: "
` [RFC PATCH 4/5] drivers/nvme/host/core.c: "
` [RFC PATCH 5/5] drivers/scsi/sd.c: "

Polled io for Linux kernel 5.x
 2019-12-31 19:06 UTC  (5+ messages)

nvme blk_update_request IO error observed on formatting device with kernels 5.5-rc1 and above
 2019-12-30 10:52 UTC  (4+ messages)

[PATCH v4 00/12] add header file for kelvin to/from Celsius conversion helpers
 2019-12-23 13:07 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 01/19] nvme_fc: add module to ops template to allow module references
 2019-12-20 14:37 UTC 

[PATCH AUTOSEL 4.19 01/34] nvme_fc: add module to ops template to allow module references
 2019-12-20 14:34 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 02/34] nvme-fc: fix double-free scenarios on hw queues

[PATCH AUTOSEL 5.4 02/52] nvme_fc: add module to ops template to allow module references
 2019-12-20 14:29 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 03/52] nvme-fc: fix double-free scenarios on hw queues
` [PATCH AUTOSEL 5.4 12/52] nvme/pci: Fix write and poll queue types
` [PATCH AUTOSEL 5.4 13/52] nvme/pci: Fix read queue count

[PATCHv3 0/4] nvme pci interrupt handling improvements
 2019-12-19  1:10 UTC  (6+ messages)
` [PATCHv3 3/4] nvme/pci: Remove use_threaded_interrupts

[PATCH] nvme-fabrics: reject I/O to offline device
 2019-12-18 22:20 UTC  (12+ messages)

NVMe CLI Doc Regen
 2019-12-18 19:16 UTC  (2+ messages)

[PATCH RESEND] nvmet: update AEN list and array at one place
 2019-12-18  3:59 UTC 

[PATCH] nvmet: access nr_namespaces under subsys lock
 2019-12-17  8:59 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).