nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-15 22:06:35 to 2019-07-27 21:57:09 UTC [more...]

[ndctl PATCH v2 00/26] Improvements for namespace creation/interrogation
 2019-07-27 21:40 UTC  (13+ messages)
` [ndctl PATCH v2 01/26] ndctl/dimm: Add 'flags' field to read-labels output
` [ndctl PATCH v2 02/26] ndctl/dimm: Add --human support to read-labels
` [ndctl PATCH v2 03/26] ndctl/build: Drop -Wpointer-arith
` [ndctl PATCH v2 04/26] ndctl/namespace: Add read-infoblock command
` [ndctl PATCH v2 05/26] ndctl/test: Update dax-dev to handle multiple e820 ranges
` [ndctl PATCH v2 06/26] ndctl/test: Make dax.sh more robust vs small namespaces
` [ndctl PATCH v2 07/26] ndctl/namespace: Always zero info-blocks
` [ndctl PATCH v2 08/26] ndctl/dimm: Support small label reads/writes
` [ndctl PATCH v2 09/26] ndctl/dimm: Minimize data-transfer for init-labels
` [ndctl PATCH v2 10/26] ndctl/dimm: Add offset and size options to {read, write, zero}-labels
` [ndctl PATCH v2 11/26] ndctl/dimm: Limit read-labels with --index option
` [ndctl PATCH v2 12/26] ndctl/namespace: Minimize label data transfer for autolabel

[GIT PULL] libnvdimm fixes for 5.3-rc2
 2019-07-27 16:35 UTC  (2+ messages)

[ndctl PATCH v8 00/13] daxctl: add a new reconfigure-device command
 2019-07-27  1:52 UTC  (14+ messages)
` [ndctl PATCH v8 01/13] libdaxctl: add interfaces to get ctx and check device state
` [ndctl PATCH v8 02/13] libdaxctl: add interfaces to enable/disable devices
` [ndctl PATCH v8 03/13] libdaxctl: add an interface to retrieve the device resource
` [ndctl PATCH v8 04/13] libdaxctl: add a 'daxctl_memory' object for memory based operations
` [ndctl PATCH v8 05/13] daxctl/list: add target_node for device listings
` [ndctl PATCH v8 06/13] daxctl/list: display the mode for a dax device
` [ndctl PATCH v8 07/13] daxctl: add a new reconfigure-device command
` [ndctl PATCH v8 08/13] Documentation/daxctl: add a man page for daxctl-reconfigure-device
` [ndctl PATCH v8 09/13] daxctl: add commands to online and offline memory
` [ndctl PATCH v8 10/13] Documentation: Add man pages for daxctl-{on, off}line-memory
` [ndctl PATCH v8 11/13] contrib/ndctl: fix region-id completions for daxctl
` [ndctl PATCH v8 12/13] contrib/ndctl: add bash-completion for the new daxctl commands
` [ndctl PATCH v8 13/13] test: Add a unit test for daxctl-reconfigure-device and friends

[ndctl PATCH v7 00/13] daxctl: add a new reconfigure-device command
 2019-07-26 23:44 UTC  (24+ messages)
` [ndctl PATCH v7 01/13] libdaxctl: add interfaces to get ctx and check device state
` [ndctl PATCH v7 02/13] libdaxctl: add interfaces to enable/disable devices
` [ndctl PATCH v7 03/13] libdaxctl: add an interface to retrieve the device resource
` [ndctl PATCH v7 04/13] libdaxctl: add a 'daxctl_memory' object for memory based operations
` [ndctl PATCH v7 05/13] daxctl/list: add target_node for device listings
` [ndctl PATCH v7 06/13] daxctl/list: display the mode for a dax device
` [ndctl PATCH v7 07/13] daxctl: add a new reconfigure-device command
` [ndctl PATCH v7 08/13] Documentation/daxctl: add a man page for daxctl-reconfigure-device
` [ndctl PATCH v7 09/13] daxctl: add commands to online and offline memory
` [ndctl PATCH v7 10/13] Documentation: Add man pages for daxctl-{on, off}line-memory
` [ndctl PATCH v7 11/13] contrib/ndctl: fix region-id completions for daxctl
` [ndctl PATCH v7 12/13] contrib/ndctl: add bash-completion for the new daxctl commands
` [ndctl PATCH v7 13/13] test: Add a unit test for daxctl-reconfigure-device and friends

[PATCH AUTOSEL 5.2 67/85] device-dax: fix memory and resource leak if hotplug fails
 2019-07-26 13:39 UTC 

$7753191
 2019-07-26  9:12 UTC 

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-26  8:31 UTC  (28+ messages)
` [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger

[PATCH v3 0/2] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS issue
 2019-07-25 22:01 UTC  (3+ messages)
` [PATCH v3 1/2] mm/memory-failure.c clean up around tk pre-allocation
` [PATCH v3 2/2] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS if mmaped more than once

[PATCH v2 0/1] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS issue
 2019-07-25  5:46 UTC  (6+ messages)
` [PATCH v2 1/1] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS if mmaped more than once

[ndctl PATCH v6 00/13] daxctl: add a new reconfigure-device command
 2019-07-24 23:05 UTC  (23+ messages)
` [ndctl PATCH v6 01/13] libdaxctl: add interfaces to get ctx and check device state
` [ndctl PATCH v6 02/13] libdaxctl: add interfaces to enable/disable devices
` [ndctl PATCH v6 03/13] libdaxctl: add an interface to retrieve the device resource
` [ndctl PATCH v6 04/13] libdaxctl: add a 'daxctl_memory' object for memory based operations
` [ndctl PATCH v6 05/13] daxctl/list: add target_node for device listings
` [ndctl PATCH v6 06/13] libdaxctl: add an interface to get the mode for a dax device
` [ndctl PATCH v6 07/13] daxctl: add a new reconfigure-device command
` [ndctl PATCH v6 08/13] Documentation/daxctl: add a man page for daxctl-reconfigure-device
` [ndctl PATCH v6 09/13] daxctl: add commands to online and offline memory
` [ndctl PATCH v6 10/13] Documentation: Add man pages for daxctl-{on, off}line-memory
` [ndctl PATCH v6 11/13] contrib/ndctl: fix region-id completions for daxctl
` [ndctl PATCH v6 12/13] contrib/ndctl: add bash-completion for the new daxctl commands
` [ndctl PATCH v6 13/13] test: Add a unit test for daxctl-reconfigure-device and friends

[PATCH] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS if mmaped more than once
 2019-07-24 22:33 UTC  (5+ messages)

[ndctl PATCH] Documentation/ndctl: fix a typo in ndctl(1)
 2019-07-24 21:41 UTC 

xfs quota test xfs/050 fails with dax mount option and "-d su=2m,sw=1" mkfs option
 2019-07-24  9:43 UTC 

KZ Studio – Your Marketing Solution Partner
 2019-07-24  8:45 UTC 

专线物流助手
 2019-07-24  0:45 UTC 

Как продвигать свою компанию
 2019-07-23 22:51 UTC 

Picking 0th namespace if it is idle
 2019-07-23 18:59 UTC  (3+ messages)

[PATCH] memremap: move from kernel/ to mm/
 2019-07-23  5:32 UTC  (3+ messages)

Security Alert. Your accounts was compromised. You need change password!
 2019-07-22 23:42 UTC 

[PATCH v2 00/30] [RFC] virtio-fs: shared file system for virtual machines
 2019-07-22 12:08 UTC  (14+ messages)
` [PATCH v2 18/30] virtio_fs, dax: Set up virtio_fs dax_device

Практическое задание
 2019-07-22  0:53 UTC 

[PATCH v2 0/7] libnvdimm: Fix async operations and locking
 2019-07-19  0:45 UTC  (16+ messages)
` [PATCH v2 1/7] drivers/base: Introduce kill_device()
` [PATCH v2 2/7] libnvdimm/bus: Prevent duplicate device_unregister() calls
` [PATCH v2 3/7] libnvdimm/region: Register badblocks before namespaces
` [PATCH v2 4/7] libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant
` [PATCH v2 5/7] libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()
` [PATCH v2 6/7] libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock
` [PATCH v2 7/7] driver-core, libnvdimm: Let device subsystems add local lockdep coverage

[GIT PULL] dax for 5.3
 2019-07-18 18:30 UTC  (2+ messages)

[GIT PULL] libnvdimm for 5.3
 2019-07-18 18:30 UTC  (2+ messages)

[PATCH] dax: Fix missed PMD wakeups
 2019-07-17  3:39 UTC  (12+ messages)

[PATCH v3] virtio_pmem: fix sparse warning
 2019-07-17  3:02 UTC  (3+ messages)

[PATCH v11 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-17  1:55 UTC  (19+ messages)
` [PATCH v11 01/18] kunit: test: add KUnit test runner core
` [PATCH v11 02/18] kunit: test: add test resource management API
  ` [PATCH v11 03/18] kunit: test: add string_stream a std::stream like string builder
  ` [PATCH v11 04/18] kunit: test: add kunit_stream a std::stream like logger
  ` [PATCH v11 10/18] kunit: test: add tests for kunit test abort
  ` [PATCH v11 12/18] kunit: test: add tests for KUnit managed resources
  ` [PATCH v11 13/18] kunit: tool: add Python wrappers for running KUnit tests
  ` [PATCH v11 15/18] Documentation: kunit: add documentation for KUnit
  ` [PATCH v11 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
  ` [PATCH v11 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v11 05/18] kunit: test: add the concept of expectations
` [PATCH v11 06/18] kbuild: enable building KUnit
` [PATCH v11 07/18] kunit: test: add initial tests
` [PATCH v11 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v11 09/18] kunit: test: add support for test abort
` [PATCH v11 11/18] kunit: test: add the concept of assertions
` [PATCH v11 14/18] kunit: defconfig: add defconfigs for building KUnit tests
` [PATCH v11 16/18] MAINTAINERS: add entry for KUnit the unit testing framework

JIRA Agile and Clarizen -Vendors List
 2019-07-16 16:11 UTC 

[PATCH v10 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-16  9:43 UTC  (19+ messages)
  ` [PATCH v10 01/18] kunit: test: add KUnit test runner core
  ` [PATCH v10 03/18] kunit: test: add string_stream a std::stream like string builder
  ` [PATCH v10 04/18] kunit: test: add kunit_stream a std::stream like logger
  ` [PATCH v10 07/18] kunit: test: add initial tests
  ` [PATCH v10 08/18] objtool: add kunit_try_catch_throw to the noreturn list
  ` [PATCH v10 09/18] kunit: test: add support for test abort
  ` [PATCH v10 10/18] kunit: test: add tests for kunit "
  ` [PATCH v10 11/18] kunit: test: add the concept of assertions
  ` [PATCH v10 12/18] kunit: test: add tests for KUnit managed resources
  ` [PATCH v10 14/18] kunit: defconfig: add defconfigs for building KUnit tests
  ` [PATCH v10 15/18] Documentation: kunit: add documentation for KUnit
  ` [PATCH v10 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v10 02/18] kunit: test: add test resource management API
` [PATCH v10 05/18] kunit: test: add the concept of expectations
` [PATCH v10 06/18] kbuild: enable building KUnit
` [PATCH v10 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v10 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v10 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()


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