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