aboutsummaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-15dax: fix O_DIRECT I/O to the last block of a blockdevGravatar Jeff Moyer 1-1/+2
2015-09-09dax: update PMD fault handler with PMEM APIGravatar Ross Zwisler 1-2/+4
2015-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-13/+184
2015-09-08mm: take i_mmap_lock in unmap_mapping_range() for DAXGravatar Kirill A. Shutemov 1-16/+19
2015-09-08dax: use linear_page_index()Gravatar Matthew Wilcox 1-1/+1
2015-09-08dax: ensure that zero pages are removed from other processesGravatar Matthew Wilcox 1-1/+5
2015-09-08dax: don't use set_huge_zero_page()Gravatar Kirill A. Shutemov 1-6/+12
2015-09-08dax: fix race between simultaneous faultsGravatar Matthew Wilcox 1-16/+17
2015-09-08dax: improve comment about truncate raceGravatar Matthew Wilcox 1-1/+6
2015-09-08fs/dax.c: fix typo in #endif commentGravatar Valentin Rothberg 1-1/+1
2015-09-08dax: add huge page fault supportGravatar Matthew Wilcox 1-0/+152
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-24/+38
2015-08-20pmem, dax: have direct_access use __pmem annotationGravatar Ross Zwisler 1-17/+20
2015-08-20dax: update I/O path to do proper PMEM flushingGravatar Ross Zwisler 1-14/+25
2015-07-29xfs: call dax_fault on read page faults for DAXGravatar Dave Chinner 1-2/+12
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+5
2015-07-04block: Add support for DAX reads/writes to block devicesGravatar Matthew Wilcox 1-2/+4
2015-07-04dax: Use copy_from_iter_nocacheGravatar Matthew Wilcox 1-1/+1
2015-06-04dax: expose __dax_fault for filesystems with locking constraintsGravatar Dave Chinner 1-2/+13
2015-06-04dax: don't abuse get_block mapping for endio callbacksGravatar Dave Chinner 1-6/+15
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsGravatar Jens Axboe 1-2/+2
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+13
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionGravatar Boaz Harrosh 1-0/+17
2015-04-11Remove rw from dax_{do_,}io()Gravatar Omar Sandoval 1-14/+13
2015-02-16dax: add dax_zero_page_rangeGravatar Matthew Wilcox 1-6/+32
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageGravatar Matthew Wilcox 1-0/+44
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerGravatar Matthew Wilcox 1-0/+241
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksGravatar Matthew Wilcox 1-0/+37
2015-02-16dax,ext2: replace XIP read and write with DAX I/OGravatar Matthew Wilcox 1-0/+186