| Commit message (Expand) | Author | Age | Files | Lines |
* | dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case | Dan Williams | 2017-05-13 | 1 | -7/+27 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-05-13 | 1 | -1/+0 |
|\ |
|
| * | dax: prevent invalidation of mapped DAX entries | Ross Zwisler | 2017-05-12 | 1 | -1/+0 |
* | | block, dax: move "select DAX" from BLOCK to FS_DAX | Dan Williams | 2017-05-08 | 1 | -2/+28 |
|/ |
|
* | filesystem-dax: convert to dax_direct_access() | Dan Williams | 2017-04-25 | 1 | -2/+4 |
* | Revert "block: use DAX for partition table reads" | Dan Williams | 2017-04-25 | 1 | -6/+0 |
* | dax: introduce dax_direct_access() | Dan Williams | 2017-04-20 | 1 | -0/+2 |
* | pmem: add dax_operations support | Dan Williams | 2017-04-19 | 1 | -0/+6 |
* | dax: introduce dax_operations | Dan Williams | 2017-04-19 | 1 | -0/+10 |
* | dax: add a facility to lookup a dax device by 'host' device name | Dan Williams | 2017-04-19 | 1 | -0/+1 |
* | dax: refactor dax-fs into a generic provider of 'struct dax_device' instances | Dan Williams | 2017-04-12 | 1 | -0/+3 |
* | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 2017-02-24 | 1 | -1/+2 |
* | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 2017-02-24 | 1 | -6/+0 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -3/+2 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-22 | 1 | -4/+2 |
|\ |
|
| * | mm, dax: change pmd_fault() to take only vmf parameter | Dave Jiang | 2017-02-22 | 1 | -4/+3 |
| * | mm, dax: make pmd_fault() and friends be the same as fault() | Dave Jiang | 2017-02-22 | 1 | -4/+3 |
* | | iomap: constify struct iomap_ops | Christoph Hellwig | 2017-01-30 | 1 | -4/+4 |
|/ |
|
* | mm: Invalidate DAX radix tree entries only if appropriate | Jan Kara | 2016-12-26 | 1 | -0/+3 |
* | mm: move handling of COW faults into DAX code | Jan Kara | 2016-12-14 | 1 | -7/+0 |
* | dax: rip out get_block based IO support | Jan Kara | 2016-11-20 | 1 | -12/+0 |
* | dax: add struct iomap based DAX PMD support | Ross Zwisler | 2016-11-08 | 1 | -11/+44 |
* | dax: move RADIX_DAX_* defines to dax.h | Ross Zwisler | 2016-11-08 | 1 | -1/+14 |
* | dax: correct dax iomap code namespace | Ross Zwisler | 2016-11-08 | 1 | -2/+2 |
* | dax: remove dax_pmd_fault() | Ross Zwisler | 2016-11-08 | 1 | -5/+1 |
* | dax: coordinate locking for offsets in PMD range | Ross Zwisler | 2016-11-08 | 1 | -1/+1 |
* | dax: provide an iomap based fault handler | Christoph Hellwig | 2016-09-19 | 1 | -0/+2 |
* | dax: provide an iomap based dax read/write path | Christoph Hellwig | 2016-09-19 | 1 | -0/+4 |
* | dax: remote unused fault wrappers | Ross Zwisler | 2016-07-26 | 1 | -5/+0 |
* | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-05-26 | 1 | -1/+15 |
|\ |
|
| * | dax: Use radix tree entry lock to protect cow faults | Jan Kara | 2016-05-19 | 1 | -0/+7 |
| * | dax: New fault locking | Jan Kara | 2016-05-19 | 1 | -0/+3 |
| * | dax: Allow DAX code to replace exceptional entries | Jan Kara | 2016-05-19 | 1 | -0/+1 |
| * | dax: Define DAX lock bit for radix tree exceptional entry | Jan Kara | 2016-05-19 | 1 | -0/+3 |
| * | dax: Make huge page handling depend of CONFIG_BROKEN | Jan Kara | 2016-05-19 | 1 | -1/+1 |
* | | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-05-26 | 1 | -11/+14 |
|\ \
| |/ |
|
| * | dax: export a low-level __dax_zero_page_range helper | Christoph Hellwig | 2016-05-18 | 1 | -0/+7 |
| * | dax: use sb_issue_zerout instead of calling dax_clear_sectors | Matthew Wilcox | 2016-05-18 | 1 | -1/+0 |
| * | dax: Remove complete_unwritten argument | Jan Kara | 2016-05-16 | 1 | -10/+7 |
* | | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-01 | 1 | -1/+1 |
|/ |
|
* | dax: move writeback calls into the filesystems | Ross Zwisler | 2016-02-27 | 1 | -2/+4 |
* | dax: give DAX clearing code correct bdev | Ross Zwisler | 2016-02-27 | 1 | -1/+1 |
* | block: use DAX for partition table reads | Dan Williams | 2016-01-30 | 1 | -0/+11 |
* | dax: add support for fsync/sync | Ross Zwisler | 2016-01-22 | 1 | -0/+2 |
* | dax: support dirty DAX entries in radix tree | Ross Zwisler | 2016-01-22 | 1 | -0/+5 |
* | dax: add huge page fault support | Matthew Wilcox | 2015-09-08 | 1 | -0/+14 |
* | thp: prepare for DAX huge pages | Matthew Wilcox | 2015-09-08 | 1 | -0/+4 |
* | dax: move DAX-related functions to a new header | Matthew Wilcox | 2015-09-08 | 1 | -0/+21 |