Age | Commit message (Expand) | Author | Files | Lines |
2017-05-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -60/+31 |
2017-05-13 | dax: fix PMD data corruption when fault races with write | Ross Zwisler | 1 | -14/+14 |
2017-05-13 | dax: fix data corruption when fault races with write | Jan Kara | 1 | -16/+16 |
2017-05-13 | mm: fix data corruption due to stale mmap reads | Jan Kara | 1 | -1/+1 |
2017-05-13 | dax: prevent invalidation of mapped DAX entries | Ross Zwisler | 1 | -29/+0 |
2017-05-13 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2017-05-11 | filesystem-dax: fix broken __dax_zero_page_range() conversion | Dan Williams | 1 | -2/+2 |
2017-05-09 | dax: add tracepoint to dax_insert_mapping() | Ross Zwisler | 1 | -0/+1 |
2017-05-09 | dax: add tracepoint to dax_writeback_one() | Ross Zwisler | 1 | -0/+1 |
2017-05-09 | dax: add tracepoints to dax_writeback_mapping_range() | Ross Zwisler | 1 | -5/+7 |
2017-05-09 | dax: add tracepoints to dax_load_hole() | Ross Zwisler | 1 | -5/+11 |
2017-05-09 | dax: add tracepoints to dax_pfn_mkwrite() | Ross Zwisler | 1 | -0/+3 |
2017-05-09 | dax: add tracepoints to dax_iomap_pte_fault() | Ross Zwisler | 1 | -4/+11 |
2017-05-06 | 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-28 | mm,fs,dax: mark dax_iomap_pmd_fault as const | Arnd Bergmann | 1 | -1/+2 |
2017-02-25 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 1 | -4/+5 |
2017-02-25 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 1 | -13/+32 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -9/+6 |
2017-02-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -46/+58 |
2017-02-23 | 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-23 | mm, dax: change pmd_fault() to take only vmf parameter | Dave Jiang | 1 | -29/+25 |
2017-02-23 | mm, dax: make pmd_fault() and friends be the same as fault() | Dave Jiang | 1 | -17/+11 |
2017-02-23 | dax: add tracepoints to dax_pmd_insert_mapping() | Ross Zwisler | 1 | -3/+9 |
2017-02-23 | dax: add tracepoints to dax_pmd_load_hole() | Ross Zwisler | 1 | -4/+10 |
2017-02-23 | dax: add tracepoint infrastructure, PMD tracing | Ross Zwisler | 1 | -10/+20 |
2017-02-21 | 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-04 | fs: break out of iomap_file_buffered_write on fatal signals | Michal Hocko | 1 | -0/+5 |
2017-01-31 | iomap: constify struct iomap_ops | Christoph Hellwig | 1 | -3/+3 |
2017-01-25 | dax: fix build warnings with FS_DAX and !FS_IOMAP | Ross Zwisler | 1 | -2/+0 |
2017-01-11 | dax: wrprotect pmd_t in dax_mapping_entry_mkclean | Ross Zwisler | 1 | -15/+36 |
2016-12-27 | dax: Call ->iomap_begin without entry lock during dax fault | Jan Kara | 1 | -55/+66 |
2016-12-27 | dax: Finish fault completely when loading holes | Jan Kara | 1 | -9/+18 |
2016-12-27 | dax: Avoid page invalidation races and unnecessary radix tree traversals | Jan Kara | 1 | -17/+11 |
2016-12-27 | mm: Invalidate DAX radix tree entries only if appropriate | Jan Kara | 1 | -10/+61 |
2016-12-15 | dax: clear dirty entry tags on cache flush | Jan Kara | 1 | -0/+64 |
2016-12-15 | dax: protect PTE modification on WP fault by radix tree entry lock | Jan Kara | 1 | -6/+16 |
2016-12-15 | dax: make cache flushing protected by entry lock | Jan Kara | 1 | -22/+39 |
2016-12-15 | mm: move handling of COW faults into DAX code | Jan Kara | 1 | -32/+29 |
2016-12-15 | 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-13 | lib: radix-tree: update callback for changing leaf nodes | Johannes Weiner | 1 | -1/+2 |
2016-12-13 | lib: radix-tree: check accounting of existing slot replacement users | Johannes Weiner | 1 | -2/+2 |
2016-12-13 | lib: radix-tree: native accounting of exceptional entries | Johannes Weiner | 1 | -2/+3 |