summaryrefslogtreecommitdiff
path: root/include/linux/dax.h
Commit message (Expand)AuthorAge
* dax, dm: allow device-mapper to operate without dax supportDan Williams2018-04-03
* fs, dax: prepare for dax-specific address_space_operationsDan Williams2018-03-30
* dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-07
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-17
|\
| * dax: Implement dax_finish_sync_fault()Jan Kara2017-11-03
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-03
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-14
|\
| * dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-11
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-11
|\ \
| * | dax: introduce a fs_dax_get_by_bdev() helperDan Williams2017-08-30
| |/
* | dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler2017-09-06
* | dax: remove DAX code from page_cache_tree_insert()Ross Zwisler2017-09-06
* | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-06
|/
* dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal2017-07-26
* mm: always enable thp for dax mappingsDan Williams2017-07-10
* libnvdimm, pmem, dax: export a cache control attributeDan Williams2017-06-29
* dax: remove default copy_from_iter fallbackDan Williams2017-06-27
* dm: add ->flush() dax operation supportDan Williams2017-06-15
* dax, pmem: introduce an optional 'flush' dax_operationDan Williams2017-06-15
* dm: add ->copy_from_iter() dax operation supportDan Williams2017-06-09
* x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams2017-06-09
* dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-13
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-13
|\
| * dax: prevent invalidation of mapped DAX entriesRoss Zwisler2017-05-12
* | block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-08
|/
* filesystem-dax: convert to dax_direct_access()Dan Williams2017-04-25
* Revert "block: use DAX for partition table reads"Dan Williams2017-04-25
* dax: introduce dax_direct_access()Dan Williams2017-04-20
* pmem: add dax_operations supportDan Williams2017-04-19
* dax: introduce dax_operationsDan Williams2017-04-19
* dax: add a facility to lookup a dax device by 'host' device nameDan Williams2017-04-19
* dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams2017-04-12
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-24
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-24
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-22
|\
| * mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-22
| * mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-22
* | iomap: constify struct iomap_opsChristoph Hellwig2017-01-30
|/
* mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-26
* mm: move handling of COW faults into DAX codeJan Kara2016-12-14
* dax: rip out get_block based IO supportJan Kara2016-11-20
* dax: add struct iomap based DAX PMD supportRoss Zwisler2016-11-08
* dax: move RADIX_DAX_* defines to dax.hRoss Zwisler2016-11-08
* dax: correct dax iomap code namespaceRoss Zwisler2016-11-08
* dax: remove dax_pmd_fault()Ross Zwisler2016-11-08
* dax: coordinate locking for offsets in PMD rangeRoss Zwisler2016-11-08
* dax: provide an iomap based fault handlerChristoph Hellwig2016-09-19
* dax: provide an iomap based dax read/write pathChristoph Hellwig2016-09-19