Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)Author
2018-06-09Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-09Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams
2018-06-08fs/dax.c: use new return type vm_fault_tSouptick Joarder
2018-06-03dax: dax_insert_mapping_entry always succeedsMatthew Wilcox
2018-05-23dax: Report bytes remaining in dax_iomap_actor()Dan Williams
2018-05-23dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-05-22mm, fs, dax: handle layout changes to pinned dax mappingsDan Williams
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-03fs, dax: use page->mapping to warn if truncate collides with a busy pageDan Williams
2018-03-30dax: store pfns in the radixDan Williams
2018-02-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-02-01mm: add unmap_mapping_pages()Matthew Wilcox
2018-02-01fs/dax.c: release PMD lock even when there is no PMD support in DAXJan H. Schönherr
2018-01-08dax: pass detailed error code from dax_iomap_fault()Jan Kara
2017-12-16Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds
2017-11-30mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-16mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-11-16mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse
2017-11-15dax: fix PMD faults on zero-length filesJeff Moyer
2017-11-14fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams
2017-11-03dax: Implement dax_finish_sync_fault()Jan Kara
2017-11-03dax, iomap: Add support for synchronous faultsJan Kara
2017-11-03dax: Allow tuning whether dax_insert_mapping_entry() dirties entryJan Kara
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara
2017-11-03dax: Fix comment describing dax_iomap_fault()Jan Kara
2017-11-03dax: Inline dax_pmd_insert_mapping() into the callsiteJan Kara
2017-11-03dax: Inline dax_insert_mapping() into the callsiteJan Kara
2017-11-03dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE testJan Kara
2017-11-03dax: Create local variable for VMA in dax_iomap_pte_fault()Jan Kara
2017-11-03dax: Factor out getting of pfn out of iomapJan Kara
2017-11-03dax: Simplify arguments of dax_insert_mapping()Jan Kara
2017-10-02iomap: Switch from blkno to disk offsetAndreas Gruenbacher
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-07dax: initialize variable pfn before using itNicolas Iooss
2017-09-07dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler
2017-09-07dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler
2017-09-07dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler
2017-09-07dax: remove DAX code from page_cache_tree_insert()Ross Zwisler
2017-09-07dax: use common 4k zero page for dax mmap readsRoss Zwisler
2017-09-07dax: relocate some dax functionsRoss Zwisler
2017-09-01dax: update to new mmu_notifier semanticJérôme Glisse
2017-08-26dax: fix deadlock due to misaligned PMD faultsRoss Zwisler
2017-07-08Merge 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-07mm: per-cgroup memory reclaim statsRoman Gushchin