1. b2e0d16 dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() by Dan Williams · 8 years ago
  2. fe683ad dax: guarantee page aligned results from bdev_direct_access() by Dan Williams · 8 years ago
  3. 0e749e5 dax: increase granularity of dax_clear_blocks() operations by Dan Williams · 8 years ago
  4. 52db400 pmem, dax: clean up clear_pmem() by Dan Williams · 8 years ago
  5. ee82c9e dax: disable pmd mappings by Dan Williams · 9 years ago
  6. 2870f6c Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  7. 152d7bd dax: fix __dax_pmd_fault crash by Dan Williams · 9 years ago
  8. 5e2078b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  9. 5d50ac7 Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  10. cadfbb6 dax_io(): don't let non-error value escape via retval instead of EFAULT by Al Viro · 9 years ago
  11. 1ca1915 xfs: Don't use unwritten extents for DAX by Dave Chinner · 9 years ago
  12. 0f90cc6 mm, dax: fix DAX deadlocks by Ross Zwisler · 9 years ago
  13. 8346c41 dax: fix NULL pointer in __dax_pmd_fault() by Ross Zwisler · 9 years ago
  14. e94f5a2 dax: fix O_DIRECT I/O to the last block of a blockdev by Jeff Moyer · 9 years ago
  15. d77e92e dax: update PMD fault handler with PMEM API by Ross Zwisler · 9 years ago
  16. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  17. 46c043e mm: take i_mmap_lock in unmap_mapping_range() for DAX by Kirill A. Shutemov · 9 years ago
  18. 3fdd1b47 dax: use linear_page_index() by Matthew Wilcox · 9 years ago
  19. 73a6ec4 dax: ensure that zero pages are removed from other processes by Matthew Wilcox · 9 years ago
  20. d295e34 dax: don't use set_huge_zero_page() by Kirill A. Shutemov · 9 years ago
  21. 8431729 dax: fix race between simultaneous faults by Matthew Wilcox · 9 years ago
  22. 84c4e5e dax: improve comment about truncate race by Matthew Wilcox · 9 years ago
  23. dd8a2b6 fs/dax.c: fix typo in #endif comment by Valentin Rothberg · 9 years ago
  24. 844f35d dax: add huge page fault support by Matthew Wilcox · 9 years ago
  25. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  26. e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
  27. 2765cfb dax: update I/O path to do proper PMEM flushing by Ross Zwisler · 9 years ago
  28. b2442c5 xfs: call dax_fault on read page faults for DAX by Dave Chinner · 9 years ago
  29. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  30. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
  31. 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 9 years ago
  32. ce5c5d5 dax: expose __dax_fault for filesystems with locking constraints by Dave Chinner · 9 years ago
  33. e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 9 years ago
  34. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  35. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  36. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  37. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  38. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 9 years ago
  39. 25726bc dax: add dax_zero_page_range by Matthew Wilcox · 9 years ago
  40. 4c0ccfe dax,ext2: replace xip_truncate_page with dax_truncate_page by Matthew Wilcox · 9 years ago
  41. f7ca90b dax,ext2: replace the XIP page fault handler with the DAX page fault handler by Matthew Wilcox · 9 years ago
  42. 289c6ae dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks by Matthew Wilcox · 9 years ago
  43. d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 9 years ago