1. 1251704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  2. 4636e70 dax: prevent invalidation of mapped DAX entries by Ross Zwisler · 8 years ago
  3. ef510424 block, dax: move "select DAX" from BLOCK to FS_DAX by Dan Williams · 8 years ago
  4. cccbce6 filesystem-dax: convert to dax_direct_access() by Dan Williams · 8 years ago
  5. a41fe02b Revert "block: use DAX for partition table reads" by Dan Williams · 8 years ago
  6. b068626 dax: introduce dax_direct_access() by Dan Williams · 8 years ago
  7. c1d6e82 pmem: add dax_operations support by Dan Williams · 8 years ago
  8. 6568b08 dax: introduce dax_operations by Dan Williams · 8 years ago
  9. 7205800 dax: add a facility to lookup a dax device by 'host' device name by Dan Williams · 8 years ago
  10. 7b6be84 dax: refactor dax-fs into a generic provider of 'struct dax_device' instances by Dan Williams · 8 years ago
  11. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  12. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  13. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  14. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  15. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  16. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  17. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  18. c6dcf52 mm: Invalidate DAX radix tree entries only if appropriate by Jan Kara · 9 years ago
  19. b1aa812 mm: move handling of COW faults into DAX code by Jan Kara · 8 years ago
  20. dd936e4 dax: rip out get_block based IO support by Jan Kara · 8 years ago
  21. 642261a dax: add struct iomap based DAX PMD support by Ross Zwisler · 8 years ago
  22. fa28f72 dax: move RADIX_DAX_* defines to dax.h by Ross Zwisler · 8 years ago
  23. 11c59c9 dax: correct dax iomap code namespace by Ross Zwisler · 8 years ago
  24. b9fde04 dax: remove dax_pmd_fault() by Ross Zwisler · 8 years ago
  25. 63e95b5 dax: coordinate locking for offsets in PMD range by Ross Zwisler · 8 years ago
  26. a7d73fe dax: provide an iomap based fault handler by Christoph Hellwig · 8 years ago
  27. a254e56 dax: provide an iomap based dax read/write path by Christoph Hellwig · 8 years ago
  28. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 9 years ago
  29. 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
  30. 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
  31. bc2466e dax: Use radix tree entry lock to protect cow faults by Jan Kara · 9 years ago
  32. ac401cc dax: New fault locking by Jan Kara · 9 years ago
  33. 4f62293 dax: Allow DAX code to replace exceptional entries by Jan Kara · 9 years ago
  34. e804315 dax: Define DAX lock bit for radix tree exceptional entry by Jan Kara · 9 years ago
  35. 348e967 dax: Make huge page handling depend of CONFIG_BROKEN by Jan Kara · 9 years ago
  36. 679c8bd dax: export a low-level __dax_zero_page_range helper by Christoph Hellwig · 9 years ago
  37. 3dc2916 dax: use sb_issue_zerout instead of calling dax_clear_sectors by Matthew Wilcox · 9 years ago
  38. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 9 years ago
  39. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  40. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 9 years ago
  41. 20a90f5 dax: give DAX clearing code correct bdev by Ross Zwisler · 9 years ago
  42. d1a5f2b4 block: use DAX for partition table reads by Dan Williams · 9 years ago
  43. 9973c98 dax: add support for fsync/sync by Ross Zwisler · 9 years ago
  44. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 9 years ago
  45. 844f35d dax: add huge page fault support by Matthew Wilcox · 9 years ago
  46. 4897c76 thp: prepare for DAX huge pages by Matthew Wilcox · 9 years ago
  47. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago