1. 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
  2. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  3. 3f289dc block: make bdev_ops->rw_page() take a REQ_OP instead of bool by Tejun Heo · 6 years ago
  4. 4596f55 Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  5. b62cc6f libnvdimm, pmem: Fix memcpy_mcsafe() return code handling in nsio_rw_bytes() by Dan Williams · 6 years ago
  6. 4557641 pmem: only set QUEUE_FLAG_DAX for fsdax mode by Ross Zwisler · 6 years ago
  7. 930218a Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next by Dan Williams · 6 years ago
  8. b568457 Merge branch 'for-4.18/dax' into libnvdimm-for-next by Dan Williams · 6 years ago
  9. 546eb03 libnvdimm, pmem: Do not flush power-fail protected CPU caches by Ross Zwisler · 6 years ago
  10. ce7f11a libnvdimm, pmem: Unconditionally deep flush on *sync by Ross Zwisler · 6 years ago
  11. d2d6364 libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSH by Ross Zwisler · 6 years ago
  12. d76401a libnvdimm, e820: Register all pmem resources by Dan Williams · 6 years ago
  13. 3f46833 libnvdimm: Debug probe times by Dan Williams · 6 years ago
  14. 254a4cd linvdimm, pmem: Preserve read-only setting for pmem devices by Robert Elliott · 6 years ago
  15. 6dfdb2b pmem: Switch to copy_to_iter_mcsafe() by Dan Williams · 6 years ago
  16. b3a9a0c dax: Introduce a ->copy_to_iter dax operation by Dan Williams · 6 years ago
  17. e7638488 mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS by Dan Williams · 6 years ago
  18. 60622d6 x86/asm/memcpy_mcsafe: Return bytes remaining by Dan Williams · 6 years ago
  19. f22acf8 Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error" by Dan Williams · 6 years ago
  20. df3f126 libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid() by Rob Herring · 6 years ago
  21. e7c5a57 libnvdimm, dimm: handle EACCES failures from label reads by Dan Williams · 7 years ago
  22. 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
  23. e13e75b Merge branch 'for-4.17/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
  24. 1ed41b5 Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-next by Dan Williams · 7 years ago
  25. 291717b libnvdimm, of_pmem: workaround OF_NUMA=n build error by Dan Williams · 7 years ago
  26. 7171976 libnvdimm: Add device-tree based driver by Oliver O'Halloran · 7 years ago
  27. 1ff19f4 libnvdimm: Add of_node to region and bus descriptors by Oliver O'Halloran · 7 years ago
  28. 60ce0f9 libnvdimm, region: quiet region probe by Dan Williams · 7 years ago
  29. 4f86722 libnvdimm, namespace: use a safe lookup for dimm device name by Dan Williams · 7 years ago
  30. c31898c libnvdimm, dimm: fix dpa reservation vs uninitialized label area by Dan Williams · 7 years ago
  31. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  32. 243f29f libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device' by Dan Williams · 7 years ago
  33. 2080e88 dax: introduce CONFIG_DAX_DRIVER by Dan Williams · 7 years ago
  34. fe9a552 libnvdimm, nfit: fix persistence domain reporting by Dan Williams · 7 years ago
  35. 896196dc libnvdimm, region: hide persistence_domain when unknown by Dan Williams · 7 years ago
  36. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  37. 9e694d9 libnvdimm, label: change nvdimm_num_label_slots per UEFI 2.7 by Toshi Kani · 7 years ago
  38. 36de6f5 libnvdimm, label: change min label storage size per UEFI 2.7 by Toshi Kani · 7 years ago
  39. 03e9084 libnvdimm, pmem: use module_nd_driver by Johannes Thumshirn · 7 years ago
  40. 0cbfeef libnvdimm: remove redundant assignment to pointer 'dev' by Colin Ian King · 7 years ago
  41. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  42. 3ffb0ba libnvdimm, {btt, blk}: do integrity setup before add_disk() by Vishal Verma · 7 years ago
  43. 426824d libnvdimm: remove redundant __func__ in dev_dbg by Dan Williams · 7 years ago
  44. 5fdf8e5 libnvdimm: re-enable deep flush for pmem devices via fsync() by Dave Jiang · 7 years ago
  45. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  46. ee95f40 Merge branch 'for-4.16/nfit' into libnvdimm-for-next by Ross Zwisler · 7 years ago
  47. d121f07 Merge branch 'for-4.16/dax' into libnvdimm-for-next by Ross Zwisler · 7 years ago
  48. 59858d3 libnvdimm, namespace: remove redundant initialization of 'nd_mapping' by Colin Ian King · 7 years ago
  49. 96c3a23 libnvdimm: expose platform persistence attribute for nd_region by Dave Jiang · 7 years ago
  50. 06e8ccd acpi: nfit: Add support for detect platform CPU cache flush on power loss by Dave Jiang · 7 years ago
  51. d08cd5e libnvdimm, btt: fix uninitialized err_lock by Jeff Moyer · 7 years ago
  52. e8d5134 memremap: change devm_memremap_pages interface to use struct dev_pagemap by Christoph Hellwig · 7 years ago
  53. 24e3a7f libnvdimm, btt: Fix an incompatibility in the log layout by Vishal Verma · 7 years ago
  54. 13b7954 libnvdimm, btt: add a couple of missing kernel-doc lines by Vishal Verma · 7 years ago
  55. 41fce90 libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignment by Dan Williams · 7 years ago
  56. 19deaa2 libnvdimm, pfn: fix start_pad handling for aligned namespaces by Dan Williams · 7 years ago
  57. cdd77d3 nfit, libnvdimm: deprecate the generic SMART ioctl by Dan Williams · 7 years ago
  58. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  59. 23c47d2 bdi: introduce BDI_CAP_SYNCHRONOUS_IO by Minchan Kim · 7 years ago
  60. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  61. 89360b8 libnvdimm, badrange: remove a WARN for list_empty by Vishal Verma · 7 years ago
  62. aa9ad44 libnvdimm: move poison list functions to a new 'badrange' file by Dave Jiang · 7 years ago
  63. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  64. 83fc61a treewide: Fix typos in Kconfig by Masanari Iida · 7 years ago
  65. 65853a1 libnvdimm, namespace: make a couple of functions static by Colin Ian King · 7 years ago
  66. efbf6f5 libnvdimm: introduce 'flags' attribute for DIMM 'lock' and 'alias' status by Dan Williams · 7 years ago
  67. 4b27db7 acpi, nfit: add support for the _LSI, _LSR, and _LSW label methods by Dan Williams · 7 years ago
  68. b18d4b8 libnvdimm, namespace: fix label initialization to use valid seq numbers by Dan Williams · 7 years ago
  69. 26417ae libnvdimm, pfn: make 'resource' attribute only readable by root by Dan Williams · 7 years ago
  70. c1fb354 libnvdimm, namespace: make 'resource' attribute only readable by root by Dan Williams · 7 years ago
  71. b8ff981 libnvdimm, region : make 'resource' attribute only readable by root by Dan Williams · 7 years ago
  72. d34cb80 libnvdimm, dimm: clear 'locked' status on successful DIMM enable by Dan Williams · 7 years ago
  73. 33a5608 libnvdimm, namespace: fix btt claim class crash by Dan Williams · 7 years ago
  74. dff4d1f Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  75. 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
  76. c3ca015 dax: remove the pmem_dax_ops->flush abstraction by Mikulas Patocka · 7 years ago
  77. 04c3c98 libnvdimm, btt: fix format string warnings by Randy Dunlap · 7 years ago
  78. 86652d2 libnvdimm, btt: clean up warning and error messages by Vishal Verma · 7 years ago
  79. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  80. 98cc093 block, THP: make block_device_operations.rw_page support THP by Huang Ying · 7 years ago
  81. 9edcad5 libnvdimm, nfit: move the check on nd_reserved2 to the endpoint by Meng Xu · 7 years ago
  82. 58738c4 libnvdimm: fix integer overflow static analysis warning by Dan Williams · 7 years ago
  83. 5deb67f libnvdimm, nd_blk: remove mmio_flush_range() by Robin Murphy · 7 years ago
  84. d9b83c7 libnvdimm, btt: rework error clearing by Vishal Verma · 7 years ago
  85. 0930a75 libnvdimm: fix potential deadlock while clearing errors by Vishal Verma · 7 years ago
  86. 7589200 libnvdimm, btt: cache sector_size in arena_info by Vishal Verma · 7 years ago
  87. 1398199 libnvdimm, btt: ensure that flags were also unchanged during a map_read by Vishal Verma · 7 years ago
  88. 0595d53 libnvdimm, btt: refactor map entry operations with macros by Vishal Verma · 7 years ago
  89. 1db1f3c libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write path by Vishal Verma · 7 years ago
  90. ed36b4d libnvdimm, btt: check memory allocation failure by Christophe Jaillet · 7 years ago
  91. 0288176 libnvdimm, label: fix index block size calculation by Dan Williams · 7 years ago
  92. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  93. f13d2b6 libnvdimm, pfn, dax: limit namespace alignments to the supported set by Dan Williams · 7 years ago
  94. 1fdadbe libnvdimm, pfn, dax: show supported dax/pfn region alignments in sysfs by Oliver O'Halloran · 7 years ago
  95. b2c48f9 libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store} by Dan Williams · 7 years ago
  96. d62e26b block: pass in queue to inflight accounting by Jens Axboe · 7 years ago
  97. 401c0a1 nfit, libnvdimm, region: export 'position' in mapping info by Dan Williams · 7 years ago
  98. 0dd6964 libnvdimm: Stop using HPAGE_SIZE by Oliver O'Halloran · 7 years ago
  99. 4e3f070 libnvdimm: fix badblock range handling of ARS range by Toshi Kani · 7 years ago
  100. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago