linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-15 06:55:34 to 2020-08-20 05:37:15 UTC [more...]

[PATCH v3 0/9] fix possible controller reset hangs in nvme-tcp/nvme-rdma
 2020-08-20  5:36 UTC  (4+ messages)
` [PATCH v3 1/9] nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance
` [PATCH v3 2/9] nvme-fabrics: allow to queue requests for live queues
` [PATCH v3 3/9] nvme: have nvme_wait_freeze_timeout return if it timed out

[PATCH 0/2] enable append-emulation for ZNS
 2020-08-20  5:29 UTC  (31+ messages)
    ` [PATCH 1/2] nvme: set io-scheduler requirement "
    ` [PATCH 2/2] nvme: add emulation for zone-append

a saner API for allocating DMA addressable pages
 2020-08-20  5:20 UTC  (39+ messages)
` [PATCH 01/28] mm: turn alloc_pages into an inline function
` [PATCH 02/28] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 03/28] drm/nouveau/gk20a: "
` [PATCH 04/28] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
` [PATCH 06/28] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 08/28] MIPS: make dma_sync_*_for_cpu a little less overzealous
` [PATCH 09/28] MIPS/jazzdma: remove the unused vdma_remap function
` [PATCH 10/28] MIPS/jazzdma: decouple from dma-direct
` [PATCH 11/28] dma-mapping: add (back) arch_dma_mark_clean for ia64
` [PATCH 12/28] dma-direct: remove dma_direct_{alloc,free}_pages
` [PATCH 13/28] dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
` [PATCH 14/28] dma-direct: use phys_to_dma_direct in dma_direct_alloc
` [PATCH 15/28] dma-direct: remove __dma_to_phys
` [PATCH 16/28] dma-direct: rename and cleanup __phys_to_dma
` [PATCH 17/28] dma-mapping: move dma_common_{mmap, get_sgtable} out of mapping.c
` [PATCH 18/28] dma-mapping: move the dma_declare_coherent_memory documentation
` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc, free}_pages
` [PATCH 20/28] sgiwd93: convert from dma_cache_sync to dma_sync_single_for_device
` [PATCH 21/28] hal2: "
` [PATCH 22/28] sgiseeq: "
` [PATCH 23/28] lib82596: "
` [PATCH 24/28] 53c700: "
` [PATCH 25/28] dma-mapping: remove dma_cache_sync
` [PATCH 26/28] dmapool: add dma_alloc_pages support
` [PATCH 27/28] nvme-pci: fix PRP pool size
` [PATCH 28/28] nvme-pci: use dma_alloc_pages backed dmapools

[PATCH 1/3] nvme-core: improve avoiding false remove namespace
 2020-08-20  4:33 UTC  (2+ messages)

[PATCH 3/3] nvme-core: fix crash when nvme_enable_aen timeout
 2020-08-20  4:30 UTC  (2+ messages)

[PATCH 0/3] fix crash and deadlock when connect timeout
 2020-08-20  3:53 UTC 

[PATCH 2/3] nvme-core: fix deadlock when reconnect failed due to nvme_set_queue_count timeout
 2020-08-20  3:54 UTC 

[PATCH nvme-cli] fabrics: fix passing ctrl_loss_tmo=0 by default
 2020-08-20  3:13 UTC 

[PATCH 0/7 V3] nvme: Fixes for deleting a ctrl before it was created
 2020-08-19 23:16 UTC  (3+ messages)
` [PATCH 5/7] nvme: Fix controller creation races with teardown flow

[PATCH nvme-cli] fabrics: fix segfault when -t <transport> is not passed
 2020-08-19 21:54 UTC  (3+ messages)

nvme completion handling refactor and fix v3
 2020-08-19 21:50 UTC  (9+ messages)
` [PATCH 1/4] nvme: rename and document nvme_end_request
` [PATCH 2/4] nvme: refactor command completion
` [PATCH 3/4] nvme: just check the status code type in nvme_is_path_error
` [PATCH 4/4] nvme: redirect commands on dying queue

[linux-nvme:nvme-5.9-rc] BUILD SUCCESS d67f23b8e459ea5a846c91abb8dc15105406b49b
 2020-08-19 20:58 UTC 

[PATCH] nvmet: Set ctrl->kato to a default NVMET_DISC_KATO value
 2020-08-19 16:04 UTC  (8+ messages)

[PATCH] nvmet: Disable keep-alive timer when kato is cleared to 0h
 2020-08-19  8:31 UTC 

[linux-nvme:nvme-5.9-rc] BUILD SUCCESS d324c3a859f9f2a904623a51a3cc95116210bc92
 2020-08-19  7:40 UTC 

[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-08-19  4:22 UTC  (11+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v7 2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v7 3/6] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v7 4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v7 5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v7 6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage()

nvme completion handling refactor and fix
 2020-08-19  1:42 UTC  (16+ messages)
` [PATCH 2/3] nvme: refactor command completion
` [PATCH 3/3] nvme: redirect commands on dying queue

[PATCH v2 0/8] fix possible controller reset hangs in nvme-tcp/nvme-rdma
 2020-08-19  0:39 UTC  (13+ messages)
` [PATCH v2 6/8] nvme-rdma: serialize controller teardown sequences
` [PATCH v2 7/8] nvme-rdma: fix timeout handler

[PATCHv3] nvme: skip noiob for zoned devices
 2020-08-18 19:32 UTC  (7+ messages)

[PATCH] nvme-pci: fix PRP pool size
 2020-08-18 19:09 UTC  (3+ messages)

nvme reservation commands during controller reset
 2020-08-18 17:18 UTC  (17+ messages)

regression with "nvme-rdma: use new shared CQ mechanism" from v5.9-rc1
 2020-08-18 17:14 UTC  (2+ messages)

[PATCH v6 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-08-18 12:47 UTC  (7+ messages)
` [PATCH v6 1/6] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v6 2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v6 3/6] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v6 4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v6 5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v6 6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[PATCH v2] nvme-pci: Move enumeration by class to be last in the table
 2020-08-18  8:35 UTC 

[PATCH v5 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-18  8:21 UTC  (5+ messages)
` [PATCH v5 2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v5 3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()

[PATCH v5 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-18  7:00 UTC  (7+ messages)
` [PATCH v5 2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v5 3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()

keep-alive timeout zero value
 2020-08-18  6:33 UTC  (2+ messages)

nvme completion handling refactor and fix v2
 2020-08-18  6:33 UTC  (16+ messages)
` [PATCH 1/4] nvme: rename and document nvme_end_request
` [PATCH 2/4] nvme: refactor command completion
` [PATCH 3/4] nvme: just check the status code type in nvme_is_path_error
` [PATCH 4/4] nvme: redirect commands on dying queue

v5.9-rc1 commit reliably breaks pci nvme detection
 2020-08-17 15:58 UTC  (3+ messages)

[PATCH] block: don't read block device if it's invalid
 2020-08-17  6:42 UTC 

[PATCH AUTOSEL 5.8 70/72] nvme-multipath: do not fall back to __nvme_find_path() for non-optimized paths
 2020-08-16 13:50 UTC  (3+ messages)

[PATCH 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-16  6:26 UTC  (4+ messages)
` [PATCH 2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH 3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()

[PATCH v4 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-15 12:42 UTC  (3+ messages)
` [PATCH v2 2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v4 3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()

[PATCH] nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth
 2020-08-15  7:39 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).