| Commit message (Expand) | Author | Age | Files | Lines |
* | dax: check synchronous mapping is supported | Pankaj Gupta | 2019-07-05 | 1 | -0/+17 |
* | libnvdimm: add dax_dev sync flag | Pankaj Gupta | 2019-07-05 | 1 | -2/+22 |
* | dax: Arrange for dax_supported check to span multiple devices | Dan Williams | 2019-05-20 | 1 | -0/+26 |
* | dax: Fix unlock mismatch with updated API | Matthew Wilcox | 2018-12-04 | 1 | -6/+8 |
* | filesystem-dax: Introduce dax_lock_mapping_entry() | Dan Williams | 2018-07-23 | 1 | -0/+13 |
* | include/linux/dax.h: dax_iomap_fault() returns vm_fault_t | Souptick Joarder | 2018-06-28 | 1 | -1/+1 |
* | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-08 | 1 | -0/+12 |
|\ |
|
| * | Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next | Dan Williams | 2018-06-08 | 1 | -0/+5 |
| |\ |
|
| | * | dax: Introduce a ->copy_to_iter dax operation | Dan Williams | 2018-05-22 | 1 | -0/+5 |
| * | | mm, fs, dax: handle layout changes to pinned dax mappings | Dan Williams | 2018-05-22 | 1 | -0/+7 |
| |/ |
|
* | | fs/dax.c: use new return type vm_fault_t | Souptick Joarder | 2018-06-07 | 1 | -2/+2 |
* | | dax: change bdev_dax_supported() to support boolean returns | Dave Jiang | 2018-05-31 | 1 | -4/+4 |
* | | fs: allow per-device dax status checking for filesystems | Darrick J. Wong | 2018-05-31 | 1 | -4/+5 |
|/ |
|
* | dax, dm: allow device-mapper to operate without dax support | Dan Williams | 2018-04-03 | 1 | -6/+24 |
* | fs, dax: prepare for dax-specific address_space_operations | Dan Williams | 2018-03-30 | 1 | -3/+9 |
* | dax: pass detailed error code from dax_iomap_fault() | Jan Kara | 2018-01-07 | 1 | -1/+1 |
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-11-17 | 1 | -1/+3 |
|\ |
|
| * | dax: Implement dax_finish_sync_fault() | Jan Kara | 2017-11-03 | 1 | -0/+2 |
| * | dax: Allow dax_iomap_fault() to return pfn | Jan Kara | 2017-11-03 | 1 | -1/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-14 | 1 | -4/+1 |
|\ |
|
| * | dax: remove the pmem_dax_ops->flush abstraction | Mikulas Patocka | 2017-09-11 | 1 | -4/+1 |
* | | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-11 | 1 | -0/+6 |
|\ \ |
|
| * | | dax: introduce a fs_dax_get_by_bdev() helper | Dan Williams | 2017-08-30 | 1 | -0/+6 |
| |/ |
|
* | | dax: move all DAX radix tree defs to fs/dax.c | Ross Zwisler | 2017-09-06 | 1 | -41/+0 |
* | | dax: remove DAX code from page_cache_tree_insert() | Ross Zwisler | 2017-09-06 | 1 | -2/+0 |
* | | dax: use common 4k zero page for dax mmap reads | Ross Zwisler | 2017-09-06 | 1 | -7/+5 |
|/ |
|
* | dm, dax: Make sure dm_dax_flush() is called if device supports it | Vivek Goyal | 2017-07-26 | 1 | -0/+1 |
* | mm: always enable thp for dax mappings | Dan Williams | 2017-07-10 | 1 | -5/+0 |
* | libnvdimm, pmem, dax: export a cache control attribute | Dan Williams | 2017-06-29 | 1 | -0/+3 |
* | dax: remove default copy_from_iter fallback | Dan Williams | 2017-06-27 | 1 | -1/+1 |
* | dm: add ->flush() dax operation support | Dan Williams | 2017-06-15 | 1 | -0/+2 |
* | dax, pmem: introduce an optional 'flush' dax_operation | Dan Williams | 2017-06-15 | 1 | -0/+2 |
* | dm: add ->copy_from_iter() dax operation support | Dan Williams | 2017-06-09 | 1 | -0/+2 |
* | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope... | Dan Williams | 2017-06-09 | 1 | -0/+3 |
* | dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case | Dan Williams | 2017-05-13 | 1 | -7/+27 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-05-13 | 1 | -1/+0 |
|\ |
|
| * | dax: prevent invalidation of mapped DAX entries | Ross Zwisler | 2017-05-12 | 1 | -1/+0 |
* | | block, dax: move "select DAX" from BLOCK to FS_DAX | Dan Williams | 2017-05-08 | 1 | -2/+28 |
|/ |
|
* | filesystem-dax: convert to dax_direct_access() | Dan Williams | 2017-04-25 | 1 | -2/+4 |
* | Revert "block: use DAX for partition table reads" | Dan Williams | 2017-04-25 | 1 | -6/+0 |
* | dax: introduce dax_direct_access() | Dan Williams | 2017-04-20 | 1 | -0/+2 |
* | pmem: add dax_operations support | Dan Williams | 2017-04-19 | 1 | -0/+6 |
* | dax: introduce dax_operations | Dan Williams | 2017-04-19 | 1 | -0/+10 |
* | dax: add a facility to lookup a dax device by 'host' device name | Dan Williams | 2017-04-19 | 1 | -0/+1 |
* | dax: refactor dax-fs into a generic provider of 'struct dax_device' instances | Dan Williams | 2017-04-12 | 1 | -0/+3 |
* | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 2017-02-24 | 1 | -1/+2 |
* | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 2017-02-24 | 1 | -6/+0 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -3/+2 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-22 | 1 | -4/+2 |
|\ |
|