Linux-NVDIMM Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-11 01:17:50 to 2016-03-29 18:57:49 UTC [more...]

[PATCH 0/5] dax: handling of media errors
 2016-03-29 18:57 UTC  (13+ messages)
` [PATCH 1/5] block, dax: pass blk_dax_ctl through to drivers
` [PATCH 2/5] dax: fallback from pmd to pte on error
` [PATCH 3/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH 5/5] dax: handle media errors in dax_do_io

[PATCH] libnvdimm, pfn: fix uuid validation
 2016-03-29 18:28 UTC 

[RFC v2] [PATCH 0/10] DAX page fault locking
 2016-03-29 15:17 UTC  (39+ messages)
` [PATCH 01/10] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 02/10] radix-tree: make 'indirect' bit available to exception entries
` [PATCH 03/10] dax: Remove complete_unwritten argument
` [PATCH 04/10] dax: Fix data corruption for written and mmapped files
` [PATCH 05/10] dax: Allow DAX code to replace exceptional entries
` [PATCH 06/10] dax: Remove redundant inode size checks
` [PATCH 07/10] dax: Disable huge page handling
` [PATCH 08/10] dax: New fault locking
` [PATCH 09/10] dax: Use radix tree entry lock to protect cow faults
` [PATCH 10/10] dax: Remove i_mmap_lock protection

[PATCH v3] x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()
 2016-03-29  8:38 UTC  (3+ messages)

[PATCH 00/13] prep for device-dax, untangle pfn-device setup
 2016-03-29  8:30 UTC  (38+ messages)
` [PATCH 01/13] libnvdimm, pfn: fix nvdimm_namespace_add_poison() vs section alignment
` [PATCH 02/13] libnvdimm, pmem: kill pmem->ndns
` [PATCH 03/13] libnvdimm, pfn, convert nd_pfn_probe() to devm
` [PATCH 04/13] libnvdimm, btt, convert nd_btt_probe() "
` [PATCH 05/13] libnvdimm, blk: use devm_add_action to release bdev resources
` [PATCH 06/13] libnvdimm, blk: use ->queuedata for driver private data
` [PATCH 07/13] libnvdimm, pmem: "
` [PATCH 08/13] libnvdimm, blk: move i/o infrastructure to nd_namespace_blk
  ` [PATCH v2] "
` [PATCH 09/13] libnvdimm, pmem: use devm_add_action to release bdev resources
` [PATCH 10/13] libnvdimm, pmem: clean up resource print / request
` [PATCH 11/13] libnvdimm, pmem, pfn: make pmem_rw_bytes generic and refactor pfn setup
  ` [PATCH v2] "
` [PATCH 12/13] libnvdimm, pmem, pfn: move pfn setup to the core
  ` [PATCH v2] "
` [PATCH 13/13] libnvdimm, pmem: kill ->pmem_queue and ->pmem_disk

[PATCH] libnvdimm, blk: quiet i/o error reporting
 2016-03-29  7:56 UTC  (4+ messages)

[GIT PULL] libnvdimm, pmem: hook up memcpy_mcsafe
 2016-03-25 20:26 UTC  (2+ messages)

[ndctl PATCH] ndctl: use %doc instead of %license for older SUSE environments
 2016-03-25 20:15 UTC 

Notice of appearance in Court #00873521
 2016-03-25 10:48 UTC 

[ndctl PATCH] test: Add a unit test for dax error handling
 2016-03-24 23:18 UTC 

[ndctl PATCH 0/2] fix the nfit_test fallback for 'ndctl bat'
 2016-03-24 16:15 UTC  (5+ messages)
` [ndctl PATCH 1/2] ndctl: provide a method to invalidate the bus list
` [ndctl PATCH 2/2] ndctl: don't skip bat tests if nfit_test not available

Delivery Notification, ID 00499160
 2016-03-24  1:28 UTC 

[RFC] [PATCH 0/12] DAX page fault locking
 2016-03-23 11:00 UTC  (16+ messages)
` [PATCH 01/12] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 12/12] dax: New fault locking
  ` [PATCH 05/12] dax: Remove synchronization using i_mmap_lock

[PATCH v8 00/10] nvdimm: Add an IOCTL pass thru for DSM calls
 2016-03-21 20:55 UTC  (11+ messages)
` [PATCH v8 01/10] ACPI / util: Fix acpi_evaluate_dsm() argument type
` [PATCH v8 02/10] nvdimm: Add wrapper for IOCTL pass thru
` [PATCH v8 03/10] nvdimm: Increase max envelope size for IOCTL
` [PATCH v8 04/10] nvdimm: Add UUIDs
` [PATCH v8 05/10] nvdimm: Add IOCTL pass thru functions
` [PATCH v8 06/10] libnvdimm: nvdimm_bus_descriptor field name change
` [PATCH v8 07/10] tools/testing/nvdimm: 'call_dsm' support
` [PATCH v8 08/10] nvdimm: command ioctl support
` [PATCH v8 09/10] nvdimm: sysfs shows which dsm support full command ioctl
` [PATCH v8 10/10] nvdimm: Add ioctl to return command mask

[RFC v2] [PATCH 0/10] DAX page fault locking
 2016-03-21 13:21 UTC 

[PATCH] pmem: don't allocate unused major device number
 2016-03-20 10:24 UTC  (2+ messages)

[PATCH v7 0/7] nvdimm: Add an IOCTL pass thru for DSM calls
 2016-03-18 23:27 UTC  (14+ messages)
` [PATCH v7 1/7] ACPI / util: Fix acpi_evaluate_dsm() argument type
` [PATCH v7 2/7] nvdimm: Add wrapper for IOCTL pass thru
` [PATCH v7 3/7] nvdimm: Increase max envelope size for IOCTL
` [PATCH v7 4/7] nvdimm: Add UUIDs
` [PATCH v7 5/7] libnvdimm: advertise 'call_dsm' support
` [PATCH v7 6/7] nvdimm: Add IOCTL pass thru functions
` [PATCH v7 7/7] tools/testing/nvdimm: 'call_dsm' support

[ndctl PATCH 0/5] refresh 'ndctl bat' tests and other misc updates
 2016-03-18 16:48 UTC  (8+ messages)
` [ndctl PATCH 1/5] ndctl: update pkg-config description
` [ndctl PATCH 2/5] ndctl: fix blk-ns test cleanup
` [ndctl PATCH 3/5] Revert "ndctl: fix error handling in ND_BLK & PMEM tests"
` [ndctl PATCH 4/5] ndctl: convert 'ndctl bat' to use struct ndctl_test
` [ndctl PATCH 5/5] ndctl: fall back to nfit_test for test/{blk|pmem}-ns

[PATCH 0/4] Remove un-needed 'major' registration when alloc_disk(0) is used
 2016-03-16  0:20 UTC  (4+ messages)

[GIT PULL] libnvdimm for 4.6
 2016-03-15 18:48 UTC 

[ndctl PATCH] ndctl: fix definition of conditional functionality
 2016-03-15 15:38 UTC  (3+ messages)

[ndctl PATCH v2] ndctl: Grab kernel version from utsname()
 2016-03-14 21:23 UTC  (6+ messages)

[PATCH RFC 1/1] Add support for ZONE_DEVICE IO memory with struct pages
 2016-03-14 21:23 UTC 

[ndctl PATCH] ndctl: Bail out with unkown command in case of an unknown command
 2016-03-14 15:56 UTC  (2+ messages)

[PATCH 0/3] Make pfn_t suitable for placing in the radix tree
 2016-03-14 15:00 UTC  (8+ messages)
` [PATCH 1/3] pfn_t: Change the encoding
` [PATCH 2/3] pfn_t: Support for huge PFNs
` [PATCH 3/3] pfn_t: New functions pfn_t_add and pfn_t_cmp

[RFC v6 1/8] ACPI / util: Fix acpi_evaluate_dsm() argument type
 2016-03-14  3:15 UTC  (16+ messages)
` [RFC v6 2/8] nvdimm: Add wrapper for IOCTL pass thru
` [RFC v6 3/8] nvdimm: Increase max envelope size for IOCTL
` [RFC v6 4/8] nvdimm: Add UUIDs
` [RFC v6 5/8] nvdimm: data structure changes for dsm calls
` [RFC v6 6/8] libnvdimm: advertise 'call_dsm' support
` [RFC v6 7/8] nvdimm: Add IOCTL pass thru functions
` [RFC v6 8/8] tools/testing/nvdimm: 'call_dsm' support

[PATCH] x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()
 2016-03-11 23:03 UTC  (3+ messages)

[ndctl PATCH] ndctl: remove %defattr from spec file template
 2016-03-11 17:44 UTC 

[ndctl PATCH] ndctl: Grab kernel version from utsname()
 2016-03-11  8:05 UTC  (3+ messages)

[ndctl PATCH 0/3] ndctl: clear error support for v52
 2016-03-11  4:08 UTC  (6+ messages)
` [ndctl PATCH 1/3] ndctl: fix ndctl_bus_cmd_new_ars_status() input validation
` [ndctl PATCH 3/3] ndctl: add 'clear error' command support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox