1. 4f3b4f1 dax,iomap: Add helper dax_iomap_zero() to zero a range by Vivek Goyal · 4 years, 10 months ago
  2. f605a26 dax, pmem: Add a dax operation zero_page_range by Vivek Goyal · 4 years, 10 months ago
  3. f01b16a dax: Get rid of fs_dax_get_by_host() helper by Vivek Goyal · 5 years ago
  4. 3f666c5 dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() by Vivek Goyal · 5 years ago
  5. 32de148 dax: check synchronous mapping is supported by Pankaj Gupta · 5 years ago
  6. fefc1d9 libnvdimm: add dax_dev sync flag by Pankaj Gupta · 5 years ago
  7. 7bf7eac dax: Arrange for dax_supported check to span multiple devices by Dan Williams · 6 years ago
  8. 27359fd dax: Fix unlock mismatch with updated API by Matthew Wilcox · 6 years ago
  9. c2a7d2a filesystem-dax: Introduce dax_lock_mapping_entry() by Dan Williams · 6 years ago
  10. f77bc3a include/linux/dax.h: dax_iomap_fault() returns vm_fault_t by Souptick Joarder · 7 years ago
  11. 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  12. 930218a Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next by Dan Williams · 7 years ago
  13. ab77dab fs/dax.c: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  14. 80660f2 dax: change bdev_dax_supported() to support boolean returns by Dave Jiang · 7 years ago
  15. ba23cba fs: allow per-device dax status checking for filesystems by Darrick J. Wong · 7 years ago
  16. b3a9a0c dax: Introduce a ->copy_to_iter dax operation by Dan Williams · 7 years ago
  17. 5fac740 mm, fs, dax: handle layout changes to pinned dax mappings by Dan Williams · 7 years ago
  18. 976431b dax, dm: allow device-mapper to operate without dax support by Dan Williams · 7 years ago
  19. f44c776 fs, dax: prepare for dax-specific address_space_operations by Dan Williams · 7 years ago
  20. c0b2462 dax: pass detailed error code from dax_iomap_fault() by Jan Kara · 7 years ago
  21. 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
  22. 71eab6d dax: Implement dax_finish_sync_fault() by Jan Kara · 7 years ago
  23. 9a0dd42 dax: Allow dax_iomap_fault() to return pfn by Jan Kara · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 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
  26. 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
  27. c3ca015 dax: remove the pmem_dax_ops->flush abstraction by Mikulas Patocka · 7 years ago
  28. 527b19d dax: move all DAX radix tree defs to fs/dax.c by Ross Zwisler · 7 years ago
  29. d01ad19 dax: remove DAX code from page_cache_tree_insert() by Ross Zwisler · 7 years ago
  30. 91d25ba dax: use common 4k zero page for dax mmap reads by Ross Zwisler · 7 years ago
  31. 78f3547 dax: introduce a fs_dax_get_by_bdev() helper by Dan Williams · 7 years ago
  32. 273752c dm, dax: Make sure dm_dax_flush() is called if device supports it by Vivek Goyal · 7 years ago
  33. baabda2 mm: always enable thp for dax mappings by Dan Williams · 7 years ago
  34. 6e0c90d libnvdimm, pmem, dax: export a cache control attribute by Dan Williams · 8 years ago
  35. 5d61e43 dax: remove default copy_from_iter fallback by Dan Williams · 8 years ago
  36. abebfbe2 dm: add ->flush() dax operation support by Dan Williams · 8 years ago
  37. 3c1cebf dax, pmem: introduce an optional 'flush' dax_operation by Dan Williams · 8 years ago
  38. 7e026c8 dm: add ->copy_from_iter() dax operation support by Dan Williams · 8 years ago
  39. 0aed55a x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operations by Dan Williams · 8 years ago
  40. f5705aa8c dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case by Dan Williams · 8 years ago
  41. 1251704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  42. 4636e70 dax: prevent invalidation of mapped DAX entries by Ross Zwisler · 8 years ago
  43. ef51042 block, dax: move "select DAX" from BLOCK to FS_DAX by Dan Williams · 8 years ago
  44. cccbce6 filesystem-dax: convert to dax_direct_access() by Dan Williams · 8 years ago
  45. a41fe02b Revert "block: use DAX for partition table reads" by Dan Williams · 8 years ago
  46. b068626 dax: introduce dax_direct_access() by Dan Williams · 8 years ago
  47. c1d6e82 pmem: add dax_operations support by Dan Williams · 8 years ago
  48. 6568b08 dax: introduce dax_operations by Dan Williams · 8 years ago
  49. 7205800 dax: add a facility to lookup a dax device by 'host' device name by Dan Williams · 8 years ago
  50. 7b6be84 dax: refactor dax-fs into a generic provider of 'struct dax_device' instances by Dan Williams · 8 years ago
  51. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  52. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  53. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  54. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  55. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  56. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  57. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  58. c6dcf52 mm: Invalidate DAX radix tree entries only if appropriate by Jan Kara · 8 years ago
  59. b1aa812 mm: move handling of COW faults into DAX code by Jan Kara · 8 years ago
  60. dd936e4 dax: rip out get_block based IO support by Jan Kara · 8 years ago
  61. 642261a dax: add struct iomap based DAX PMD support by Ross Zwisler · 8 years ago
  62. fa28f72 dax: move RADIX_DAX_* defines to dax.h by Ross Zwisler · 8 years ago
  63. 11c59c9 dax: correct dax iomap code namespace by Ross Zwisler · 8 years ago
  64. b9fde04 dax: remove dax_pmd_fault() by Ross Zwisler · 8 years ago
  65. 63e95b5 dax: coordinate locking for offsets in PMD range by Ross Zwisler · 8 years ago
  66. a7d73fe dax: provide an iomap based fault handler by Christoph Hellwig · 8 years ago
  67. a254e56 dax: provide an iomap based dax read/write path by Christoph Hellwig · 8 years ago
  68. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  69. 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  70. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  71. bc2466e dax: Use radix tree entry lock to protect cow faults by Jan Kara · 9 years ago
  72. ac401cc dax: New fault locking by Jan Kara · 9 years ago
  73. 4f62293 dax: Allow DAX code to replace exceptional entries by Jan Kara · 9 years ago
  74. e804315 dax: Define DAX lock bit for radix tree exceptional entry by Jan Kara · 9 years ago
  75. 348e967 dax: Make huge page handling depend of CONFIG_BROKEN by Jan Kara · 9 years ago
  76. 679c8bd dax: export a low-level __dax_zero_page_range helper by Christoph Hellwig · 9 years ago
  77. 3dc2916 dax: use sb_issue_zerout instead of calling dax_clear_sectors by Matthew Wilcox · 9 years ago
  78. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 9 years ago
  79. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  80. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 9 years ago
  81. 20a90f5 dax: give DAX clearing code correct bdev by Ross Zwisler · 9 years ago
  82. d1a5f2b4 block: use DAX for partition table reads by Dan Williams · 9 years ago
  83. 9973c98 dax: add support for fsync/sync by Ross Zwisler · 9 years ago
  84. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 9 years ago
  85. 844f35d dax: add huge page fault support by Matthew Wilcox · 9 years ago
  86. 4897c76 thp: prepare for DAX huge pages by Matthew Wilcox · 9 years ago
  87. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago