Age | Commit message (Expand) | Author | Files | Lines |
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 |