summaryrefslogtreecommitdiff
path: root/include/linux/dax.h
AgeCommit message (Expand)Author
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara
2016-12-14mm: move handling of COW faults into DAX codeJan Kara
2016-11-20dax: rip out get_block based IO supportJan Kara
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler
2016-11-08dax: move RADIX_DAX_* defines to dax.hRoss Zwisler
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler
2016-11-08dax: remove dax_pmd_fault()Ross Zwisler
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler
2016-09-19dax: provide an iomap based fault handlerChristoph Hellwig
2016-09-19dax: provide an iomap based dax read/write pathChristoph Hellwig
2016-07-26dax: remote unused fault wrappersRoss Zwisler
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-19dax: Use radix tree entry lock to protect cow faultsJan Kara
2016-05-19dax: New fault lockingJan Kara
2016-05-19dax: Allow DAX code to replace exceptional entriesJan Kara
2016-05-19dax: Define DAX lock bit for radix tree exceptional entryJan Kara
2016-05-19dax: Make huge page handling depend of CONFIG_BROKENJan Kara
2016-05-18dax: export a low-level __dax_zero_page_range helperChristoph Hellwig
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox
2016-05-16dax: Remove complete_unwritten argumentJan Kara
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler
2016-01-30block: use DAX for partition table readsDan Williams
2016-01-22dax: add support for fsync/syncRoss Zwisler
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler
2015-09-08dax: add huge page fault supportMatthew Wilcox
2015-09-08thp: prepare for DAX huge pagesMatthew Wilcox
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox