linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-10 18:36:19 to 2021-02-22 06:53:20 UTC [more...]

[RFC PATCH v5 0/4] add simple copy support
 2021-02-22  6:52 UTC  (13+ messages)
    ` [RFC PATCH v5 1/4] block: make bio_map_kern() non static
    ` [RFC PATCH v5 2/4] block: add simple copy support
    ` [RFC PATCH v5 3/4] nvme: "
    ` [RFC PATCH v5 4/4] dm kcopyd: add simple copy offload support

[PATCHv2] nvme: add 'fail_if_no_path' sysfs attribute
 2021-02-22  6:41 UTC 

[PATCH] nvmet-tcp: Fix receive data digest calculation for multiple h2cdata PDUs
 2021-02-21 19:37 UTC  (2+ messages)

[PATCH v4 net-next 00/21] nvme-tcp receive offloads
 2021-02-21 11:44 UTC  (32+ messages)
` [PATCH v4 net-next 01/21] net: Introduce direct data placement tcp offload
` [PATCH v4 net-next 02/21] net: Introduce crc offload for tcp ddp ulp
` [PATCH v4 net-next 03/21] iov_iter: DDP copy to iter/pages
` [PATCH v4 net-next 04/21] net: skb copy(+hash) iterators for DDP offloads
` [PATCH v4 net-next 05/21] net/tls: expose get_netdev_for_sock
` [PATCH v4 net-next 06/21] nvme-tcp: Add DDP offload control path
` [PATCH v4 net-next 07/21] nvme-tcp: Add DDP data-path
` [PATCH v4 net-next 08/21] nvme-tcp: RX CRC offload
` [PATCH v4 net-next 09/21] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v4 net-next 10/21] net/mlx5: Header file changes for nvme-tcp offload
` [PATCH v4 net-next 11/21] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v4 net-next 12/21] net/mlx5e: TCP flow steering for nvme-tcp
` [PATCH v4 net-next 13/21] net/mlx5e: NVMEoTCP offload initialization
` [PATCH v4 net-next 14/21] net/mlx5e: KLM UMR helper macros
` [PATCH v4 net-next 15/21] net/mlx5e: NVMEoTCP use KLM UMRs
` [PATCH v4 net-next 16/21] net/mlx5e: NVMEoTCP queue init/teardown
` [PATCH v4 net-next 17/21] net/mlx5e: NVMEoTCP async ddp invalidation
` [PATCH v4 net-next 18/21] net/mlx5e: NVMEoTCP ddp setup and resync
` [PATCH v4 net-next 19/21] net/mlx5e: NVMEoTCP, data-path for DDP+CRC offload
` [PATCH v4 net-next 20/21] net/mlx5e: NVMEoTCP statistics

[PATCH] nvme: Apply the same fix Kingston SKC2000 nVME SSD as A2000
 2021-02-21  5:12 UTC 

[PATCH] nvme-core: Switch to using the new API kobj_to_dev()
 2021-02-20 18:46 UTC  (2+ messages)

[PATCH] nvme: add support namespace management to sysfs
 2021-02-20 16:07 UTC  (3+ messages)

[PATCH] nvme: add support namespace management to sysfs
 2021-02-20 15:39 UTC  (2+ messages)

[PATCH] nvme-fabrics: fix kato initialization
 2021-02-20 14:59 UTC  (4+ messages)

[PATCH] nvme: add 'fail_if_no_path' sysfs attribute
 2021-02-20 14:58 UTC  (3+ messages)

[RFC PATCH v3 00/11] NVMeTCP Offload ULP and QEDN Device Driver
 2021-02-19 21:28 UTC  (6+ messages)
    ` [EXT] "

[PATCH 0/2] nvme: support I/O passthrough for multipath
 2021-02-19 21:27 UTC  (11+ messages)
` [PATCH] nvme: introduce passthrough ioctl "
` [nvme-cli PATCH] nvme: add [--mpath|-M] option to io-passthru

preserve DMA offsets when using swiotlb v2
 2021-02-19 18:13 UTC  (4+ messages)

vhost/virtio fabric
 2021-02-19 16:41 UTC  (4+ messages)

[PATCH 1/2] nvme-pci; remove the barriers nvme_irq()
 2021-02-19 13:40 UTC  (2+ messages)

[PATCH 2/2] nvme-pci: cleanup nvme_irq()
 2021-02-19  6:37 UTC 

[PATCH 0/2] nvme-pci: remove the barriers in nvme_irq()
 2021-02-19  6:37 UTC 

[PATCH] nvmet-tcp: enable optional queue idle period tracking
 2021-02-19  0:34 UTC  (4+ messages)

[PATCH] nvme: use lighter smp barriers in nvme_irq
 2021-02-18 21:57 UTC  (7+ messages)

[RFC 0/2] Split out firmware upgrade from CAP_SYS_ADMIN
 2021-02-18 17:09 UTC  (3+ messages)
` [RFC 1/2] capability: Introduce CAP_FIRMWARE_UPGRADE
` [RFC 2/2] nvme: Use CAP_FIRMWARE_UPGRADE to check user commands

[PATCH] fabrics: permit kato int argument for discovery controllers
 2021-02-18 16:36 UTC  (3+ messages)

[PATCH] fabrics: ensure zero kato for non-persistent controllers
 2021-02-18  9:54 UTC 

[PATCH 1/1] nvmet: allow setting model_number once
 2021-02-18  9:51 UTC  (3+ messages)

[PATCH] nvmet: don't change model_number on live subsys
 2021-02-18  7:05 UTC  (2+ messages)

nvme-tcp bricks my computer
 2021-02-17 23:26 UTC  (11+ messages)

How to identify the device created by "nvme discover --persistent"
 2021-02-17 22:14 UTC 

[PATCH] nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST
 2021-02-17 20:23 UTC 

[PATCH 00/14] nvme: few cleanups and small improvements
 2021-02-17  0:10 UTC  (15+ messages)
` [PATCH 01/14] nvme-core: remove duplicate kfree in init identify
` [PATCH 02/14] nvme-core: don't use switch for only one case use
` [PATCH 03/14] nvme-core: use right type for ARRAY_SIZE check
` [PATCH 04/14] nvme-core: fix the type for shutdown_timeout
` [PATCH 05/14] nvme-core: add helper to init ctrl transport attr
` [PATCH 06/14] nvme-core: add helper to init shutdown timeout
` [PATCH 07/14] nvme-core: add helper to init ctrl subsys quirk
` [PATCH 08/14] nvme-core: move util quirk at the top of the file
` [PATCH 09/14] nvme-core: mark nvme_setup_passsthru() inline
` [PATCH 10/14] nvme-core: remove one liner wrappers for streams
` [PATCH 11/14] nvme-core: use likely in nvme_init_request()
` [PATCH 12/14] nvme-core: don't check nvme_req flags for new req
` [PATCH 13/14] nvme-fc: fix the function documentation comment
` [PATCH 14/14] nvmet-fc: update function documentation

[PATCH 0/6] nvmet: cleanup and status, error log fix
 2021-02-16 21:31 UTC  (7+ messages)
` [PATCH 1/6] nvmet: remove duplicate status assignment
` [PATCH 2/6] nvmet: set status on actual error condition
` [PATCH 3/6] nvmet: check and set the right err location
` [PATCH 4/6] nvmet: remove unnecessary function parameters
` [PATCH 5/6] nvmet: remove unnecessary function parameter
` [PATCH 6/6] nvmet: remove unnecessary function parameters

[PATCH] nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST
 2021-02-16 17:54 UTC  (2+ messages)

cleanup updating the size of block devices v3
 2021-02-16 11:46 UTC  (4+ messages)
` [PATCH 12/78] dm: use set_capacity_and_notify

[PATCH] nvme-tcp: Check if request has started before processing it
 2021-02-16  8:51 UTC  (10+ messages)

[PATCH 0/2] nvme: add command retry driver control flag
 2021-02-15 13:05 UTC  (3+ messages)
` [PATCH 1/2] nvme: retry command if driver control flag given for passthru
` [nvme-cli PATCH 2/2] nvme-ioctl: add command retry driver control flag to passthru

[PATCH] nvmet-tcp: fix potential race of tcp socket closing accept_work
 2021-02-15 13:00 UTC  (4+ messages)

[PATCH v2 0/2] Resync Linux and NVMe-cli nvme.h header
 2021-02-15  1:33 UTC  (7+ messages)
` [PATCH 2/2] nvme: resync header file with common nvme-cli tool

[PATCH v4 net-next 21/21] Documentation: add TCP DDP offload documentation
 2021-02-14  7:30 UTC  (3+ messages)

[RFC PATCH 0/3] nvmetcli: remote configuation
 2021-02-12 15:52 UTC  (4+ messages)
` [PATCH 1/3] nvmetcli: add 'merge' parameter to set_config()
` [PATCH 2/3] nvmetproxy: add a JSON-RPC proxy daemon
` [PATCH 3/3] nvmetadm: add JSON-RPC client for remote configuration

[PATCH] nvme/hwmon: Return error code when registration fails
 2021-02-12 12:46 UTC  (2+ messages)

[PATCH 0/2] nvme: resync nvme-cli and align values
 2021-02-12  7:13 UTC  (3+ messages)
` [PATCH 1/2] nvme: resync header file with common nvme-cli tool
` [PATCH 2/2] nvme: aligned all enum values

[PATCH 1/2] nvmet: don't check iosqes, iocqes for discovery controllers
 2021-02-11 19:44 UTC  (10+ messages)
` [PATCH 2/2] nvme: don't set iosqes,iocqes "
` [PATCH 1/2] nvmet: don't check "

[linux-nvme:nvme-5.12] BUILD SUCCESS e11e5116171dedeaf63735931e72ad5de0f30ed5
 2021-02-11 19:41 UTC 

[GIT PULL] second round of nvme updates for 5.12
 2021-02-11 18:34 UTC  (4+ messages)

nvme-5.12 is crashing with fabrics discover
 2021-02-11 18:33 UTC  (5+ messages)

[PATCH] nvme-pci: prevent SK Hynix PE8000 from using Write Zeroes command
 2021-02-11 18:11 UTC  (7+ messages)

[PATCH V9 0/9] nvmet: add ZBD backend support
 2021-02-11  7:20 UTC  (3+ messages)

[PATCH] nvme-tcp: fix crash triggered with a dataless request submission
 2021-02-11  7:06 UTC  (5+ messages)

[linux-nvme:nvme-5.12] BUILD SUCCESS 4bdf260362b3be529d170b04662638fd6dc52241
 2021-02-11  6:18 UTC 

kernel null pointer at nvme_tcp_init_iter+0x7d/0xd0 [nvme_tcp]
 2021-02-10 22:15 UTC  (9+ messages)

NVMe CLI Commit - Input expects device name without /dev
 2021-02-10 18:35 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).