summaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)Author
2018-04-26fs/dax.c: release PMD lock even when there is no PMD support in DAXJan H. Schönherr
2017-11-30dax: fix PMD faults on zero-length filesJeff Moyer
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-06dax: initialize variable pfn before using itNicolas Iooss
2017-09-06dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler
2017-09-06dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler
2017-09-06dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler
2017-09-06dax: relocate some dax functionsRoss Zwisler
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse
2017-08-25dax: fix deadlock due to misaligned PMD faultsRoss Zwisler
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin
2017-07-06dax: set errors in mapping when writeback failsJeff Layton
2017-06-27x86, libnvdimm, pmem: remove global pmem apiDan Williams
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-15x86, dax: replace clear_pmem() with open coded memset + dax_ops->flushDan Williams
2017-06-15filesystem-dax: convert to dax_flush()Dan Williams
2017-06-15filesystem-dax: convert to dax_copy_from_iter()Dan Williams
2017-06-02dax: fix race between colliding PMD & PTE entriesRoss Zwisler
2017-05-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-12dax: fix PMD data corruption when fault races with writeRoss Zwisler
2017-05-12dax: fix data corruption when fault races with writeJan Kara
2017-05-12mm: fix data corruption due to stale mmap readsJan Kara
2017-05-12dax: prevent invalidation of mapped DAX entriesRoss Zwisler
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-10filesystem-dax: fix broken __dax_zero_page_range() conversionDan Williams
2017-05-08dax: add tracepoint to dax_insert_mapping()Ross Zwisler
2017-05-08dax: add tracepoint to dax_writeback_one()Ross Zwisler
2017-05-08dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler
2017-05-08dax: add tracepoints to dax_load_hole()Ross Zwisler
2017-05-08dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler
2017-05-08dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-25filesystem-dax: convert to dax_direct_access()Dan Williams
2017-04-25Revert "block: use DAX for partition table reads"Dan Williams
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig
2017-04-08dax: fix radix tree insertion raceRoss Zwisler
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-02-27mm,fs,dax: mark dax_iomap_pmd_fault as constArnd Bergmann
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds