| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-07-07 | 1 | -4/+5 |
|\ |
|
| * | x86, libnvdimm, pmem: remove global pmem api | Dan Williams | 2017-06-27 | 1 | -1/+0 |
| * | x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush | Dan Williams | 2017-06-15 | 1 | -1/+2 |
| * | filesystem-dax: convert to dax_flush() | Dan Williams | 2017-06-15 | 1 | -1/+1 |
| * | filesystem-dax: convert to dax_copy_from_iter() | Dan Williams | 2017-06-15 | 1 | -1/+2 |
* | | mm: per-cgroup memory reclaim stats | Roman Gushchin | 2017-07-06 | 1 | -1/+1 |
* | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-06-24 | 1 | -0/+1 |
|\ \ |
|
| * | | fs/dax.c: fix inefficiency in dax_writeback_mapping_range() | Jan Kara | 2017-06-23 | 1 | -0/+1 |
| |/ |
|
* | | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 1 | -2/+2 |
|/ |
|
* | dax: fix race between colliding PMD & PTE entries | Ross Zwisler | 2017-06-02 | 1 | -0/+23 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-05-13 | 1 | -60/+31 |
|\ |
|
| * | dax: fix PMD data corruption when fault races with write | Ross Zwisler | 2017-05-12 | 1 | -14/+14 |
| * | dax: fix data corruption when fault races with write | Jan Kara | 2017-05-12 | 1 | -16/+16 |
| * | mm: fix data corruption due to stale mmap reads | Jan Kara | 2017-05-12 | 1 | -1/+1 |
| * | dax: prevent invalidation of mapped DAX entries | Ross Zwisler | 2017-05-12 | 1 | -29/+0 |
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-05-12 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | filesystem-dax: fix broken __dax_zero_page_range() conversion | Dan Williams | 2017-05-10 | 1 | -2/+2 |
* | | dax: add tracepoint to dax_insert_mapping() | Ross Zwisler | 2017-05-08 | 1 | -0/+1 |
* | | dax: add tracepoint to dax_writeback_one() | Ross Zwisler | 2017-05-08 | 1 | -0/+1 |
* | | dax: add tracepoints to dax_writeback_mapping_range() | Ross Zwisler | 2017-05-08 | 1 | -5/+7 |
* | | dax: add tracepoints to dax_load_hole() | Ross Zwisler | 2017-05-08 | 1 | -5/+11 |
* | | dax: add tracepoints to dax_pfn_mkwrite() | Ross Zwisler | 2017-05-08 | 1 | -0/+3 |
* | | dax: add tracepoints to dax_iomap_pte_fault() | Ross Zwisler | 2017-05-08 | 1 | -4/+11 |
* | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-05-05 | 1 | -141/+156 |
|\ \
| |/ |
|
| * | filesystem-dax: convert to dax_direct_access() | Dan Williams | 2017-04-25 | 1 | -121/+156 |
| * | Revert "block: use DAX for partition table reads" | Dan Williams | 2017-04-25 | 1 | -20/+0 |
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-05-01 | 1 | -1/+1 |
|\ \ |
|
| * | | block: add a flags argument to (__)blkdev_issue_zeroout | Christoph Hellwig | 2017-04-08 | 1 | -1/+1 |
| |/ |
|
* | | dax: fix radix tree insertion race | Ross Zwisler | 2017-04-08 | 1 | -13/+22 |
|/ |
|
* | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm,fs,dax: mark dax_iomap_pmd_fault as const | Arnd Bergmann | 2017-02-27 | 1 | -1/+2 |
* | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 2017-02-24 | 1 | -4/+5 |
* | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 2017-02-24 | 1 | -13/+32 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -9/+6 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-22 | 1 | -46/+58 |
|\ |
|
| * | mm, dax: change pmd_fault() to take only vmf parameter | Dave Jiang | 2017-02-22 | 1 | -29/+25 |
| * | mm, dax: make pmd_fault() and friends be the same as fault() | Dave Jiang | 2017-02-22 | 1 | -17/+11 |
| * | dax: add tracepoints to dax_pmd_insert_mapping() | Ross Zwisler | 2017-02-22 | 1 | -3/+9 |
| * | dax: add tracepoints to dax_pmd_load_hole() | Ross Zwisler | 2017-02-22 | 1 | -4/+10 |
| * | dax: add tracepoint infrastructure, PMD tracing | Ross Zwisler | 2017-02-22 | 1 | -10/+20 |
* | | Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-02-22 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | iomap: constify struct iomap_ops | Christoph Hellwig | 2017-01-30 | 1 | -3/+3 |
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2017-02-20 | 1 | -1/+5 |
|\ \ |
|
| * | | dax: assert that i_rwsem is held exclusive for writes | Christoph Hellwig | 2017-02-08 | 1 | -1/+5 |
* | | | fs: break out of iomap_file_buffered_write on fatal signals | Michal Hocko | 2017-02-03 | 1 | -0/+5 |
| |/
|/| |
|
* | | dax: fix build warnings with FS_DAX and !FS_IOMAP | Ross Zwisler | 2017-01-24 | 1 | -2/+0 |
* | | dax: wrprotect pmd_t in dax_mapping_entry_mkclean | Ross Zwisler | 2017-01-10 | 1 | -15/+36 |
|/ |
|
* | dax: Call ->iomap_begin without entry lock during dax fault | Jan Kara | 2016-12-26 | 1 | -55/+66 |
* | dax: Finish fault completely when loading holes | Jan Kara | 2016-12-26 | 1 | -9/+18 |
* | dax: Avoid page invalidation races and unnecessary radix tree traversals | Jan Kara | 2016-12-26 | 1 | -17/+11 |