1. a2e050f dax: explain how read(2)/write(2) addresses are validated by Ross Zwisler · 7 years ago
  2. 527b19d dax: move all DAX radix tree defs to fs/dax.c by Ross Zwisler · 7 years ago
  3. d01ad19 dax: remove DAX code from page_cache_tree_insert() by Ross Zwisler · 7 years ago
  4. 91d25ba dax: use common 4k zero page for dax mmap reads by Ross Zwisler · 7 years ago
  5. e30331f dax: relocate some dax functions by Ross Zwisler · 7 years ago
  6. a4d1a88 dax: update to new mmu_notifier semantic by Jérôme Glisse · 7 years ago
  7. fffa281 dax: fix deadlock due to misaligned PMD faults by Ross Zwisler · 7 years ago
  8. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  9. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  10. 2262185 mm: per-cgroup memory reclaim stats by Roman Gushchin · 7 years ago
  11. 819ec6b dax: set errors in mapping when writeback fails by Jeff Layton · 7 years ago
  12. ca6a465 x86, libnvdimm, pmem: remove global pmem api by Dan Williams · 7 years ago
  13. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  14. 1eb643d fs/dax.c: fix inefficiency in dax_writeback_mapping_range() by Jan Kara · 7 years ago
  15. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  16. 81f5587 x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush by Dan Williams · 7 years ago
  17. 6318770 filesystem-dax: convert to dax_flush() by Dan Williams · 7 years ago
  18. fec5377 filesystem-dax: convert to dax_copy_from_iter() by Dan Williams · 7 years ago
  19. e209392 dax: fix race between colliding PMD & PTE entries by Ross Zwisler · 7 years ago
  20. 1251704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  21. 876f294 dax: fix PMD data corruption when fault races with write by Ross Zwisler · 7 years ago
  22. 13e451f dax: fix data corruption when fault races with write by Jan Kara · 7 years ago
  23. cd65637 mm: fix data corruption due to stale mmap reads by Jan Kara · 7 years ago
  24. 4636e70 dax: prevent invalidation of mapped DAX entries by Ross Zwisler · 7 years ago
  25. 0fcc3ab Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  26. e84b83b filesystem-dax: fix broken __dax_zero_page_range() conversion by Dan Williams · 7 years ago
  27. b444073 dax: add tracepoint to dax_insert_mapping() by Ross Zwisler · 7 years ago
  28. f9bc3a0 dax: add tracepoint to dax_writeback_one() by Ross Zwisler · 7 years ago
  29. d14a3f4 dax: add tracepoints to dax_writeback_mapping_range() by Ross Zwisler · 7 years ago
  30. 678c9fd dax: add tracepoints to dax_load_hole() by Ross Zwisler · 7 years ago
  31. c3ff68d dax: add tracepoints to dax_pfn_mkwrite() by Ross Zwisler · 7 years ago
  32. a9c42b3 dax: add tracepoints to dax_iomap_pte_fault() by Ross Zwisler · 7 years ago
  33. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  34. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  35. cccbce6 filesystem-dax: convert to dax_direct_access() by Dan Williams · 7 years ago
  36. a41fe02b Revert "block: use DAX for partition table reads" by Dan Williams · 7 years ago
  37. ee472d8 block: add a flags argument to (__)blkdev_issue_zeroout by Christoph Hellwig · 7 years ago
  38. e11f8b7 dax: fix radix tree insertion race by Ross Zwisler · 7 years ago
  39. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 7 years ago
  40. 01cddfe mm,fs,dax: mark dax_iomap_pmd_fault as const by Arnd Bergmann · 7 years ago
  41. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 7 years ago
  42. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 7 years ago
  43. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  44. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  45. a27fcb0 Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  46. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 7 years ago
  47. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 7 years ago
  48. 27a7ffa dax: add tracepoints to dax_pmd_insert_mapping() by Ross Zwisler · 7 years ago
  49. 653b2ea dax: add tracepoints to dax_pmd_load_hole() by Ross Zwisler · 7 years ago
  50. 282a8e0 dax: add tracepoint infrastructure, PMD tracing by Ross Zwisler · 7 years ago
  51. cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  52. 168316d dax: assert that i_rwsem is held exclusive for writes by Christoph Hellwig · 7 years ago
  53. d1908f5 fs: break out of iomap_file_buffered_write on fatal signals by Michal Hocko · 7 years ago
  54. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 7 years ago
  55. 6affb9d dax: fix build warnings with FS_DAX and !FS_IOMAP by Ross Zwisler · 7 years ago
  56. f729c8c dax: wrprotect pmd_t in dax_mapping_entry_mkclean by Ross Zwisler · 7 years ago
  57. 9f141d6 dax: Call ->iomap_begin without entry lock during dax fault by Jan Kara · 8 years ago
  58. f449b93 dax: Finish fault completely when loading holes by Jan Kara · 8 years ago
  59. e3fce68 dax: Avoid page invalidation races and unnecessary radix tree traversals by Jan Kara · 8 years ago
  60. c6dcf52 mm: Invalidate DAX radix tree entries only if appropriate by Jan Kara · 8 years ago
  61. 4b4bb46 dax: clear dirty entry tags on cache flush by Jan Kara · 8 years ago
  62. 2f89dc1 dax: protect PTE modification on WP fault by radix tree entry lock by Jan Kara · 8 years ago
  63. a6abc2c dax: make cache flushing protected by entry lock by Jan Kara · 8 years ago
  64. b1aa812 mm: move handling of COW faults into DAX code by Jan Kara · 8 years ago
  65. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  66. 5084fdf Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  67. 4d693d0 lib: radix-tree: update callback for changing leaf nodes by Johannes Weiner · 8 years ago
  68. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  69. f794243 lib: radix-tree: native accounting of exceptional entries by Johannes Weiner · 8 years ago
  70. 0cb80b4 dax: Fix sleep in atomic contex in grab_mapping_entry() by Jan Kara · 8 years ago
  71. dd936e4 dax: rip out get_block based IO support by Jan Kara · 8 years ago
  72. 9484ab1 dax: Introduce IOMAP_FAULT flag by Jan Kara · 8 years ago
  73. 642261a dax: add struct iomap based DAX PMD support by Ross Zwisler · 8 years ago
  74. 422476c dax: move put_(un)locked_mapping_entry() in dax.c by Ross Zwisler · 8 years ago
  75. fa28f72 dax: move RADIX_DAX_* defines to dax.h by Ross Zwisler · 8 years ago
  76. 1550290 dax: dax_iomap_fault() needs to call iomap_end() by Ross Zwisler · 8 years ago
  77. 333ccc9 dax: add dax_iomap_sector() helper function by Ross Zwisler · 8 years ago
  78. 11c59c9 dax: correct dax iomap code namespace by Ross Zwisler · 8 years ago
  79. b9fde04 dax: remove dax_pmd_fault() by Ross Zwisler · 8 years ago
  80. 63e95b5 dax: coordinate locking for offsets in PMD range by Ross Zwisler · 8 years ago
  81. e3ad61c dax: consistent variable naming for DAX entries by Ross Zwisler · 8 years ago
  82. aada54f dax: remove the last BUG_ON() from fs/dax.c by Ross Zwisler · 8 years ago
  83. ce95ab0 dax: make 'wait_table' global variable static by Ross Zwisler · 8 years ago
  84. fa0d3fc dax: remove buffer_size_valid() by Ross Zwisler · 8 years ago
  85. 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
  86. a7d73fe dax: provide an iomap based fault handler by Christoph Hellwig · 8 years ago
  87. a254e56 dax: provide an iomap based dax read/write path by Christoph Hellwig · 8 years ago
  88. b0d5e82 dax: don't pass buffer_head to copy_user_dax by Christoph Hellwig · 8 years ago
  89. 1aaba09 dax: don't pass buffer_head to dax_insert_mapping by Christoph Hellwig · 8 years ago
  90. 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
  91. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  92. 0606263 Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  93. 7a9eb20 pmem: kill __pmem address space by Dan Williams · 8 years ago
  94. 14df6a4 fs/dax: remove wmb_pmem() by Dan Williams · 8 years ago
  95. 0239543 dax: fix offset overflow in dax_io by Eric Sandeen · 8 years ago
  96. 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
  97. 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
  98. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  99. 78a9be0 dax: move RADIX_DAX_ definitions to dax.c by NeilBrown · 8 years ago
  100. 4d9a2c8 dax: Remove i_mmap_lock protection by Jan Kara · 8 years ago