- d2b2a28 dax: dirty inode only if required by Dmitry Monakhov · 9 years ago
- d1a5f2b4 block: use DAX for partition table reads by Dan Williams · 9 years ago
- cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- eab95db dax: never rely on bh.b_dev being set by get_block() by Ross Zwisler · 9 years ago
- 9973c98 dax: add support for fsync/sync by Ross Zwisler · 9 years ago
- de14b9c dax: fix conversion of holes to PMDs by Ross Zwisler · 9 years ago
- d4bbe70 dax: fix NULL pointer dereference in __dax_dbg() by Ross Zwisler · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- c046c32 dax: re-enable dax pmd mappings by Dan Williams · 9 years ago
- cbb38e4 dax: provide diagnostics for pmd mapping failures by Dan Williams · 9 years ago
- f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
- 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 9 years ago
- 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 9 years ago
- 59bf4fb dax: Split pmd map when fallback on COW by Toshi Kani · 9 years ago
- b2e0d16 dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() by Dan Williams · 9 years ago
- fe683ad dax: guarantee page aligned results from bdev_direct_access() by Dan Williams · 9 years ago
- 0e749e5 dax: increase granularity of dax_clear_blocks() operations by Dan Williams · 9 years ago
- 52db400 pmem, dax: clean up clear_pmem() by Dan Williams · 9 years ago
- ee82c9e dax: disable pmd mappings by Dan Williams · 9 years ago
- 2870f6c Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- 152d7bd dax: fix __dax_pmd_fault crash by Dan Williams · 9 years ago
- 5e2078b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
- 5d50ac7 Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
- cadfbb6 dax_io(): don't let non-error value escape via retval instead of EFAULT by Al Viro · 9 years ago
- 1ca1915 xfs: Don't use unwritten extents for DAX by Dave Chinner · 9 years ago
- 0f90cc6 mm, dax: fix DAX deadlocks by Ross Zwisler · 9 years ago
- 8346c41 dax: fix NULL pointer in __dax_pmd_fault() by Ross Zwisler · 9 years ago
- e94f5a2 dax: fix O_DIRECT I/O to the last block of a blockdev by Jeff Moyer · 9 years ago
- d77e92e dax: update PMD fault handler with PMEM API by Ross Zwisler · 9 years ago
- f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 46c043e mm: take i_mmap_lock in unmap_mapping_range() for DAX by Kirill A. Shutemov · 9 years ago
- 3fdd1b47 dax: use linear_page_index() by Matthew Wilcox · 9 years ago
- 73a6ec4 dax: ensure that zero pages are removed from other processes by Matthew Wilcox · 9 years ago
- d295e34 dax: don't use set_huge_zero_page() by Kirill A. Shutemov · 9 years ago
- 8431729 dax: fix race between simultaneous faults by Matthew Wilcox · 9 years ago
- 84c4e5e dax: improve comment about truncate race by Matthew Wilcox · 9 years ago
- dd8a2b6 fs/dax.c: fix typo in #endif comment by Valentin Rothberg · 9 years ago
- 844f35d dax: add huge page fault support by Matthew Wilcox · 9 years ago
- 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
- 2765cfb dax: update I/O path to do proper PMEM flushing by Ross Zwisler · 9 years ago
- b2442c5 xfs: call dax_fault on read page faults for DAX by Dave Chinner · 9 years ago
- 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
- 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 9 years ago
- ce5c5d5 dax: expose __dax_fault for filesystems with locking constraints by Dave Chinner · 9 years ago
- e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 9 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 10 years ago
- 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 10 years ago
- a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 10 years ago
- 25726bc dax: add dax_zero_page_range by Matthew Wilcox · 10 years ago
- 4c0ccfe dax,ext2: replace xip_truncate_page with dax_truncate_page by Matthew Wilcox · 10 years ago
- f7ca90b dax,ext2: replace the XIP page fault handler with the DAX page fault handler by Matthew Wilcox · 10 years ago
- 289c6ae dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks by Matthew Wilcox · 10 years ago
- d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 10 years ago