nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-27 11:23:41 to 2018-10-05 15:39:57 UTC [more...]

[PATCH v9 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-10-05 15:39 UTC  (27+ messages)
` [PATCH v9 01/13] PCI/P2PDMA: Support peer-to-peer memory
` [PATCH v9 02/13] PCI/P2PDMA: Add sysfs group to display p2pmem stats
` [PATCH v9 03/13] PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset
` [PATCH v9 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers
` [PATCH v9 05/13] docs-rst: Add a new directory for PCI documentation
` [PATCH v9 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation
` [PATCH v9 07/13] block: Add PCI P2P flag for request queue and check support for requests
` [PATCH v9 08/13] IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
` [PATCH v9 09/13] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [PATCH v9 10/13] nvme-pci: Add support for P2P memory in requests
` [PATCH v9 11/13] nvme-pci: Add a quirk for a pseudo CMB
` [PATCH v9 12/13] nvmet: Introduce helper functions to allocate and free request SGLs
` [PATCH v9 13/13] nvmet: Optionally use PCI P2P memory

[PATCH] dax: Fix deadlock in dax_lock_mapping_entry()
 2018-10-05  9:54 UTC  (10+ messages)

[PATCH] ndctl, monitor: fix the sevrity of "daemon started" message
 2018-10-05  7:01 UTC 

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-05  6:35 UTC  (25+ messages)

[ndctl PATCH 1/2] ndctl, monitor: fix the severity of the "daemon started" message
 2018-10-05  6:15 UTC  (9+ messages)
` [ndctl PATCH 2/2] ndctl, monitor: in daemon mode, exit successfully if no DIMMs are found

[PATCH] libnvdimm, pmem: Fix badblocks population for 'raw' namespaces
 2018-10-05  0:19 UTC  (2+ messages)

[ndctl PATCH v2] libndctl: set errno for routines that don't return an error status
 2018-10-04 23:37 UTC  (2+ messages)

[ndctl PATCH] libndctl: set errno for routines that don't return an error status
 2018-10-04 23:13 UTC  (5+ messages)

RE.Enquiry
 2018-10-04  6:07 UTC 

[PATCH] ndctl, check-labels: correct check-labels message wording
 2018-10-04  0:15 UTC  (2+ messages)

[ndctl PATCH v2 1/5] ndctl, lib: refactor badblocks retrieval routines
 2018-10-03 21:31 UTC  (6+ messages)
` [ndctl PATCH v2 2/5] ndctl, lib: add APIs for retrieving namespace badblocks
` [ndctl PATCH v2 3/5] util/json: fix an error check for region resource
` [ndctl PATCH v2 4/5] util/json: Add comments around re-checking the UTIL_JSON_MEDIA_ERRORS flag
` [ndctl PATCH v2 5/5] util/json: add a util_namespace_badblocks_to_json() helper

[ndctl PATCH 1/5] ndctl, lib: refactor badblocks retrieval routines
 2018-10-03  1:58 UTC  (8+ messages)
` [ndctl PATCH 2/5] ndctl, lib: add APIs for retrieving namespace badblocks
` [ndctl PATCH 3/5] util/json: fix an error check for region resource
` [ndctl PATCH 4/5] util/json: consolidate check for the UTIL_JSON_MEDIA_ERRORS flag
` [ndctl PATCH 5/5] util/json: add a util_namespace_badblocks_to_json() helper

[ndctl PATCH v3 0/3] Replace udev rule for latch and dirty-shutdown-count
 2018-10-03  1:08 UTC  (5+ messages)
` [ndctl PATCH v3 1/3] ndctl, lib: Add dirty-shutdown-count retrieval helper
` [ndctl PATCH v3 2/3] ndctl: Revert "ndctl, intel: Fallback to smart cached shutdown_count"
` [ndctl PATCH v3 3/3] ndctl: Revert "ndctl: Create ndctl udev rules for dirty shutdown"

[RFC workqueue/driver-core PATCH 0/5] Add NUMA aware async_schedule calls
 2018-10-02 20:49 UTC  (25+ messages)
` [RFC workqueue/driver-core PATCH 1/5] workqueue: Provide queue_work_near to queue work near a given NUMA node
` [RFC workqueue/driver-core PATCH 2/5] async: Add support for queueing on specific "
` [RFC workqueue/driver-core PATCH 3/5] driver core: Probe devices asynchronously instead of the driver
` [RFC workqueue/driver-core PATCH 4/5] driver core: Use new async_schedule_dev command
` [RFC workqueue/driver-core PATCH 5/5] nvdimm: Schedule device registration on node local to the device

[PATCH v2] libnvdimm, dimm: Maximize label transfer size
 2018-10-02 17:07 UTC  (4+ messages)

[PATCH] libnvdimm, namespace: Drop the repeat assignment for variable dev->parent
 2018-10-02  3:40 UTC  (2+ messages)

[PATCH v8 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-10-01 23:43 UTC  (23+ messages)
` [PATCH v8 01/13] PCI/P2PDMA: Support peer-to-peer memory
` [PATCH v8 02/13] PCI/P2PDMA: Add sysfs group to display p2pmem stats
` [PATCH v8 03/13] PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset
` [PATCH v8 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers
` [PATCH v8 05/13] docs-rst: Add a new directory for PCI documentation
` [PATCH v8 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation
` [PATCH v8 07/13] block: Add PCI P2P flag for request queue and check support for requests
` [PATCH v8 08/13] IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
` [PATCH v8 09/13] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [PATCH v8 10/13] nvme-pci: Add support for P2P memory in requests
` [PATCH v8 11/13] nvme-pci: Add a quirk for a pseudo CMB
` [PATCH v8 12/13] nvmet: Introduce helper functions to allocate and free request SGLs
` [PATCH v8 13/13] nvmet: Optionally use PCI P2P memory

[PATCH] libnvdimm, dimm: Maximize label transfer size
 2018-10-01 16:55 UTC  (5+ messages)

[PATCH] libnvdimm, region: Fail badblocks listing for inactive regions
 2018-10-01 12:11 UTC  (3+ messages)

[GIT PULL] filesystem-dax fix for 4.19-rc6
 2018-09-30 13:38 UTC  (2+ messages)

[PATCH v4 4/5] async: Add support for queueing on specific node
 2018-09-29  8:15 UTC  (2+ messages)
` [LKP] [async] 06f4f5bfb3: BUG:sleeping_function_called_from_invalid_context_at_include/linux/percpu-rwsem.h

I want you. Write me
 2018-09-29  2:28 UTC 

[PATCH v11 00/12] Adding security support for nvdimm
 2018-09-29  0:41 UTC  (15+ messages)
` [PATCH v11 01/12] nfit: add support for Intel DSM 1.7 commands
` [PATCH v11 02/12] nfit/libnvdimm: store dimm id as a member to struct nvdimm
` [PATCH v11 03/12] keys: export lookup_user_key to external users
` [PATCH v11 04/12] nfit/libnvdimm: add unlock of nvdimm support for Intel DIMMs
` [PATCH v11 05/12] nfit/libnvdimm: add set passphrase support for Intel nvdimms
` [PATCH v11 06/12] nfit/libnvdimm: add disable passphrase support to Intel nvdimm
` [PATCH v11 07/12] nfit/libnvdimm: add freeze security "
` [PATCH v11 08/12] nfit/libnvdimm: add support for issue secure erase DSM "
` [PATCH v11 09/12] nfit_test: add test support for Intel nvdimm security DSMs
` [PATCH v11 10/12] libnvdimm: add documentation for nvdimm security support
` [PATCH v11 11/12] libnvdimm: Drop nvdimm_bus from security_ops interface
` [PATCH v11 12/12] acpi, nfit: Move acpi_nfit_get_security_ops() to generic location

[PATCH v2 0/5] Adding nvdimm overwrite support
 2018-09-28 22:45 UTC  (6+ messages)
` [PATCH v2 1/5] libnvdimm: introduce NDD_SECURITY_BUSY flag
` [PATCH v2 2/5] libnvdimm: Add security DSM overwrite support
` [PATCH v2 3/5] nfit_test: Add overwrite support for nfit_test
` [PATCH v2 4/5] libnvdimm: add overwrite status notification
` [PATCH v2 5/5] libnvdimm: add documentation for ovewrite

[PATCH v5 0/4] Address issues slowing persistent memory initialization
 2018-09-28 15:50 UTC  (13+ messages)
` [PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap

[PATCH v10 02/12] libnvdimm: create keyring to store security keys
 2018-09-28  9:28 UTC  (7+ messages)
` [PATCH v10 00/12] Adding security support for nvdimm
  ` [PATCH v10 05/12] nfit/libnvdimm: add unlock of nvdimm support for Intel DIMMs
  ` [PATCH v10 06/12] nfit/libnvdimm: add set passphrase support for Intel nvdimms

[PATCH 0/3] acpi, nfit: Add dirty shutdown count to sysfs
 2018-09-27 19:37 UTC  (10+ messages)
` [PATCH 1/3] acpi, nfit: Introduce nfit_mem flags
` [PATCH 2/3] acpi, nfit: Collect shutdown status
` [PATCH 3/3] tools/testing/nvdimm: Populate dirty shutdown data

[PATCH 0/3] kvm "fake DAX" device
 2018-09-27 15:55 UTC  (6+ messages)
` [PATCH 3/3] virtio-pmem: Add virtio pmem driver

[PATCH] acpi, nfit: Move acpi_nfit_get_security_ops() to generic location
 2018-09-27 15:48 UTC  (2+ messages)

[PATCH] libnvdimm, security: Comment fixes
 2018-09-27 15:47 UTC  (2+ messages)

[PATCH] libnvdimm: Drop nvdimm_bus from security_ops interface
 2018-09-27 15:46 UTC  (2+ messages)

[PATCH v10 05/12] nfit/libnvdimm: add unlock of nvdimm support for Intel DIMMs
 2018-09-26 20:47 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).