1. e11f8b7 dax: fix radix tree insertion race by Ross Zwisler · 7 years ago
  2. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  3. 01cddfe mm,fs,dax: mark dax_iomap_pmd_fault as const by Arnd Bergmann · 8 years ago
  4. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  5. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  6. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  7. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  8. a27fcb0 Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  9. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  10. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  11. 27a7ffa dax: add tracepoints to dax_pmd_insert_mapping() by Ross Zwisler · 8 years ago
  12. 653b2ea dax: add tracepoints to dax_pmd_load_hole() by Ross Zwisler · 8 years ago
  13. 282a8e0 dax: add tracepoint infrastructure, PMD tracing by Ross Zwisler · 8 years ago
  14. cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  15. 168316d dax: assert that i_rwsem is held exclusive for writes by Christoph Hellwig · 8 years ago
  16. d1908f5 fs: break out of iomap_file_buffered_write on fatal signals by Michal Hocko · 8 years ago
  17. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  18. 6affb9d dax: fix build warnings with FS_DAX and !FS_IOMAP by Ross Zwisler · 8 years ago
  19. f729c8c dax: wrprotect pmd_t in dax_mapping_entry_mkclean by Ross Zwisler · 8 years ago
  20. 9f141d6 dax: Call ->iomap_begin without entry lock during dax fault by Jan Kara · 8 years ago
  21. f449b93 dax: Finish fault completely when loading holes by Jan Kara · 8 years ago
  22. e3fce68 dax: Avoid page invalidation races and unnecessary radix tree traversals by Jan Kara · 8 years ago
  23. c6dcf52 mm: Invalidate DAX radix tree entries only if appropriate by Jan Kara · 8 years ago
  24. 4b4bb46 dax: clear dirty entry tags on cache flush by Jan Kara · 8 years ago
  25. 2f89dc1 dax: protect PTE modification on WP fault by radix tree entry lock by Jan Kara · 8 years ago
  26. a6abc2c dax: make cache flushing protected by entry lock by Jan Kara · 8 years ago
  27. b1aa812 mm: move handling of COW faults into DAX code by Jan Kara · 8 years ago
  28. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  29. 5084fdf Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  30. 4d693d0 lib: radix-tree: update callback for changing leaf nodes by Johannes Weiner · 8 years ago
  31. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  32. f794243 lib: radix-tree: native accounting of exceptional entries by Johannes Weiner · 8 years ago
  33. 0cb80b4 dax: Fix sleep in atomic contex in grab_mapping_entry() by Jan Kara · 8 years ago
  34. dd936e4 dax: rip out get_block based IO support by Jan Kara · 8 years ago
  35. 9484ab1 dax: Introduce IOMAP_FAULT flag by Jan Kara · 8 years ago
  36. 642261a dax: add struct iomap based DAX PMD support by Ross Zwisler · 8 years ago
  37. 422476c dax: move put_(un)locked_mapping_entry() in dax.c by Ross Zwisler · 8 years ago
  38. fa28f72 dax: move RADIX_DAX_* defines to dax.h by Ross Zwisler · 8 years ago
  39. 1550290 dax: dax_iomap_fault() needs to call iomap_end() by Ross Zwisler · 8 years ago
  40. 333ccc9 dax: add dax_iomap_sector() helper function by Ross Zwisler · 8 years ago
  41. 11c59c9 dax: correct dax iomap code namespace by Ross Zwisler · 8 years ago
  42. b9fde04 dax: remove dax_pmd_fault() by Ross Zwisler · 8 years ago
  43. 63e95b5 dax: coordinate locking for offsets in PMD range by Ross Zwisler · 8 years ago
  44. e3ad61c dax: consistent variable naming for DAX entries by Ross Zwisler · 8 years ago
  45. aada54f dax: remove the last BUG_ON() from fs/dax.c by Ross Zwisler · 8 years ago
  46. ce95ab0 dax: make 'wait_table' global variable static by Ross Zwisler · 8 years ago
  47. fa0d3fc dax: remove buffer_size_valid() by Ross Zwisler · 8 years ago
  48. 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
  49. a7d73fe dax: provide an iomap based fault handler by Christoph Hellwig · 8 years ago
  50. a254e56 dax: provide an iomap based dax read/write path by Christoph Hellwig · 8 years ago
  51. b0d5e82 dax: don't pass buffer_head to copy_user_dax by Christoph Hellwig · 8 years ago
  52. 1aaba09 dax: don't pass buffer_head to dax_insert_mapping by Christoph Hellwig · 8 years ago
  53. 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
  54. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  55. 0606263 Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  56. 7a9eb20 pmem: kill __pmem address space by Dan Williams · 8 years ago
  57. 14df6a4 fs/dax: remove wmb_pmem() by Dan Williams · 8 years ago
  58. 0239543 dax: fix offset overflow in dax_io by Eric Sandeen · 8 years ago
  59. 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
  60. 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
  61. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  62. 78a9be0 dax: move RADIX_DAX_ definitions to dax.c by NeilBrown · 8 years ago
  63. 4d9a2c8 dax: Remove i_mmap_lock protection by Jan Kara · 8 years ago
  64. bc2466e dax: Use radix tree entry lock to protect cow faults by Jan Kara · 8 years ago
  65. ac401cc dax: New fault locking by Jan Kara · 8 years ago
  66. e804315 dax: Define DAX lock bit for radix tree exceptional entry by Jan Kara · 8 years ago
  67. 348e967 dax: Make huge page handling depend of CONFIG_BROKEN by Jan Kara · 8 years ago
  68. b995353 dax: Fix condition for filling of PMD holes by Jan Kara · 8 years ago
  69. 40543f6 dax: fix a comment in dax_zero_page_range and dax_truncate_page by Vishal Verma · 8 years ago
  70. 4b0228f dax: for truncate/hole-punch, do zeroing through the driver if possible by Vishal Verma · 8 years ago
  71. 679c8bd dax: export a low-level __dax_zero_page_range helper by Christoph Hellwig · 8 years ago
  72. 3dc2916 dax: use sb_issue_zerout instead of calling dax_clear_sectors by Matthew Wilcox · 9 years ago
  73. 8b3db979 dax: fallback from pmd to pte on error by Dan Williams · 9 years ago
  74. 7795bec dax: Remove redundant inode size checks by Jan Kara · 8 years ago
  75. c3d98e3 dax: Remove pointless writeback from dax_do_io() by Jan Kara · 8 years ago
  76. 069c77b dax: Remove zeroing from dax_io() by Jan Kara · 8 years ago
  77. 2b10945 dax: Remove dead zeroing code from fault handlers by Jan Kara · 8 years ago
  78. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
  79. e4b2749 DAX: move RADIX_DAX_ definitions to dax.c by NeilBrown · 8 years ago
  80. aef39ab dax: call get_blocks() with create == 1 for write faults to unwritten extents by Jan Kara · 8 years ago
  81. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  82. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  83. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  84. 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
  85. 30f471f dax: check return value of dax_radix_entry() by Ross Zwisler · 9 years ago
  86. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 9 years ago
  87. 20a90f5 dax: give DAX clearing code correct bdev by Ross Zwisler · 9 years ago
  88. 187372a direct-io: always call ->end_io if non-NULL by Christoph Hellwig · 9 years ago
  89. d2b2a28 dax: dirty inode only if required by Dmitry Monakhov · 9 years ago
  90. d1a5f2b4 block: use DAX for partition table reads by Dan Williams · 9 years ago
  91. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  92. eab95db dax: never rely on bh.b_dev being set by get_block() by Ross Zwisler · 9 years ago
  93. 9973c98 dax: add support for fsync/sync by Ross Zwisler · 9 years ago
  94. de14b9c dax: fix conversion of holes to PMDs by Ross Zwisler · 9 years ago
  95. d4bbe70 dax: fix NULL pointer dereference in __dax_dbg() by Ross Zwisler · 9 years ago
  96. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  97. c046c32 dax: re-enable dax pmd mappings by Dan Williams · 9 years ago
  98. cbb38e4 dax: provide diagnostics for pmd mapping failures by Dan Williams · 9 years ago
  99. f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
  100. 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 9 years ago