aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dax.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara1-0/+3
2016-12-14mm: move handling of COW faults into DAX codeJan Kara1-7/+0
2016-11-20dax: rip out get_block based IO supportJan Kara1-12/+0
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler1-11/+44
2016-11-08dax: move RADIX_DAX_* defines to dax.hRoss Zwisler1-1/+14
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler1-2/+2
2016-11-08dax: remove dax_pmd_fault()Ross Zwisler1-5/+1
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler1-1/+1
2016-09-19dax: provide an iomap based fault handlerChristoph Hellwig1-0/+2
2016-09-19dax: provide an iomap based dax read/write pathChristoph Hellwig1-0/+4
2016-07-26dax: remote unused fault wrappersRoss Zwisler1-5/+0
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+15
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-11/+14
2016-05-19dax: Use radix tree entry lock to protect cow faultsJan Kara1-0/+7
2016-05-19dax: New fault lockingJan Kara1-0/+3
2016-05-19dax: Allow DAX code to replace exceptional entriesJan Kara1-0/+1
2016-05-19dax: Define DAX lock bit for radix tree exceptional entryJan Kara1-0/+3
2016-05-19dax: Make huge page handling depend of CONFIG_BROKENJan Kara1-1/+1
2016-05-18dax: export a low-level __dax_zero_page_range helperChristoph Hellwig1-0/+7
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox1-1/+0
2016-05-16dax: Remove complete_unwritten argumentJan Kara1-10/+7
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-1/+1
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler1-2/+4
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler1-1/+1
2016-01-30block: use DAX for partition table readsDan Williams1-0/+11