1. d1e7870 UPSTREAM: libnvdimm: nd_region flush callback support by Pankaj Gupta · 5 years ago
  2. 866f011 libnvdimm/namespace: Fix label tracking error by Dan Williams · 5 years ago
  3. 828bf6e Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  4. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  5. 08e6b3c libnvdimm: Introduce locked DIMM capacity support by Dan Williams · 6 years ago
  6. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  7. 243f29f libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device' by Dan Williams · 6 years ago
  8. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 6 years ago
  9. e8d5134 memremap: change devm_memremap_pages interface to use struct dev_pagemap by Christoph Hellwig · 7 years ago
  10. aa9ad44 libnvdimm: move poison list functions to a new 'badrange' file by Dave Jiang · 7 years ago
  11. d34cb80 libnvdimm, dimm: clear 'locked' status on successful DIMM enable by Dan Williams · 7 years ago
  12. 89fd915 Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  13. 0288176 libnvdimm, label: fix index block size calculation by Dan Williams · 7 years ago
  14. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  15. b2c48f9 libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store} by Dan Williams · 7 years ago
  16. d62e26b block: pass in queue to inflight accounting by Jens Axboe · 7 years ago
  17. 401c0a1 nfit, libnvdimm, region: export 'position' in mapping info by Dan Williams · 7 years ago
  18. 0dd6964 libnvdimm: Stop using HPAGE_SIZE by Oliver O'Halloran · 7 years ago
  19. 14e4945 libnvdimm, btt: BTT updates for UEFI 2.7 format by Vishal Verma · 7 years ago
  20. 975750a libnvdimm, pmem: Add sysfs notifications to badblocks by Toshi Kani · 7 years ago
  21. b3fde74 libnvdimm, label: add address abstraction identifiers by Dan Williams · 7 years ago
  22. f979b13 libnvdimm, label: honor the lba size specified in v1.2 labels by Dan Williams · 7 years ago
  23. c12c48c libnvdimm, label: add v1.2 interleave-set-cookie algorithm by Dan Williams · 7 years ago
  24. 564e871 libnvdimm, label: add v1.2 nvdimm label definitions by Dan Williams · 7 years ago
  25. 3ae3d67 libnvdimm: add an atomic vs process context flag to rw_bytes by Vishal Verma · 7 years ago
  26. 8f078b3 libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKED by Dan Williams · 7 years ago
  27. 6a6bef9 libnvdimm: add mechanism to publish badblocks at the region level by Dave Jiang · 7 years ago
  28. 86ef58a nfit, libnvdimm: fix interleave set cookie calculation by Dan Williams · 8 years ago
  29. 42237e3 libnvdimm: allow a platform to force enable label support by Dan Williams · 8 years ago
  30. 8d7c22a libnvdimm: use generic iostat interfaces by Toshi Kani · 8 years ago
  31. 178d6f4 Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  32. ae8219f libnvdimm, label: convert label tracking to a linked list by Dan Williams · 8 years ago
  33. 44c462e libnvdimm, region: move region-mapping input-paramters to nd_mapping_desc by Dan Williams · 8 years ago
  34. 595c730 libnvdimm, region: fix flush hint table thinko by Dan Williams · 8 years ago
  35. aee6598 libnvdimm: Fix nvdimm_probe error on NVDIMM-N by Toshi Kani · 8 years ago
  36. abe8b4e nvdimm, btt: add a size attribute for BTTs by Vishal Verma · 8 years ago
  37. 0c27af6 libnvdimm: cycle flush hints by Dan Williams · 8 years ago
  38. e5ae3b2 libnvdimm, nfit: move flush hint mapping to region-device driver-data by Dan Williams · 8 years ago
  39. a8a6d2e libnvdimm, nfit: remove nfit_spa_map() infrastructure by Dan Williams · 8 years ago
  40. c5ed926 libnvdimm, dax: autodetect support by Dan Williams · 8 years ago
  41. cd03412 libnvdimm, dax: introduce device-dax infrastructure by Dan Williams · 9 years ago
  42. ac515c0 libnvdimm, pmem, pfn: move pfn setup to the core by Dan Williams · 8 years ago
  43. 200c79d libnvdimm, pmem, pfn: make pmem_rw_bytes generic and refactor pfn setup by Dan Williams · 8 years ago
  44. e32bc72 libnvdimm, btt, convert nd_btt_probe() to devm by Dan Williams · 8 years ago
  45. bd03294 libnvdimm, pfn, convert nd_pfn_probe() to devm by Dan Williams · 8 years ago
  46. 298f2bc libnvdimm, pmem: kill pmem->ndns by Dan Williams · 8 years ago
  47. a390180 libnvdimm, pfn: fix nvdimm_namespace_add_poison() vs section alignment by Dan Williams · 8 years ago
  48. 59e6473 libnvdimm, pmem: clear poison on write by Dan Williams · 9 years ago
  49. 7199946 libnvdimm: async notification support by Dan Williams · 9 years ago
  50. 8b63b6b Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimm by Dan Williams · 9 years ago
  51. b95f5f4 libnvdimm: convert to statically allocated badblocks by Dan Williams · 9 years ago
  52. ad9a8bd libnvdimm, pmem: move definition of nvdimm_namespace_add_poison to nd.h by Dan Williams · 9 years ago
  53. 0caeef6 libnvdimm: Add a poison list and export badblocks by Vishal Verma · 9 years ago
  54. 315c562 libnvdimm, pfn: add 'align' attribute, default to HPAGE_SIZE by Dan Williams · 9 years ago
  55. 9f1e8ce libnvdimm, pfn: kill ND_PFN_ALIGN by Dan Williams · 9 years ago
  56. 004f1af libnvdimm, pmem: direct map legacy pmem by default by Dan Williams · 9 years ago
  57. 32ab0a3f libnvdimm, pmem: 'struct page' for pmem by Dan Williams · 9 years ago
  58. e145574 libnvdimm, pfn: 'struct page' provider infrastructure by Dan Williams · 9 years ago
  59. 6ec6895 libnvdimm, btt: write and validate parent_uuid by Vishal Verma · 9 years ago
  60. f6ef5a2 nvdimm: fix inline function return type warning by Randy Dunlap · 9 years ago
  61. 41d7a6d libnvdimm: Set numa_node to NVDIMM devices by Toshi Kani · 9 years ago
  62. 5813882 libnvdimm, nfit: handle unarmed dimms, mark namespaces read-only by Dan Williams · 9 years ago
  63. f0dc089 libnvdimm: enable iostat by Dan Williams · 9 years ago
  64. fcae695 libnvdimm, blk: add support for blk integrity by Vishal Verma · 9 years ago
  65. 41cd8b7 libnvdimm, btt: add support for blk integrity by Vishal Verma · 9 years ago
  66. 047fc8a libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory by Ross Zwisler · 9 years ago
  67. 5212e11 nd_btt: atomic sector updates by Vishal Verma · 9 years ago
  68. 8c2f7e8 libnvdimm: infrastructure for btt devices by Dan Williams · 9 years ago
  69. f524bf2 libnvdimm: write pmem label set by Dan Williams · 9 years ago
  70. 1b40e09 libnvdimm: blk labels and namespace instantiation by Dan Williams · 9 years ago
  71. bf9bccc libnvdimm: pmem label sets and namespace instantiation. by Dan Williams · 9 years ago
  72. 4a826c8 libnvdimm: namespace indices: read and validate by Dan Williams · 9 years ago
  73. eaf9615 libnvdimm, nfit: add interleave-set state-tracking infrastructure by Dan Williams · 9 years ago
  74. 3d88002 libnvdimm: support for legacy (non-aliasing) nvdimms by Dan Williams · 9 years ago
  75. 1f7df6f libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory) by Dan Williams · 9 years ago
  76. 4d88a97 libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructure by Dan Williams · 9 years ago