1. f06c2c65 fs/dax.c: fix inefficiency in dax_writeback_mapping_range() by Jan Kara · 6 years ago
  2. 771c831 dax: Avoid page invalidation races and unnecessary radix tree traversals by Jan Kara · 8 years ago
  3. 72cd604 fs: break out of iomap_file_buffered_write on fatal signals by Michal Hocko · 7 years ago
  4. 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
  5. a7d73fe dax: provide an iomap based fault handler by Christoph Hellwig · 8 years ago
  6. a254e56 dax: provide an iomap based dax read/write path by Christoph Hellwig · 8 years ago
  7. b0d5e82 dax: don't pass buffer_head to copy_user_dax by Christoph Hellwig · 8 years ago
  8. 1aaba09 dax: don't pass buffer_head to dax_insert_mapping by Christoph Hellwig · 8 years ago
  9. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  10. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  11. 0606263 Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  12. 7a9eb20 pmem: kill __pmem address space by Dan Williams · 8 years ago
  13. 14df6a4 fs/dax: remove wmb_pmem() by Dan Williams · 8 years ago
  14. 0239543 dax: fix offset overflow in dax_io by Eric Sandeen · 8 years ago
  15. 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  16. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  17. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  18. 78a9be0 dax: move RADIX_DAX_ definitions to dax.c by NeilBrown · 8 years ago
  19. 4d9a2c8 dax: Remove i_mmap_lock protection by Jan Kara · 8 years ago
  20. bc2466e dax: Use radix tree entry lock to protect cow faults by Jan Kara · 8 years ago
  21. ac401cc dax: New fault locking by Jan Kara · 8 years ago
  22. e804315 dax: Define DAX lock bit for radix tree exceptional entry by Jan Kara · 8 years ago
  23. 348e967 dax: Make huge page handling depend of CONFIG_BROKEN by Jan Kara · 8 years ago
  24. b995353 dax: Fix condition for filling of PMD holes by Jan Kara · 8 years ago
  25. 40543f6 dax: fix a comment in dax_zero_page_range and dax_truncate_page by Vishal Verma · 8 years ago
  26. 4b0228f dax: for truncate/hole-punch, do zeroing through the driver if possible by Vishal Verma · 8 years ago
  27. 679c8bd dax: export a low-level __dax_zero_page_range helper by Christoph Hellwig · 8 years ago
  28. 3dc2916 dax: use sb_issue_zerout instead of calling dax_clear_sectors by Matthew Wilcox · 8 years ago
  29. 8b3db979 dax: fallback from pmd to pte on error by Dan Williams · 8 years ago
  30. 7795bec dax: Remove redundant inode size checks by Jan Kara · 8 years ago
  31. c3d98e3 dax: Remove pointless writeback from dax_do_io() by Jan Kara · 8 years ago
  32. 069c77b dax: Remove zeroing from dax_io() by Jan Kara · 8 years ago
  33. 2b10945 dax: Remove dead zeroing code from fault handlers by Jan Kara · 8 years ago
  34. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
  35. e4b2749 DAX: move RADIX_DAX_ definitions to dax.c by NeilBrown · 8 years ago
  36. aef39ab dax: call get_blocks() with create == 1 for write faults to unwritten extents by Jan Kara · 8 years ago
  37. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  38. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  39. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  40. 53d2e69 Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  41. 30f471f dax: check return value of dax_radix_entry() by Ross Zwisler · 8 years ago
  42. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 8 years ago
  43. 20a90f5 dax: give DAX clearing code correct bdev by Ross Zwisler · 8 years ago
  44. 187372a direct-io: always call ->end_io if non-NULL by Christoph Hellwig · 8 years ago
  45. d2b2a28 dax: dirty inode only if required by Dmitry Monakhov · 8 years ago
  46. d1a5f2b4 block: use DAX for partition table reads by Dan Williams · 8 years ago
  47. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  48. eab95db dax: never rely on bh.b_dev being set by get_block() by Ross Zwisler · 8 years ago
  49. 9973c98 dax: add support for fsync/sync by Ross Zwisler · 8 years ago
  50. de14b9c dax: fix conversion of holes to PMDs by Ross Zwisler · 8 years ago
  51. d4bbe70 dax: fix NULL pointer dereference in __dax_dbg() by Ross Zwisler · 8 years ago
  52. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  53. c046c32 dax: re-enable dax pmd mappings by Dan Williams · 8 years ago
  54. cbb38e4 dax: provide diagnostics for pmd mapping failures by Dan Williams · 8 years ago
  55. f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 8 years ago
  56. 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 8 years ago
  57. 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 8 years ago
  58. 59bf4fb dax: Split pmd map when fallback on COW by Toshi Kani · 8 years ago
  59. b2e0d16 dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() by Dan Williams · 8 years ago
  60. fe683ad dax: guarantee page aligned results from bdev_direct_access() by Dan Williams · 8 years ago
  61. 0e749e5 dax: increase granularity of dax_clear_blocks() operations by Dan Williams · 8 years ago
  62. 52db400 pmem, dax: clean up clear_pmem() by Dan Williams · 8 years ago
  63. ee82c9e dax: disable pmd mappings by Dan Williams · 8 years ago
  64. 2870f6c Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  65. 152d7bd dax: fix __dax_pmd_fault crash by Dan Williams · 8 years ago
  66. 5e2078b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  67. 5d50ac7 Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  68. cadfbb6 dax_io(): don't let non-error value escape via retval instead of EFAULT by Al Viro · 8 years ago
  69. 1ca1915 xfs: Don't use unwritten extents for DAX by Dave Chinner · 8 years ago
  70. 0f90cc6 mm, dax: fix DAX deadlocks by Ross Zwisler · 9 years ago
  71. 8346c41 dax: fix NULL pointer in __dax_pmd_fault() by Ross Zwisler · 9 years ago
  72. e94f5a2 dax: fix O_DIRECT I/O to the last block of a blockdev by Jeff Moyer · 9 years ago
  73. d77e92e dax: update PMD fault handler with PMEM API by Ross Zwisler · 9 years ago
  74. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  75. 46c043e mm: take i_mmap_lock in unmap_mapping_range() for DAX by Kirill A. Shutemov · 9 years ago
  76. 3fdd1b47 dax: use linear_page_index() by Matthew Wilcox · 9 years ago
  77. 73a6ec4 dax: ensure that zero pages are removed from other processes by Matthew Wilcox · 9 years ago
  78. d295e34 dax: don't use set_huge_zero_page() by Kirill A. Shutemov · 9 years ago
  79. 8431729 dax: fix race between simultaneous faults by Matthew Wilcox · 9 years ago
  80. 84c4e5e dax: improve comment about truncate race by Matthew Wilcox · 9 years ago
  81. dd8a2b6 fs/dax.c: fix typo in #endif comment by Valentin Rothberg · 9 years ago
  82. 844f35d dax: add huge page fault support by Matthew Wilcox · 9 years ago
  83. 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
  84. e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
  85. 2765cfb dax: update I/O path to do proper PMEM flushing by Ross Zwisler · 9 years ago
  86. b2442c5 xfs: call dax_fault on read page faults for DAX by Dave Chinner · 9 years ago
  87. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  88. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
  89. 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 9 years ago
  90. ce5c5d5 dax: expose __dax_fault for filesystems with locking constraints by Dave Chinner · 9 years ago
  91. e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 9 years ago
  92. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  93. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  94. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  95. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  96. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 9 years ago
  97. 25726bc dax: add dax_zero_page_range by Matthew Wilcox · 9 years ago
  98. 4c0ccfe dax,ext2: replace xip_truncate_page with dax_truncate_page by Matthew Wilcox · 9 years ago
  99. f7ca90b dax,ext2: replace the XIP page fault handler with the DAX page fault handler by Matthew Wilcox · 9 years ago
  100. 289c6ae dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks by Matthew Wilcox · 9 years ago