1. 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
  2. c3ca015 dax: remove the pmem_dax_ops->flush abstraction by Mikulas Patocka · 7 years ago
  3. 26f2f4d dax: fix FS_DAX=n BLOCK=y compilation by Dan Williams · 7 years ago
  4. 78f3547 dax: introduce a fs_dax_get_by_bdev() helper by Dan Williams · 7 years ago
  5. 1731a47 Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  6. 273752c dm, dax: Make sure dm_dax_flush() is called if device supports it by Vivek Goyal · 7 years ago
  7. bbb3be1 device-dax: fix sysfs duplicate warnings by Dan Williams · 7 years ago
  8. 43fe51e device-dax: fix 'passing zero to ERR_PTR()' warning by Dan Williams · 7 years ago
  9. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  10. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  11. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 7 years ago
  12. 6e0c90d libnvdimm, pmem, dax: export a cache control attribute by Dan Williams · 7 years ago
  13. 9a60c3e dax: convert to bitmask for flags by Dan Williams · 7 years ago
  14. 5d61e43 dax: remove default copy_from_iter fallback by Dan Williams · 7 years ago
  15. abebfbe dm: add ->flush() dax operation support by Dan Williams · 7 years ago
  16. 7e026c8 dm: add ->copy_from_iter() dax operation support by Dan Williams · 7 years ago
  17. b9d39d1 device-dax: fix 'dax' device filesystem inode destruction crash by Dan Williams · 7 years ago
  18. 9d10908 dax: fix false CONFIG_BLOCK dependency by Dan Williams · 7 years ago
  19. 0fcc3ab Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  20. cf1e228 device-dax: kill NR_DEV_DAX by Dan Williams · 7 years ago
  21. ef510424 block, dax: move "select DAX" from BLOCK to FS_DAX by Dan Williams · 7 years ago
  22. 74d71a0 device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX by Mike Galbraith · 7 years ago
  23. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  24. 7361636 Merge branch 'for-4.12/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
  25. af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  26. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  27. 565851c device-dax: fix sysfs attribute deadlock by Dan Williams · 7 years ago
  28. 7138970 mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash by Dan Williams · 7 years ago
  29. b068626 dax: introduce dax_direct_access() by Dan Williams · 8 years ago
  30. c1d6e82 pmem: add dax_operations support by Dan Williams · 8 years ago
  31. 6568b08 dax: introduce dax_operations by Dan Williams · 8 years ago
  32. 7205800 dax: add a facility to lookup a dax device by 'host' device name by Dan Williams · 8 years ago
  33. 7b6be84 dax: refactor dax-fs into a generic provider of 'struct dax_device' instances by Dan Williams · 8 years ago
  34. 5f0694b device-dax: rename 'dax_dev' to 'dev_dax' by Dan Williams · 8 years ago
  35. 7620262 device-dax: improve fault handler debug output by Oliver O'Halloran · 8 years ago
  36. 54eafcc device-dax: fix dax_dev_huge_fault() unknown fault size handling by Pushkar Jambhlekar · 8 years ago
  37. bfca9ac Merge branch 'for-4.11/libnvdimm' into for-4.12/dax by Dan Williams · 8 years ago
  38. efebc71 device-dax, tools/testing/nvdimm: enable device-dax with mock resources by Dave Jiang · 8 years ago
  39. 956a4cd device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation by Dan Williams · 8 years ago
  40. 57c0eab Merge 4.11-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  41. 92a3fa0 device-dax: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  42. ed01e50 device-dax: fix cdev leak by Dan Williams · 8 years ago
  43. 52084f8 device-dax: fix debug output typo by Dave Jiang · 8 years ago
  44. 70b085b device-dax: fix pud fault fallback handling by Dave Jiang · 8 years ago
  45. 0134ed4 device-dax: fix pmd/pte fault fallback handling by Dave Jiang · 8 years ago
  46. 50d3439 sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  47. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  48. 9557fee dax: support for transparent PUD pages for device DAX by Dave Jiang · 8 years ago
  49. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  50. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  51. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  52. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  53. 3be134e Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  54. c44ef85 Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  55. d7fe1a6 dax: add region 'id', 'size', and 'align' attributes by Dan Williams · 8 years ago
  56. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  57. 325896f device-dax: fix private mapping restriction, permit read-only by Dan Williams · 8 years ago
  58. 450c663 libnvdimm: use consistent naming for request_mem_region() by Dan Williams · 8 years ago
  59. 4cb1935 device-dax: fail all private mapping attempts by Dan Williams · 8 years ago
  60. 6a84fb4 device-dax: check devm_nsio_enable() return value by Dan Williams · 8 years ago
  61. 52e73eb device-dax: fix percpu_ref_exit ordering by Dan Williams · 8 years ago
  62. 867dfe3 nvdimm: make CONFIG_NVDIMM_DAX 'bool' by Arnd Bergmann · 8 years ago
  63. e476f94 Merge branch 'for-4.9/dax' into libnvdimm-for-next by Dan Williams · 8 years ago
  64. bc0a0fe dax: use correct dev_t value by Arnd Bergmann · 8 years ago
  65. d76911e dax: convert devm_create_dax_dev to PTR_ERR by Dan Williams · 8 years ago
  66. 4c3cb6e dax: fix mapping size check by Dan Williams · 8 years ago
  67. d0e5845 dax: fix device-dax region base by Dan Williams · 8 years ago
  68. 9d2d01a dax: check resource alignment at dax region/device create by Dan Williams · 8 years ago
  69. 9dc1e49 dax: unmap/truncate on device shutdown by Dan Williams · 8 years ago
  70. 3bc52c4 dax: define a unified inode/address_space for device-dax mappings by Dan Williams · 8 years ago
  71. ba09c01 dax: convert to the cdev api by Dan Williams · 8 years ago
  72. ebd84d7 dax: embed a struct device in dax_dev by Dan Williams · 8 years ago
  73. af69f51 dax: rename fops from dax_dev_ to dax_ by Dan Williams · 8 years ago
  74. 043a925 dax: reorder dax_fops function definitions by Dan Williams · 8 years ago
  75. ccdb07f dax: cleanup needlessly global symbol warnings by Dan Williams · 8 years ago
  76. d1c8e0c dax: use devm_add_action_or_reset() by Sajjan, Vikas C · 8 years ago
  77. dee4107 /dev/dax, core: file operations and dax-mmap by Dan Williams · 8 years ago
  78. ab68f26 /dev/dax, pmem: direct access to persistent memory by Dan Williams · 8 years ago