| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2016-05-18 | dax: use sb_issue_zerout instead of calling dax_clear_sectors | Matthew Wilcox | 1 | -32/+0 |
| 2016-05-17 | dax: fallback from pmd to pte on error | Dan Williams | 1 | -2/+2 |
| 2016-05-17 | dax: Remove redundant inode size checks | Jan Kara | 1 | -59/+1 |
| 2016-05-17 | dax: Remove pointless writeback from dax_do_io() | Jan Kara | 1 | -9/+1 |
| 2016-05-17 | dax: Remove zeroing from dax_io() | Jan Kara | 1 | -18/+10 |
| 2016-05-17 | dax: Remove dead zeroing code from fault handlers | Jan Kara | 1 | -15/+2 |
| 2016-05-16 | dax: Remove complete_unwritten argument | Jan Kara | 1 | -34/+9 |
| 2016-05-16 | DAX: move RADIX_DAX_ definitions to dax.c | NeilBrown | 1 | -0/+9 |
| 2016-05-13 | dax: call get_blocks() with create == 1 for write faults to unwritten extents | Jan Kara | 1 | -1/+1 |
| 2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 1 | -2/+2 |
| 2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 1 | -2/+2 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -15/+15 |
| 2016-03-21 | Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+7 |
| 2016-03-09 | dax: check return value of dax_radix_entry() | Ross Zwisler | 1 | -1/+8 |
| 2016-02-27 | dax: move writeback calls into the filesystems | Ross Zwisler | 1 | -5/+7 |
| 2016-02-27 | dax: give DAX clearing code correct bdev | Ross Zwisler | 1 | -5/+4 |
| 2016-02-08 | direct-io: always call ->end_io if non-NULL | Christoph Hellwig | 1 | -2/+7 |
| 2016-02-05 | dax: dirty inode only if required | Dmitry Monakhov | 1 | -1/+2 |
| 2016-01-30 | block: use DAX for partition table reads | Dan Williams | 1 | -0/+20 |
| 2016-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+3 |
| 2016-01-22 | dax: never rely on bh.b_dev being set by get_block() | Ross Zwisler | 1 | -0/+3 |
| 2016-01-22 | dax: add support for fsync/sync | Ross Zwisler | 1 | -16/+258 |
| 2016-01-22 | dax: fix conversion of holes to PMDs | Ross Zwisler | 1 | -10/+10 |
| 2016-01-22 | dax: fix NULL pointer dereference in __dax_dbg() | Ross Zwisler | 1 | -0/+1 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -3/+3 |
| 2016-01-15 | dax: re-enable dax pmd mappings | Dan Williams | 1 | -6/+2 |
| 2016-01-15 | dax: provide diagnostics for pmd mapping failures | Dan Williams | 1 | -8/+57 |
| 2016-01-15 | mm, dax: convert vmf_insert_pfn_pmd() to pfn_t | Dan Williams | 1 | -1/+1 |
| 2016-01-15 | mm, dax, gpu: convert vm_insert_mixed to pfn_t | Dan Williams | 1 | -1/+1 |
| 2016-01-15 | mm, dax, pmem: introduce pfn_t | Dan Williams | 1 | -4/+7 |
| 2016-01-15 | dax: Split pmd map when fallback on COW | Toshi Kani | 1 | -1/+3 |
| 2016-01-15 | dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() | Dan Williams | 1 | -78/+130 |
| 2016-01-15 | dax: guarantee page aligned results from bdev_direct_access() | Dan Williams | 1 | -1/+0 |
| 2016-01-15 | dax: increase granularity of dax_clear_blocks() operations | Dan Williams | 1 | -14/+8 |
| 2016-01-15 | pmem, dax: clean up clear_pmem() | Dan Williams | 1 | -3/+1 |
| 2015-11-16 | dax: disable pmd mappings | Dan Williams | 1 | -0/+4 |
| 2015-11-13 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+7 |
| 2015-11-12 | dax: fix __dax_pmd_fault crash | Dan Williams | 1 | -0/+7 |
| 2015-11-12 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+3 |
| 2015-11-11 | Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+5 |
| 2015-11-11 | dax_io(): don't let non-error value escape via retval instead of EFAULT | Al Viro | 1 | -1/+3 |
| 2015-11-03 | xfs: Don't use unwritten extents for DAX | Dave Chinner | 1 | -0/+5 |
| 2015-10-16 | mm, dax: fix DAX deadlocks | Ross Zwisler | 1 | -41/+29 |
| 2015-10-01 | dax: fix NULL pointer in __dax_pmd_fault() | Ross Zwisler | 1 | -1/+12 |
| 2015-09-15 | dax: fix O_DIRECT I/O to the last block of a blockdev | Jeff Moyer | 1 | -1/+2 |
| 2015-09-09 | dax: update PMD fault handler with PMEM API | Ross Zwisler | 1 | -2/+4 |
| 2015-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -13/+184 |
| 2015-09-08 | mm: take i_mmap_lock in unmap_mapping_range() for DAX | Kirill A. Shutemov | 1 | -16/+19 |
| 2015-09-08 | dax: use linear_page_index() | Matthew Wilcox | 1 | -1/+1 |
| 2015-09-08 | dax: ensure that zero pages are removed from other processes | Matthew Wilcox | 1 | -1/+5 |
| 2015-09-08 | dax: don't use set_huge_zero_page() | Kirill A. Shutemov | 1 | -6/+12 |
| 2015-09-08 | dax: fix race between simultaneous faults | Matthew Wilcox | 1 | -16/+17 |
| 2015-09-08 | dax: improve comment about truncate race | Matthew Wilcox | 1 | -1/+6 |
| 2015-09-08 | fs/dax.c: fix typo in #endif comment | Valentin Rothberg | 1 | -1/+1 |
| 2015-09-08 | dax: add huge page fault support | Matthew Wilcox | 1 | -0/+152 |
| 2015-09-08 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -24/+38 |
| 2015-08-20 | pmem, dax: have direct_access use __pmem annotation | Ross Zwisler | 1 | -17/+20 |
| 2015-08-20 | dax: update I/O path to do proper PMEM flushing | Ross Zwisler | 1 | -14/+25 |
| 2015-07-29 | xfs: call dax_fault on read page faults for DAX | Dave Chinner | 1 | -2/+12 |
| 2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+5 |
| 2015-07-04 | block: Add support for DAX reads/writes to block devices | Matthew Wilcox | 1 | -2/+4 |