| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-02 | dax,iomap: Add helper dax_iomap_zero() to zero a range | Vivek Goyal | 1 | -8/+8 |
| 2020-04-02 | dax: Use new dax zero page method for zeroing a page | Vivek Goyal | 1 | -30/+23 |
| 2020-02-05 | dax: pass NOWAIT flag to iomap_apply | Jeff Moyer | 1 | -0/+3 |
| 2020-01-03 | dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() | Vivek Goyal | 1 | -7/+1 |
| 2019-11-30 | Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -5/+8 |
| 2019-10-22 | fs/dax: Fix pmd vs pte conflict detection | Dan Williams | 1 | -2/+3 |
| 2019-10-21 | iomap: use a srcmap for a read-modify-write I/O | Goldwyn Rodrigues | 1 | -5/+8 |
| 2019-08-05 | dax: dax_layout_busy_page() should not unmap cow pages | Vivek Goyal | 1 | -1/+1 |
| 2019-07-29 | dax: Fix missed wakeup in put_unlocked_entry() | Jan Kara | 1 | -1/+1 |
| 2019-07-19 | Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+0 |
| 2019-07-18 | Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi... | Linus Torvalds | 1 | -20/+33 |
| 2019-07-17 | iomap: move internal declarations into fs/iomap/ | Darrick J. Wong | 1 | -1/+0 |
| 2019-07-16 | dax: Fix missed wakeup with PMD faults | Matthew Wilcox (Oracle) | 1 | -20/+33 |
| 2019-07-08 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2019-07-05 | Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+4 |
| 2019-06-17 | locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel... | Nikolay Borisov | 1 | -1/+1 |
| 2019-06-06 | dax: Fix xarray entry association for mixed mappings | Jan Kara | 1 | -5/+4 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 1 | -9/+1 |
| 2019-05-14 | mm: page_mkclean vs MADV_DONTNEED race | Aneesh Kumar K.V | 1 | -1/+1 |
| 2019-05-14 | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre... | Dan Williams | 1 | -4/+2 |
| 2019-03-13 | fs/dax: Deposit pagetable even when installing zero page | Aneesh Kumar K.V | 1 | -0/+15 |
| 2019-03-01 | dax: Flush partial PMDs correctly | Matthew Wilcox | 1 | -10/+9 |
| 2019-02-12 | fs/dax: NIT fix comment regarding start/end vs range | Ira Weiny | 1 | -1/+1 |
| 2019-02-12 | fs/dax: Convert to use vmf_error() | Souptick Joarder | 1 | -3/+1 |
| 2018-12-31 | Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd... | Linus Torvalds | 1 | -9/+7 |
| 2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -3/+5 |
| 2018-12-21 | dax: Use non-exclusive wait in wait_entry_unlocked() | Dan Williams | 1 | -9/+7 |
| 2018-12-04 | dax: Fix unlock mismatch with updated API | Matthew Wilcox | 1 | -13/+8 |
| 2018-11-28 | dax: Don't access a freed inode | Matthew Wilcox | 1 | -3/+29 |
| 2018-11-28 | dax: Check page->mapping isn't NULL | Matthew Wilcox | 1 | -1/+1 |
| 2018-11-19 | dax: Avoid losing wakeup in dax_lock_mapping_entry | Matthew Wilcox | 1 | -0/+1 |
| 2018-11-17 | dax: Fix huge page faults | Matthew Wilcox | 1 | -8/+4 |
| 2018-11-17 | dax: Fix dax_unlock_mapping_entry for PMD pages | Matthew Wilcox | 1 | -9/+8 |
| 2018-11-16 | dax: Reinstate RCU protection of inode | Matthew Wilcox | 1 | -3/+19 |
| 2018-11-16 | dax: Make sure the unlocking entry isn't locked | Matthew Wilcox | 1 | -0/+1 |
| 2018-11-16 | dax: Remove optimisation from dax_lock_mapping_entry | Matthew Wilcox | 1 | -5/+2 |
| 2018-10-21 | dax: Convert page fault handlers to XArray | Matthew Wilcox | 1 | -301/+128 |
| 2018-10-21 | dax: Convert dax_lock_mapping_entry to XArray | Matthew Wilcox | 1 | -48/+35 |
| 2018-10-21 | dax: Convert dax writeback to XArray | Matthew Wilcox | 1 | -68/+62 |
| 2018-10-21 | dax: Convert __dax_invalidate_entry to XArray | Matthew Wilcox | 1 | -8/+9 |
| 2018-10-21 | dax: Convert dax_layout_busy_page to XArray | Matthew Wilcox | 1 | -43/+21 |
| 2018-10-21 | dax: Convert dax_insert_pfn_mkwrite to XArray | Matthew Wilcox | 1 | -32/+117 |
| 2018-10-21 | dax: Hash on XArray instead of mapping | Matthew Wilcox | 1 | -14/+15 |
| 2018-10-21 | dax: Rename some functions | Matthew Wilcox | 1 | -44/+42 |
| 2018-09-29 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -57/+55 |
| 2018-09-11 | filesystem-dax: Fix use of zero page | Matthew Wilcox | 1 | -11/+2 |
| 2018-08-25 | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | 1 | -9/+116 |
| 2018-08-25 | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern... | Linus Torvalds | 1 | -9/+4 |
| 2018-07-30 | filesystem-dax: Do not request kaddr and pfn when not required | Huaisheng Ye | 1 | -9/+4 |
| 2018-07-29 | dax: dax_layout_busy_page() warn on !exceptional | Ross Zwisler | 1 | -1/+9 |
| 2018-07-23 | filesystem-dax: Introduce dax_lock_mapping_entry() | Dan Williams | 1 | -6/+103 |
| 2018-07-20 | filesystem-dax: Set page->index | Dan Williams | 1 | -3/+13 |
| 2018-06-08 | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -25/+111 |
| 2018-06-08 | Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next | Dan Williams | 1 | -9/+12 |
| 2018-06-07 | fs/dax.c: use new return type vm_fault_t | Souptick Joarder | 1 | -41/+37 |
| 2018-06-02 | dax: dax_insert_mapping_entry always succeeds | Matthew Wilcox | 1 | -16/+2 |
| 2018-05-22 | dax: Report bytes remaining in dax_iomap_actor() | Dan Williams | 1 | -9/+11 |
| 2018-05-22 | dax: Introduce a ->copy_to_iter dax operation | Dan Williams | 1 | -1/+2 |
| 2018-05-22 | mm, fs, dax: handle layout changes to pinned dax mappings | Dan Williams | 1 | -0/+97 |
| 2018-04-16 | Merge branch 'mm-rst' into docs-next | Jonathan Corbet | 1 | -1/+1 |
| 2018-04-16 | docs/vm: rename documentation files to .rst | Mike Rapoport | 1 | -1/+1 |
| 2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -64/+60 |
| 2018-04-03 | fs, dax: use page->mapping to warn if truncate collides with a busy page | Dan Williams | 1 | -0/+63 |
| 2018-03-30 | dax: store pfns in the radix | Dan Williams | 1 | -52/+31 |
| 2018-02-03 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -3/+6 |
| 2018-01-31 | mm: add unmap_mapping_pages() | Matthew Wilcox | 1 | -13/+6 |
| 2018-01-31 | fs/dax.c: release PMD lock even when there is no PMD support in DAX | Jan H. Schönherr | 1 | -1/+1 |
| 2018-01-07 | dax: pass detailed error code from dax_iomap_fault() | Jan Kara | 1 | -3/+6 |
| 2017-12-15 | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" | Linus Torvalds | 1 | -2/+1 |
| 2017-11-29 | mm: replace pmd_write with pmd_access_permitted in fault + gup paths | Dan Williams | 1 | -1/+2 |
| 2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -100/+219 |
| 2017-11-15 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 1 | -1/+1 |
| 2017-11-15 | mm, truncate: do not check mapping for every page being truncated | Mel Gorman | 1 | -1/+1 |
| 2017-11-15 | mm/mmu_notifier: avoid double notification when it is useless | Jérôme Glisse | 1 | -2/+7 |
| 2017-11-14 | dax: fix PMD faults on zero-length files | Jeff Moyer | 1 | -3/+3 |
| 2017-11-13 | fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax core | Dan Williams | 1 | -2/+13 |
| 2017-11-03 | dax: Implement dax_finish_sync_fault() | Jan Kara | 1 | -0/+83 |
| 2017-11-03 | dax, iomap: Add support for synchronous faults | Jan Kara | 1 | -2/+37 |
| 2017-11-03 | dax: Allow tuning whether dax_insert_mapping_entry() dirties entry | Jan Kara | 1 | -7/+7 |
| 2017-11-03 | dax: Allow dax_iomap_fault() to return pfn | Jan Kara | 1 | -6/+7 |
| 2017-11-03 | dax: Fix comment describing dax_iomap_fault() | Jan Kara | 1 | -1/+2 |
| 2017-11-03 | dax: Inline dax_pmd_insert_mapping() into the callsite | Jan Kara | 1 | -28/+19 |
| 2017-11-03 | dax: Inline dax_insert_mapping() into the callsite | Jan Kara | 1 | -27/+19 |
| 2017-11-03 | dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test | Jan Kara | 1 | -2/+3 |
| 2017-11-03 | dax: Create local variable for VMA in dax_iomap_pte_fault() | Jan Kara | 1 | -2/+3 |
| 2017-11-03 | dax: Factor out getting of pfn out of iomap | Jan Kara | 1 | -40/+43 |
| 2017-11-03 | dax: Simplify arguments of dax_insert_mapping() | Jan Kara | 1 | -16/+16 |
| 2017-10-01 | iomap: Switch from blkno to disk offset | Andreas Gruenbacher | 1 | -1/+1 |
| 2017-09-14 | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2017-09-11 | dax: remove the pmem_dax_ops->flush abstraction | Mikulas Patocka | 1 | -2/+2 |
| 2017-09-06 | dax: initialize variable pfn before using it | Nicolas Iooss | 1 | -1/+1 |
| 2017-09-06 | dax: use PG_PMD_COLOUR instead of open coding | Ross Zwisler | 1 | -7/+4 |
| 2017-09-06 | dax: explain how read(2)/write(2) addresses are validated | Ross Zwisler | 1 | -0/+5 |
| 2017-09-06 | dax: move all DAX radix tree defs to fs/dax.c | Ross Zwisler | 1 | -0/+34 |
| 2017-09-06 | dax: remove DAX code from page_cache_tree_insert() | Ross Zwisler | 1 | -1/+1 |
| 2017-09-06 | dax: use common 4k zero page for dax mmap reads | Ross Zwisler | 1 | -167/+76 |
| 2017-09-06 | dax: relocate some dax functions | Ross Zwisler | 1 | -69/+69 |
| 2017-08-31 | dax: update to new mmu_notifier semantic | Jérôme Glisse | 1 | -8/+11 |
| 2017-08-25 | dax: fix deadlock due to misaligned PMD faults | Ross Zwisler | 1 | -0/+10 |
| 2017-07-07 | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+3 |
| 2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+5 |
| 2017-07-06 | mm: per-cgroup memory reclaim stats | Roman Gushchin | 1 | -1/+1 |
| 2017-07-06 | dax: set errors in mapping when writeback fails | Jeff Layton | 1 | -1/+3 |
| 2017-06-27 | x86, libnvdimm, pmem: remove global pmem api | Dan Williams | 1 | -1/+0 |
| 2017-06-24 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
| 2017-06-23 | fs/dax.c: fix inefficiency in dax_writeback_mapping_range() | Jan Kara | 1 | -0/+1 |
| 2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -2/+2 |
| 2017-06-15 | x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush | Dan Williams | 1 | -1/+2 |
| 2017-06-15 | filesystem-dax: convert to dax_flush() | Dan Williams | 1 | -1/+1 |
| 2017-06-15 | filesystem-dax: convert to dax_copy_from_iter() | Dan Williams | 1 | -1/+2 |
| 2017-06-02 | dax: fix race between colliding PMD & PTE entries | Ross Zwisler | 1 | -0/+23 |
| 2017-05-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -60/+31 |
| 2017-05-12 | dax: fix PMD data corruption when fault races with write | Ross Zwisler | 1 | -14/+14 |
| 2017-05-12 | dax: fix data corruption when fault races with write | Jan Kara | 1 | -16/+16 |
| 2017-05-12 | mm: fix data corruption due to stale mmap reads | Jan Kara | 1 | -1/+1 |
| 2017-05-12 | dax: prevent invalidation of mapped DAX entries | Ross Zwisler | 1 | -29/+0 |
| 2017-05-12 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2017-05-10 | filesystem-dax: fix broken __dax_zero_page_range() conversion | Dan Williams | 1 | -2/+2 |
| 2017-05-08 | dax: add tracepoint to dax_insert_mapping() | Ross Zwisler | 1 | -0/+1 |
| 2017-05-08 | dax: add tracepoint to dax_writeback_one() | Ross Zwisler | 1 | -0/+1 |
| 2017-05-08 | dax: add tracepoints to dax_writeback_mapping_range() | Ross Zwisler | 1 | -5/+7 |
| 2017-05-08 | dax: add tracepoints to dax_load_hole() | Ross Zwisler | 1 | -5/+11 |
| 2017-05-08 | dax: add tracepoints to dax_pfn_mkwrite() | Ross Zwisler | 1 | -0/+3 |
| 2017-05-08 | dax: add tracepoints to dax_iomap_pte_fault() | Ross Zwisler | 1 | -4/+11 |
| 2017-05-05 | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -141/+156 |
| 2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2017-04-25 | filesystem-dax: convert to dax_direct_access() | Dan Williams | 1 | -121/+156 |
| 2017-04-25 | Revert "block: use DAX for partition table reads" | Dan Williams | 1 | -20/+0 |
| 2017-04-08 | block: add a flags argument to (__)blkdev_issue_zeroout | Christoph Hellwig | 1 | -1/+1 |
| 2017-04-08 | dax: fix radix tree insertion race | Ross Zwisler | 1 | -13/+22 |
| 2017-03-02 | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-27 | mm,fs,dax: mark dax_iomap_pmd_fault as const | Arnd Bergmann | 1 | -1/+2 |
| 2017-02-24 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 1 | -4/+5 |
| 2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 1 | -13/+32 |
| 2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -9/+6 |
| 2017-02-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -46/+58 |
| 2017-02-22 | Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -3/+3 |
| 2017-02-22 | mm, dax: change pmd_fault() to take only vmf parameter | Dave Jiang | 1 | -29/+25 |
| 2017-02-22 | mm, dax: make pmd_fault() and friends be the same as fault() | Dave Jiang | 1 | -17/+11 |
| 2017-02-22 | dax: add tracepoints to dax_pmd_insert_mapping() | Ross Zwisler | 1 | -3/+9 |
| 2017-02-22 | dax: add tracepoints to dax_pmd_load_hole() | Ross Zwisler | 1 | -4/+10 |
| 2017-02-22 | dax: add tracepoint infrastructure, PMD tracing | Ross Zwisler | 1 | -10/+20 |
| 2017-02-20 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+5 |
| 2017-02-08 | dax: assert that i_rwsem is held exclusive for writes | Christoph Hellwig | 1 | -1/+5 |
| 2017-02-03 | fs: break out of iomap_file_buffered_write on fatal signals | Michal Hocko | 1 | -0/+5 |
| 2017-01-30 | iomap: constify struct iomap_ops | Christoph Hellwig | 1 | -3/+3 |
| 2017-01-24 | dax: fix build warnings with FS_DAX and !FS_IOMAP | Ross Zwisler | 1 | -2/+0 |
| 2017-01-10 | dax: wrprotect pmd_t in dax_mapping_entry_mkclean | Ross Zwisler | 1 | -15/+36 |
| 2016-12-26 | dax: Call ->iomap_begin without entry lock during dax fault | Jan Kara | 1 | -55/+66 |
| 2016-12-26 | dax: Finish fault completely when loading holes | Jan Kara | 1 | -9/+18 |
| 2016-12-26 | dax: Avoid page invalidation races and unnecessary radix tree traversals | Jan Kara | 1 | -17/+11 |
| 2016-12-26 | mm: Invalidate DAX radix tree entries only if appropriate | Jan Kara | 1 | -10/+61 |
| 2016-12-14 | dax: clear dirty entry tags on cache flush | Jan Kara | 1 | -0/+64 |
| 2016-12-14 | dax: protect PTE modification on WP fault by radix tree entry lock | Jan Kara | 1 | -6/+16 |
| 2016-12-14 | dax: make cache flushing protected by entry lock | Jan Kara | 1 | -22/+39 |
| 2016-12-14 | mm: move handling of COW faults into DAX code | Jan Kara | 1 | -32/+29 |
| 2016-12-14 | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara | 1 | -2/+2 |
| 2016-12-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -674/+458 |
| 2016-12-12 | lib: radix-tree: update callback for changing leaf nodes | Johannes Weiner | 1 | -1/+2 |
| 2016-12-12 | lib: radix-tree: check accounting of existing slot replacement users | Johannes Weiner | 1 | -2/+2 |
| 2016-12-12 | lib: radix-tree: native accounting of exceptional entries | Johannes Weiner | 1 | -2/+3 |
| 2016-12-12 | dax: Fix sleep in atomic contex in grab_mapping_entry() | Jan Kara | 1 | -8/+7 |
| 2016-11-20 | dax: rip out get_block based IO support | Jan Kara | 1 | -315/+0 |
| 2016-11-10 | dax: Introduce IOMAP_FAULT flag | Jan Kara | 1 | -2/+2 |
| 2016-11-08 | dax: add struct iomap based DAX PMD support | Ross Zwisler | 1 | -37/+341 |
| 2016-11-08 | dax: move put_(un)locked_mapping_entry() in dax.c | Ross Zwisler | 1 | -25/+25 |
| 2016-11-08 | dax: move RADIX_DAX_* defines to dax.h | Ross Zwisler | 1 | -14/+0 |
| 2016-11-08 | dax: dax_iomap_fault() needs to call iomap_end() | Ross Zwisler | 1 | -8/+29 |
| 2016-11-08 | dax: add dax_iomap_sector() helper function | Ross Zwisler | 1 | -3/+7 |
| 2016-11-08 | dax: correct dax iomap code namespace | Ross Zwisler | 1 | -8/+8 |
| 2016-11-08 | dax: remove dax_pmd_fault() | Ross Zwisler | 1 | -213/+0 |
| 2016-11-08 | dax: coordinate locking for offsets in PMD range | Ross Zwisler | 1 | -24/+41 |
| 2016-11-08 | dax: consistent variable naming for DAX entries | Ross Zwisler | 1 | -17/+17 |
| 2016-11-08 | dax: remove the last BUG_ON() from fs/dax.c | Ross Zwisler | 1 | -1/+2 |
| 2016-11-08 | dax: make 'wait_table' global variable static | Ross Zwisler | 1 | -1/+1 |
| 2016-11-08 | dax: remove buffer_size_valid() | Ross Zwisler | 1 | -21/+1 |
| 2016-10-07 | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 1 | -1/+1 |
| 2016-09-19 | dax: provide an iomap based fault handler | Christoph Hellwig | 1 | -0/+114 |
| 2016-09-19 | dax: provide an iomap based dax read/write path | Christoph Hellwig | 1 | -0/+114 |
| 2016-09-19 | dax: don't pass buffer_head to copy_user_dax | Christoph Hellwig | 1 | -6/+6 |
| 2016-09-19 | dax: don't pass buffer_head to dax_insert_mapping | Christoph Hellwig | 1 | -6/+6 |
| 2016-07-28 | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+4 |
| 2016-07-26 | dax: remote unused fault wrappers | Ross Zwisler | 1 | -59/+14 |
| 2016-07-24 | Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next | Dan Williams | 1 | -9/+4 |
| 2016-07-12 | pmem: kill __pmem address space | Dan Williams | 1 | -3/+3 |
| 2016-07-12 | fs/dax: remove wmb_pmem() | Dan Williams | 1 | -6/+1 |
| 2016-06-27 | dax: fix offset overflow in dax_io | Eric Sandeen | 1 | -1/+6 |
| 2016-05-26 | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -171/+421 |
| 2016-05-26 | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -194/+63 |
| 2016-05-24 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+1 |
| 2016-05-20 | dax: move RADIX_DAX_ definitions to dax.c | NeilBrown | 1 | -0/+9 |
| 2016-05-19 | dax: Remove i_mmap_lock protection | Jan Kara | 1 | -19/+5 |
| 2016-05-19 | dax: Use radix tree entry lock to protect cow faults | Jan Kara | 1 | -7/+5 |
| 2016-05-19 | dax: New fault locking | Jan Kara | 1 | -146/+407 |
| 2016-05-19 | dax: Define DAX lock bit for radix tree exceptional entry | Jan Kara | 1 | -6/+11 |
| 2016-05-19 | dax: Make huge page handling depend of CONFIG_BROKEN | Jan Kara | 1 | -1/+1 |
| 2016-05-19 | dax: Fix condition for filling of PMD holes | Jan Kara | 1 | -1/+1 |
| 2016-05-18 | dax: fix a comment in dax_zero_page_range and dax_truncate_page | Vishal Verma | 1 | -12/+0 |
| 2016-05-18 | dax: for truncate/hole-punch, do zeroing through the driver if possible | Vishal Verma | 1 | -5/+25 |
| 2016-05-18 | dax: export a low-level __dax_zero_page_range helper | Christoph Hellwig | 1 | -15/+20 |