Ross Zwisler
|
8346c416d1
dax: fix NULL pointer in __dax_pmd_fault()
|
9 年 前 |
Jeff Moyer
|
e94f5a2285
dax: fix O_DIRECT I/O to the last block of a blockdev
|
10 年 前 |
Ross Zwisler
|
d77e92e270
dax: update PMD fault handler with PMEM API
|
10 年 前 |
Linus Torvalds
|
f6f7a63692
Merge branch 'akpm' (patches from Andrew)
|
10 年 前 |
Kirill A. Shutemov
|
46c043ede4
mm: take i_mmap_lock in unmap_mapping_range() for DAX
|
10 年 前 |
Matthew Wilcox
|
3fdd1b479d
dax: use linear_page_index()
|
10 年 前 |
Matthew Wilcox
|
73a6ec47f6
dax: ensure that zero pages are removed from other processes
|
10 年 前 |
Kirill A. Shutemov
|
d295e3415a
dax: don't use set_huge_zero_page()
|
10 年 前 |
Matthew Wilcox
|
843172978b
dax: fix race between simultaneous faults
|
10 年 前 |
Matthew Wilcox
|
84c4e5e675
dax: improve comment about truncate race
|
10 年 前 |
Valentin Rothberg
|
dd8a2b6c29
fs/dax.c: fix typo in #endif comment
|
10 年 前 |
Matthew Wilcox
|
844f35db10
dax: add huge page fault support
|
10 年 前 |
Linus Torvalds
|
12f03ee606
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
|
10 年 前 |
Ross Zwisler
|
e2e05394e4
pmem, dax: have direct_access use __pmem annotation
|
10 年 前 |
Ross Zwisler
|
2765cfbb34
dax: update I/O path to do proper PMEM flushing
|
10 年 前 |
Dave Chinner
|
b2442c5a7f
xfs: call dax_fault on read page faults for DAX
|
10 年 前 |
Linus Torvalds
|
1dc51b8288
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 年 前 |
Matthew Wilcox
|
bbab37ddc2
block: Add support for DAX reads/writes to block devices
|
10 年 前 |
Matthew Wilcox
|
872eb127e3
dax: Use copy_from_iter_nocache
|
10 年 前 |
Dave Chinner
|
ce5c5d554d
dax: expose __dax_fault for filesystems with locking constraints
|
10 年 前 |
Dave Chinner
|
e842f29039
dax: don't abuse get_block mapping for endio callbacks
|
10 年 前 |
Linus Torvalds
|
9ec3a646fe
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 年 前 |
Jens Axboe
|
fe0f07d08e
direct-io: only inc/dec inode->i_dio_count for file systems
|
10 年 前 |
Linus Torvalds
|
4fc8adcfec
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 年 前 |
Boaz Harrosh
|
0e3b210ce1
dax: use pfn_mkwrite to update c/mtime + freeze protection
|
10 年 前 |
Omar Sandoval
|
a95cd63115
Remove rw from dax_{do_,}io()
|
10 年 前 |
Matthew Wilcox
|
25726bc157
dax: add dax_zero_page_range
|
10 年 前 |
Matthew Wilcox
|
4c0ccfef2e
dax,ext2: replace xip_truncate_page with dax_truncate_page
|
10 年 前 |
Matthew Wilcox
|
f7ca90b160
dax,ext2: replace the XIP page fault handler with the DAX page fault handler
|
10 年 前 |
Matthew Wilcox
|
289c6aedac
dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks
|
10 年 前 |