| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-07 | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux |  Linus Torvalds | 1 | -1/+3 |
| 2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  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/git/nvdimm/nvdimm |  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/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -138/+153 |
| 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 | -118/+153 |
| 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 dependency |  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/tytso/ext4 |  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 |