Age | Commit message (Expand) | Author |
2018-01-07 | dax: pass detailed error code from dax_iomap_fault() | Jan Kara |
2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-11-03 | dax: Implement dax_finish_sync_fault() | Jan Kara |
2017-11-03 | dax: Allow dax_iomap_fault() to return pfn | Jan Kara |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-14 | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-09-11 | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-09-11 | dax: remove the pmem_dax_ops->flush abstraction | Mikulas Patocka |
2017-09-06 | dax: move all DAX radix tree defs to fs/dax.c | Ross Zwisler |
2017-09-06 | dax: remove DAX code from page_cache_tree_insert() | Ross Zwisler |
2017-09-06 | dax: use common 4k zero page for dax mmap reads | Ross Zwisler |
2017-08-30 | dax: introduce a fs_dax_get_by_bdev() helper | Dan Williams |
2017-07-26 | dm, dax: Make sure dm_dax_flush() is called if device supports it | Vivek Goyal |
2017-07-10 | mm: always enable thp for dax mappings | Dan Williams |
2017-06-29 | libnvdimm, pmem, dax: export a cache control attribute | Dan Williams |
2017-06-27 | dax: remove default copy_from_iter fallback | Dan Williams |
2017-06-15 | dm: add ->flush() dax operation support | Dan Williams |
2017-06-15 | dax, pmem: introduce an optional 'flush' dax_operation | Dan Williams |
2017-06-09 | dm: add ->copy_from_iter() dax operation support | Dan Williams |
2017-06-09 | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope... | Dan Williams |
2017-05-13 | dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case | Dan Williams |
2017-05-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-05-12 | dax: prevent invalidation of mapped DAX entries | Ross Zwisler |
2017-05-08 | block, dax: move "select DAX" from BLOCK to FS_DAX | Dan Williams |
2017-04-25 | filesystem-dax: convert to dax_direct_access() | Dan Williams |
2017-04-25 | Revert "block: use DAX for partition table reads" | Dan Williams |
2017-04-20 | dax: introduce dax_direct_access() | Dan Williams |
2017-04-19 | pmem: add dax_operations support | Dan Williams |
2017-04-19 | dax: introduce dax_operations | Dan Williams |
2017-04-19 | dax: add a facility to lookup a dax device by 'host' device name | Dan Williams |
2017-04-12 | dax: refactor dax-fs into a generic provider of 'struct dax_device' instances | Dan Williams |
2017-02-24 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang |
2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang |
2017-02-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-02-22 | mm, dax: change pmd_fault() to take only vmf parameter | Dave Jiang |
2017-02-22 | mm, dax: make pmd_fault() and friends be the same as fault() | Dave Jiang |
2017-01-30 | iomap: constify struct iomap_ops | Christoph Hellwig |
2016-12-26 | mm: Invalidate DAX radix tree entries only if appropriate | Jan Kara |
2016-12-14 | mm: move handling of COW faults into DAX code | Jan Kara |
2016-11-20 | dax: rip out get_block based IO support | Jan Kara |
2016-11-08 | dax: add struct iomap based DAX PMD support | Ross Zwisler |
2016-11-08 | dax: move RADIX_DAX_* defines to dax.h | Ross Zwisler |
2016-11-08 | dax: correct dax iomap code namespace | Ross Zwisler |
2016-11-08 | dax: remove dax_pmd_fault() | Ross Zwisler |
2016-11-08 | dax: coordinate locking for offsets in PMD range | Ross Zwisler |
2016-09-19 | dax: provide an iomap based fault handler | Christoph Hellwig |
2016-09-19 | dax: provide an iomap based dax read/write path | Christoph Hellwig |
2016-07-26 | dax: remote unused fault wrappers | Ross Zwisler |
2016-05-26 | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |