linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 18:46:01 to 2020-05-21 15:29:35 UTC [more...]

[PATCH] nvme: set dma alignment to qword
 2020-05-21 15:29 UTC  (4+ messages)

[PATCH] nvmet: fix memory leak when removing namespaces and controllers concurrently
 2020-05-21 15:27 UTC  (5+ messages)

remove kernel_setsockopt and kernel_getsockopt v2
 2020-05-21 13:57 UTC  (49+ messages)
` [PATCH 01/33] dlm: use the tcp version of accept_from_sock for sctp as well
` [PATCH 02/33] net: remove kernel_getsockopt
` [PATCH 03/33] net: add sock_set_reuseaddr
` [PATCH 04/33] net: add sock_no_linger
` [PATCH 05/33] net: add sock_set_priority
` [PATCH 06/33] net: add sock_set_sndtimeo
` [PATCH 07/33] net: add sock_bindtoindex
` [PATCH 08/33] net: add sock_enable_timestamps
` [PATCH 09/33] net: add sock_set_keepalive
` [PATCH 10/33] net: add sock_set_rcvbuf
` [PATCH 11/33] net: add sock_set_reuseport
` [PATCH 12/33] tcp: add tcp_sock_set_cork
` [PATCH 13/33] tcp: add tcp_sock_set_nodelay
` [PATCH 14/33] tcp: add tcp_sock_set_quickack
` [PATCH 15/33] tcp: add tcp_sock_set_syncnt
` [PATCH 16/33] tcp: add tcp_sock_set_user_timeout
` [PATCH 17/33] tcp: add tcp_sock_set_keepidle
` [PATCH 18/33] tcp: add tcp_sock_set_keepintvl
` [PATCH 19/33] tcp: add tcp_sock_set_keepcnt
` [PATCH 20/33] ipv4: add ip_sock_set_tos
` [PATCH 21/33] ipv4: add ip_sock_set_freebind
` [PATCH 22/33] ipv4: add ip_sock_set_recverr
` [PATCH 23/33] ipv4: add ip_sock_set_mtu_discover
` [PATCH 24/33] ipv4: add ip_sock_set_pktinfo
` [PATCH 25/33] ipv6: add ip6_sock_set_v6only
` [PATCH 26/33] ipv6: add ip6_sock_set_recverr
` [PATCH 27/33] ipv6: add ip6_sock_set_addr_preferences
` [PATCH 28/33] ipv6: add ip6_sock_set_recvpktinfo
` [PATCH 29/33] rxrpc: add rxrpc_sock_set_min_security_level
` [PATCH 30/33] tipc: call tsk_set_importance from tipc_topsrv_create_listener
` [PATCH 31/33] sctp: add sctp_sock_set_nodelay
` [PATCH 32/33] net: add a new bind_add method
` [PATCH 33/33] net: remove kernel_setsockopt

[PATCH nvme-cli] edit huawei ssd filter
 2020-05-21  9:34 UTC  (3+ messages)

[PATCH 0/3] blk-mq/nvme: improve nvme-pci reset handler
 2020-05-21  2:33 UTC  (8+ messages)
` [PATCH 1/3] blk-mq: add API of blk_mq_queue_frozen
` [PATCH 2/3] nvme: add nvme_frozen
` [PATCH 3/3] nvme-pci: make nvme reset more reliable

[PATCH v2 0/2] nvmet: fixup processing async events
 2020-05-20 19:40 UTC  (29+ 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 0/3] lpfc: Fix errors in LS receive refactoring
 2020-05-20 18:59 UTC  (4+ messages)
` [PATCH 1/3] lpfc: Fix pointer checks and comments "
` [PATCH 2/3] lpfc: fix axchg pointer reference after free and double frees
` [PATCH 3/3] lpfc: Fix return value in __lpfc_nvme_ls_abort

[PATCH resend] scsi: lpfc: Fix a use after free in lpfc_nvme_unsol_ls_handler()
 2020-05-20 18:01 UTC  (11+ messages)

[PATCH v2] nvmet-tcp: move send/recv error handling in the send/recv methods instead of call-sites
 2020-05-20 17:25 UTC  (3+ messages)

[PATCH 00/16 v8] nvme-rdma/nvmet-rdma: Add metadata/T10-PI support
 2020-05-20 17:12 UTC  (18+ 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 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 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 15/16] nvmet: add metadata support for block devices
` [PATCH 16/16] nvmet-rdma: add metadata/T10-PI support

[PATCH V4 0/3] nvmet: add target ns revalidate support
 2020-05-20 17:12 UTC  (10+ 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] nvme: delete an unnecessary declaration
 2020-05-20 17:12 UTC  (4+ messages)

[PATCH 29/33] rxrpc_sock_set_min_security_level
 2020-05-20 14:18 UTC  (30+ messages)
  ` remove kernel_setsockopt and kernel_getsockopt
    ` [PATCH 20/33] ipv4: add ip_sock_set_recverr
    ` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
            ` [Ocfs2-devel] "
    ` [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
                ` [Ocfs2-devel] remove kernel_setsockopt and kernel_getsockopt

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

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

[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 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  (7+ messages)
` [PATCH 09/16] nvme-rdma: add "

[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  (3+ 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 

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

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

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

[PATCH v13 0/9] nvmet: add target passthru commands support
 2020-05-14 17:22 UTC  (2+ messages)
` [PATCH v13 6/9] nvme: Export existing nvme core functions

[PATCH 27/33] sctp: export sctp_setsockopt_bindx
 2020-05-14  6:28 UTC 

[PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
 2020-05-14  6:26 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).