linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 06:27:57 to 2020-05-19 14:08:12 UTC [more...]

[PATCH 00/16 v8] nvme-rdma/nvmet-rdma: Add metadata/T10-PI support
 2020-05-19 14:06 UTC  (9+ messages)
` [PATCH 02/16] nvme: introduce namespace features flag
` [PATCH 04/16] nvme: make nvme_ns_has_pi accessible to transports
` [PATCH 07/16] nvme: introduce NVME_INLINE_METADATA_SG_CNT
` [PATCH 08/16] nvme-rdma: introduce nvme_rdma_sgl structure
` [PATCH 09/16] nvme-rdma: add metadata/T10-PI support
` [PATCH 10/16] nvmet: add metadata characteristics for a namespace
` [PATCH 13/16] nvme: add Metadata Capabilities enumerations
` [PATCH 14/16] nvmet: add metadata/T10-PI support

RFC: FC-NVMe boot from SAN
 2020-05-19 14:00 UTC 

[PATCH V4 0/3] nvmet: add target ns revalidate support
 2020-05-19  8:57 UTC  (9+ messages)
` [PATCH V4 1/4] nvmet: add helper to revalidate bdev and file ns
` [PATCH V4 2/4] nvmet: generate AEN for ns revalidate size change
` [PATCH V4 3/4] nvmet: revalidate-ns & generate AEN from configfs
` [PATCH V4 4/4] nvmet: add async event tracing support

[PATCH v2 0/2] nvmet: fixup processing async events
 2020-05-19  8:40 UTC  (5+ messages)
` [PATCH v2 1/2] nvmet: check command slot before pulling and freeing aen
` [PATCH v2 2/2] nvmet: avoid memleak by freeing any remaining aens in nvmet_async_events_free

[PATCH V3 0/3] nvmet: add target ns revalidate support
 2020-05-19  0:58 UTC  (8+ messages)
` [PATCH V3 1/3] nvmet: add helper to revalidate bdev and file ns
` [PATCH V3 2/3] nvmet: revalidate-ns & generate AEN from configfs
` [PATCH V3 3/3] nvmet: add async event tracing support

[PATCH v2] nvmet-tcp: move send/recv error handling in the send/recv methods instead of call-sites
 2020-05-18 17:47 UTC 

[PATCH 4.4 64/86] blk-mq: Allow timeouts to run while queue is freezing
 2020-05-18 17:36 UTC 

[PATCH 00/16 v7] nvme-rdma/nvmet-rdma: Add metadata/T10-PI support
 2020-05-18 17:22 UTC  (50+ messages)
` [PATCH 01/16] block: always define struct blk_integrity in genhd.h
` [PATCH 02/16] nvme: introduce namespace features flag
` [PATCH 03/16] nvme: introduce NVME_NS_METADATA_SUPPORTED flag
` [PATCH 04/16] nvme: make nvme_ns_has_pi accessible to transports
` [PATCH 05/16] nvme: introduce max_integrity_segments ctrl attribute
` [PATCH 06/16] nvme: enforce extended LBA format for fabrics metadata
` [PATCH 07/16] nvme: introduce NVME_INLINE_METADATA_SG_CNT
` [PATCH 09/16] nvme-rdma: add metadata/T10-PI support
` [PATCH 10/16] nvmet: add metadata characteristics for a namespace
` [PATCH 11/16] nvmet: rename nvmet_rw_len to nvmet_rw_data_len
` [PATCH 12/16] nvmet: rename nvmet_check_data_len to nvmet_check_transfer_len
` [PATCH 13/16] nvme: add Metadata Capabilities enumerations
` [PATCH 14/16] nvmet: add metadata/T10-PI support
` [PATCH 16/16] nvmet-rdma: "

[PATCH 0/2] Add support for StorageD3Enable _DSD property
 2020-05-18 17:20 UTC  (10+ messages)
` [PATCH 1/2] pci: Add ACPI StorageD3Enable _DSD support

[PATCH 0/2] nvmet: fixup processing async events
 2020-05-18 17:16 UTC  (5+ messages)
` [PATCH 1/2] nvmet: check command slot before pulling and freeing aen
` [PATCH 2/2] nvmet: avoid memleak by freeing any remaining aens in nvmet_async_events_free

[PATCH] nvmet-tcp: move send/recv error handling in the send/recv methods instead of call-sites
 2020-05-18 15:07 UTC  (2+ messages)

[PATCH v2] nvmet: nvmet_async_events_process always free async event to avoid memleak
 2020-05-18 15:01 UTC  (6+ messages)

[PATCH] nvmet: nvmet_async_events_process always free async event to avoid memleak
 2020-05-18 13:03 UTC  (4+ messages)

nvme double __blk_mq_complete_request() bugs
 2020-05-18  7:51 UTC  (2+ messages)

Patch "blk-mq: Allow timeouts to run while queue is freezing" has been added to the 4.4-stable tree
 2020-05-18  7:27 UTC 

remove kernel_setsockopt and kernel_getsockopt
 2020-05-17  8:48 UTC  (72+ messages)
` [PATCH 04/33] net: add sock_set_sndtimeo
` [PATCH 05/33] net: add sock_bindtoindex
` [PATCH 06/33] net: add sock_set_timestamps
` [PATCH 07/33] net: add sock_set_keepalive
` [PATCH 08/33] net: add sock_set_rcvbuf
` [PATCH 09/33] net: add sock_set_reuseport
` [PATCH 10/33] tcp: add tcp_sock_set_cork
` [PATCH 11/33] tcp: tcp_sock_set_nodelay
` [PATCH 12/33] tcp: add tcp_sock_set_quickack
` [PATCH 13/33] tcp: add tcp_sock_set_syncnt
` [PATCH 14/33] tcp: add tcp_sock_set_user_timeout
` [PATCH 15/33] tcp: add tcp_sock_set_keepidle
` [PATCH 16/33] tcp: add tcp_sock_set_keepintvl
` [PATCH 17/33] tcp: add tcp_sock_set_keepcnt
` [PATCH 18/33] ipv4: add ip_sock_set_tos
` [PATCH 19/33] ipv4: add ip_sock_set_freebind
` [PATCH 20/33] ipv4: add ip_sock_set_recverr
` [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
` [PATCH 22/33] ipv6: add ip6_sock_set_v6only
` [PATCH 23/33] ipv6: add ip6_sock_set_recverr
` [PATCH 24/33] ipv6: add ip6_sock_set_addr_preferences
` [PATCH 25/33] ipv6: add ip6_sock_set_recvpktinfo
` [PATCH 26/33] sctp: lift copying in addrs into sctp_setsockopt
` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
    ` is it ok to always pull in sctp for dlm, was: "
        ` [Ocfs2-devel] "
` [PATCH 28/33] sctp: add sctp_sock_set_nodelay
` [PATCH 29/33] rxrpc_sock_set_min_security_level
` [PATCH 30/33] tipc: call tsk_set_importance from tipc_topsrv_create_listener
` [PATCH 31/33] net: remove kernel_setsockopt
` [PATCH 32/33] sctp: add sctp_sock_get_primary_addr
` [PATCH 33/33] net: remove kernel_getsockopt
            ` [Ocfs2-devel] remove kernel_setsockopt and kernel_getsockopt

[GIT PULL] nvme fix for 5.7
 2020-05-16 15:26 UTC  (2+ messages)

[PATCH] nvme: delete an unnecessary declaration
 2020-05-16  6:22 UTC  (3+ messages)

[PATCH resend] scsi: lpfc: Fix a use after free in lpfc_nvme_unsol_ls_handler()
 2020-05-15 10:19 UTC 

[PATCH v2] nvme: Fix io_opt limit setting
 2020-05-14 22:20 UTC  (5+ messages)

[PATCH] nvme: Fix io_opt limit setting
 2020-05-14 22:19 UTC  (10+ messages)

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

[PATCH] fabrics: write reconnect_delay to fabrics device on connect
 2020-05-14 16:22 UTC 

[PATCH] lightnvm: Replace zero-length array with flexible-array
 2020-05-14 15:13 UTC  (2+ messages)

[RESENT PATCH V2] nvme/core:disable streams when get stream params failed
 2020-05-14 15:12 UTC  (2+ messages)

[PATCH] nvmet-tcp: set MSG_EOR if we send last payload in the batch
 2020-05-14 15:12 UTC  (2+ messages)

[PATCH] nvme-fc: print proper nvme-fc devloss_tmo value
 2020-05-14 15:11 UTC 

[PATCH] block: Improve io_opt limit stacking
 2020-05-14  6:58 UTC 

[PATCH] nvme: set 'io_opt' to '0' if not specified
 2020-05-14  6:17 UTC  (3+ messages)

[PATCH] nvmet: mark nvmet_ana_state static
 2020-05-13  8:16 UTC  (3+ messages)

[PATCH V2] nvme/core:disable streams when get stream params failed
 2020-05-13  8:05 UTC 

[PATCH] nvme/core:disable streams when get stream params failed
 2020-05-13  6:12 UTC  (3+ 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).