summaryrefslogtreecommitdiffstats
path: root/include/linux/dax.h
Commit message (Expand)AuthorAgeFilesLines
* fs/dax.c: use new return type vm_fault_tSouptick Joarder2018-06-071-2/+2
* dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-05-311-4/+4
* fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-05-311-4/+5
* dax, dm: allow device-mapper to operate without dax supportDan Williams2018-04-031-6/+24
* fs, dax: prepare for dax-specific address_space_operationsDan Williams2018-03-301-3/+9
* dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-071-1/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-1/+3
|\
| * dax: Implement dax_finish_sync_fault()Jan Kara2017-11-031-0/+2
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-4/+1
|\
| * dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-111-4/+1
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-0/+6
|\ \
| * | dax: introduce a fs_dax_get_by_bdev() helperDan Williams2017-08-301-0/+6
| |/
* | dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler2017-09-061-41/+0
* | dax: remove DAX code from page_cache_tree_insert()Ross Zwisler2017-09-061-2/+0
* | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-061-7/+5
|/
* dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal2017-07-261-0/+1
* mm: always enable thp for dax mappingsDan Williams2017-07-101-5/+0
* libnvdimm, pmem, dax: export a cache control attributeDan Williams2017-06-291-0/+3
* dax: remove default copy_from_iter fallbackDan Williams2017-06-271-1/+1
* dm: add ->flush() dax operation supportDan Williams2017-06-151-0/+2
* dax, pmem: introduce an optional 'flush' dax_operationDan Williams2017-06-151-0/+2
* dm: add ->copy_from_iter() dax operation supportDan Williams2017-06-091-0/+2
* x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams2017-06-091-0/+3
* dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-131-7/+27
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-131-1/+0
|\
| * dax: prevent invalidation of mapped DAX entriesRoss Zwisler2017-05-121-1/+0
* | block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-2/+28
|/
* filesystem-dax: convert to dax_direct_access()Dan Williams2017-04-251-2/+4
* Revert "block: use DAX for partition table reads"Dan Williams2017-04-251-6/+0
* dax: introduce dax_direct_access()Dan Williams2017-04-201-0/+2
* pmem: add dax_operations supportDan Williams2017-04-191-0/+6
* dax: introduce dax_operationsDan Williams2017-04-191-0/+10
* dax: add a facility to lookup a dax device by 'host' device nameDan Williams2017-04-191-0/+1
* dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams2017-04-121-0/+3
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-241-1/+2
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-241-6/+0
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-221-4/+2
|\
| * mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-221-4/+3
| * mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-221-4/+3
* | iomap: constify struct iomap_opsChristoph Hellwig2017-01-301-4/+4
|/
* mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-261-0/+3
* mm: move handling of COW faults into DAX codeJan Kara2016-12-141-7/+0
* dax: rip out get_block based IO supportJan Kara2016-11-201-12/+0
* dax: add struct iomap based DAX PMD supportRoss Zwisler2016-11-081-11/+44
* dax: move RADIX_DAX_* defines to dax.hRoss Zwisler2016-11-081-1/+14
* dax: correct dax iomap code namespaceRoss Zwisler2016-11-081-2/+2
* dax: remove dax_pmd_fault()Ross Zwisler2016-11-081-5/+1