aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dax.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-04dax: Fix unlock mismatch with updated APIMatthew Wilcox1-6/+8
2018-07-23filesystem-dax: Introduce dax_lock_mapping_entry()Dan Williams1-0/+13
2018-06-28include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder1-1/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+12
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams1-0/+5
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder1-2/+2
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-4/+4
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-4/+5
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+5
2018-05-22mm, fs, dax: handle layout changes to pinned dax mappingsDan Williams1-0/+7
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams1-6/+24
2018-03-30fs, dax: prepare for dax-specific address_space_operationsDan Williams1-3/+9
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+3
2017-11-03dax: Implement dax_finish_sync_fault()Jan Kara1-0/+2
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-4/+1
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+6
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-4/+1
2017-09-06dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler1-41/+0
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler1-2/+0
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler1-7/+5
2017-08-30dax: introduce a fs_dax_get_by_bdev() helperDan Williams1-0/+6
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal1-0/+1
2017-07-10mm: always enable thp for dax mappingsDan Williams1-5/+0
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams1-0/+3
2017-06-27dax: remove default copy_from_iter fallbackDan Williams1-1/+1
2017-06-15dm: add ->flush() dax operation supportDan Williams1-0/+2
2017-06-15dax, pmem: introduce an optional 'flush' dax_operationDan Williams1-0/+2
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams1-0/+2
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operationsDan Williams1-0/+3
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams1-7/+27
2017-05-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2017-05-12dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-1/+0
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-2/+28
2017-04-25filesystem-dax: convert to dax_direct_access()Dan Williams1-2/+4
2017-04-25Revert "block: use DAX for partition table reads"Dan Williams1-6/+0
2017-04-20dax: introduce dax_direct_access()Dan Williams1-0/+2
2017-04-19pmem: add dax_operations supportDan Williams1-0/+6
2017-04-19dax: introduce dax_operationsDan Williams1-0/+10
2017-04-19dax: add a facility to lookup a dax device by 'host' device nameDan Williams1-0/+1
2017-04-12dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams1-0/+3
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-1/+2
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-6/+0
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+2
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-4/+3
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-4/+3
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig1-4/+4