linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-21 06:25:46 to 2020-09-01 16:23:14 UTC [more...]

a saner API for allocating DMA addressable pages
 2020-09-01 16:21 UTC  (30+ messages)
  ` [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 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device

remove revalidate_disk()
 2020-09-01 15:57 UTC  (10+ messages)
` [PATCH 1/9] Documentation/filesystems/locking.rst: remove an incorrect sentence
` [PATCH 2/9] block: don't clear bd_invalidated in check_disk_size_change
` [PATCH 3/9] block: rename bd_invalidated
` [PATCH 4/9] block: add a new revalidate_disk_size helper
` [PATCH 5/9] block: use revalidate_disk_size in set_capacity_revalidate_and_notify
` [PATCH 6/9] nvme: opencode revalidate_disk in nvme_validate_ns
` [PATCH 7/9] sd: open code revalidate_disk
` [PATCH 8/9] nvdimm: simplify revalidate_disk handling
` [PATCH 9/9] block: remove revalidate_disk()

[PATCH V2 00/12] nvmet: passthru fixes and improvements
 2020-09-01 15:55 UTC  (15+ messages)
` [PATCH V2 01/12] nvme-core: annotate nvme_alloc_request()
` [PATCH V2 02/12] nvmet: for pt I/O commands use likely for ns check
` [PATCH V2 03/12] nvmet: use consistent type with id->nlbaf
` [PATCH V2 04/12] nvmet: use consistent type for op_flag
` [PATCH V2 05/12] nvmet: use unlikely for uncommon commands
` [PATCH V2 06/12] nvmet: remove op_flags for write commands
` [PATCH V2 07/12] nvmet: decouple nvme_ctrl_get_by_path()
` [PATCH V2 08/12] nvmet: move get/put ctrl into dev open/release
` [PATCH V2 09/12] nvmet: fix nvme module ref count Oops
` [PATCH V2 10/12] block: move blk_rq_bio_prep() to linux/blk-mq.h
` [PATCH V2 11/12] nvmet: use minimized version of blk_rq_append_bio
` [PATCH V2 12/12] nvmet: use inline bio for passthru fast path

[PATCH] nvme: Revert: Fix controller creation races with teardown flow
 2020-09-01 15:39 UTC  (7+ messages)

[PATCH] [v2] nvme-pci: check req to prevent crash in nvme_handle_cqe()
 2020-09-01 13:42 UTC  (2+ messages)

[PATCH] nvme-rdma: flush async events before freeing qe
 2020-08-31 21:39 UTC  (3+ messages)

[bug report] stress reset_controller operation on NVMe/IB lead OOM from 5.8-rc1
 2020-08-31 21:28 UTC  (4+ messages)
    ` [bug report] reset_controller operation on NVMe/IB need more than 10s

[Regression] [PATCH] nvme/core: Access to NULL pointer in sysfs
 2020-08-31 21:24 UTC  (2+ messages)

[PATCH AUTOSEL 5.8 11/42] nvme: skip noiob for zoned devices
 2020-08-31 15:38 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 12/42] nvmet: Disable keep-alive timer when kato is cleared to 0h

[PATCH AUTOSEL 4.9 3/6] nvmet: Disable keep-alive timer when kato is cleared to 0h
 2020-08-31 15:31 UTC 

[PATCH AUTOSEL 4.14 5/9] nvmet: Disable keep-alive timer when kato is cleared to 0h
 2020-08-31 15:31 UTC 

[PATCH AUTOSEL 4.19 06/11] nvmet: Disable keep-alive timer when kato is cleared to 0h
 2020-08-31 15:31 UTC 

[PATCH AUTOSEL 5.4 08/23] nvmet: Disable keep-alive timer when kato is cleared to 0h
 2020-08-31 15:30 UTC 

[linux-nvme:nvme-5.9-rc 14/15] drivers/nvme/host/zns.c:170 nvme_ns_report_zones() error: uninitialized symbol 'buflen'
 2020-08-31 12:08 UTC 

[PATCH] nvme-pci: check req to prevent crash in nvme_handle_cqe()
 2020-08-31 11:03 UTC  (3+ messages)

[PATCH v2] nvme: fix error handling in nvme_ns_report_zones
 2020-08-31  6:17 UTC  (4+ messages)

[PATCH blktests 00/11] NVMe Target Passthru Block Tests
 2020-08-31  2:47 UTC  (13+ messages)
` [PATCH blktests 01/11] common/fio: Remove state file in common helper
` [PATCH blktests 02/11] common/xfs: Create common helper to check for XFS support
` [PATCH blktests 03/11] common/xfs: Create common helper to verify block device with xfs
` [PATCH blktests 04/11] nvme: Search for specific subsysnqn in _find_nvme_loop_dev
` [PATCH blktests 05/11] nvme: Add common helpers for passthru tests
` [PATCH blktests 06/11] nvme/033: Simple test to create and connect to a passthru target
` [PATCH blktests 07/11] nvme/034: Add test for passthru data verification
` [PATCH blktests 08/11] nvme/035: Add test to verify passthru controller with a filesystem
` [PATCH blktests 09/11] nvme/036: Add test for testing reset command on nvme-passthru
` [PATCH blktests 10/11] nvme/037: Add test which loops passthru connect and disconnect
` [PATCH blktests 11/11] nvme/038: Test removal of un-enabled subsystem and ports

[GIT PULL] nvme fixes for 5.9 next rc
 2020-08-30 10:23 UTC  (3+ messages)

fix block device size update serialization v2
 2020-08-29 16:47 UTC  (11+ messages)
` [PATCH 1/3] block: replace bd_set_size with bd_set_nr_sectors
` [PATCH 2/3] block: fix locking for struct block_device size updates
` [PATCH 3/3] nvme: don't call revalidate_disk from nvme_set_queue_dying

[linux-nvme:nvme-5.9-rc] BUILD SUCCESS 7ad92f656bddff4cf8f641e0e3b1acd4eb9644cb
 2020-08-29 12:07 UTC 

[PATCH] coccinelle: api: fix kobj_to_dev.cocci warnings
 2020-08-28 16:52 UTC 

[PATCH] nvme-pci: cancel nvme device request before disabling
 2020-08-28 15:56 UTC  (10+ messages)
          ` [PATCH v2] "

[PATCH] nvme: fix error handling in nvme_ns_report_zones
 2020-08-28 15:44 UTC  (5+ messages)

[linux-nvme:nvme-5.9-rc] BUILD SUCCESS WITH WARNING 82e3e51f2fb2246eee837fa4aeee79ec1f921c89
 2020-08-28 10:54 UTC 

[PATCHv2] nvme: only use power of two io boundaries
 2020-08-28  4:56 UTC  (11+ messages)

[PATCH 0/5] nvmet_tcp: Introduce poll groups and polling optimizations
 2020-08-28  1:00 UTC 

[PATCH 5/5] nvmet_tcp: release queue from group
 2020-08-28  1:01 UTC 

[PATCH 1/5] nvmet-tcp: have queue io_work context run on sock incoming cpu
 2020-08-28  1:00 UTC 

[PATCH 2/5] nvmet_tcp: introduce poll groups
 2020-08-28  1:00 UTC 

[PATCH 3/5] nvmet_tcp: assign queue to group
 2020-08-28  1:00 UTC 

[PATCH 4/5] nvmet_tcp: activate new poll group
 2020-08-28  1:01 UTC 

[linux-nvme:nvme-5.9-rc 14/14] drivers/nvme/host/zns.c:170:46: warning: Uninitialized variable: buflen
 2020-08-27 22:51 UTC 

[PATCH] coccinelle: api: fix kobj_to_dev.cocci warnings
 2020-08-27 22:24 UTC  (2+ messages)

[linux-nvme:nvme-5.9-rc 14/14] include/uapi/linux/byteorder/big_endian.h:33:27: warning: 'buflen' is used uninitialized in this function
 2020-08-27 19:41 UTC 

[linux-nvme:nvme-5.9-rc 14/14] include/uapi/linux/swab.h:120:2: warning: 'buflen' is used uninitialized in this function
 2020-08-27 19:38 UTC 

[PATCHv3] nvme: only use power of two io boundaries
 2020-08-27 18:03 UTC  (3+ messages)

[PATCH] nvme: only use power of two io boundaries
 2020-08-27 15:04 UTC  (4+ messages)

[PATCH] nvme: fix controller instance leak
 2020-08-27  6:40 UTC  (3+ messages)

[PATCH 1/1] nvme: add support for non shared namespaces
 2020-08-26 15:13 UTC  (2+ messages)

[PATCH] nvme: Use kobj_to_dev() instead of container_of()
 2020-08-26  6:29 UTC  (3+ messages)
  ` 答复: "

"Connect rejected: status 28" from "nvme discover"
 2020-08-26  4:02 UTC  (4+ messages)

[PATCH v3 0/9] fix possible controller reset hangs in nvme-tcp/nvme-rdma
 2020-08-25 17:35 UTC  (20+ messages)
` [PATCH v3 2/9] nvme-fabrics: allow to queue requests for live queues
` [PATCH v3 7/9] nvme-rdma: serialize controller teardown sequences

[linux-nvme:nvme-5.9-rc] BUILD SUCCESS 3103df671664b658437215d84d7ef999ff43cba4
 2020-08-25 11:51 UTC 

[PATCH 2/3] nvme-core: fix deadlock when reconnect failed due to nvme_set_queue_count timeout
 2020-08-25  7:15 UTC  (4+ messages)

[PATCH] nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'
 2020-08-25  7:10 UTC  (5+ messages)

[PATCH] nvme: Fix NULL dereference for pci nvme controllers
 2020-08-25  7:04 UTC  (3+ messages)

Null pointer dereference in nvme_ctrl_reconnect_delay_show
 2020-08-24 22:55 UTC  (3+ messages)

[PATCH] mmc: core: Initial support for SD express card/host
 2020-08-24  6:33 UTC  (4+ messages)
  ` 答复: "

[PATCH] nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pdu
 2020-08-24  1:38 UTC  (3+ messages)

fix block device size update serialization
 2020-08-23  9:09 UTC  (6+ messages)
` [PATCH 1/2] block: replace bd_set_size with bd_set_nr_sectors
` [PATCH 2/2] block: fix locking for struct block_device size updates

[PATCH 1/3] nvme-core: improve avoiding false remove namespace
 2020-08-21 20:23 UTC  (6+ messages)

[PATCH 3/3] nvme-core: fix crash when nvme_enable_aen timeout
 2020-08-21 20:17 UTC  (5+ messages)

A new feature requests with patches that implement the features
 2020-08-21 13:03 UTC 

v5.9-rc1 commit reliably breaks pci nvme detection
 2020-08-21  7:28 UTC  (8+ messages)

[linux-nvme:nvme-5.9-rc] BUILD SUCCESS 729d1456ea5fc53629a182e6590fd5fb1a2ab562
 2020-08-21  7:17 UTC 


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).