summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
Commit message (Expand)AuthorAgeFilesLines
* filesystem-dax: Fix use of zero pageMatthew Wilcox2018-09-111-11/+2
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-9/+116
|\
| * filesystem-dax: Introduce dax_lock_mapping_entry()Dan Williams2018-07-231-6/+103
| * filesystem-dax: Set page->indexDan Williams2018-07-201-3/+13
* | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-251-9/+4
|\ \
| * | filesystem-dax: Do not request kaddr and pfn when not requiredHuaisheng Ye2018-07-301-9/+4
| |/
* / dax: dax_layout_busy_page() warn on !exceptionalRoss Zwisler2018-07-291-1/+9
|/
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-081-25/+111
|\
| * Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-081-9/+12
| |\
| | * dax: Report bytes remaining in dax_iomap_actor()Dan Williams2018-05-221-9/+11
| | * dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-221-1/+2
| * | dax: dax_insert_mapping_entry always succeedsMatthew Wilcox2018-06-021-16/+2
| * | mm, fs, dax: handle layout changes to pinned dax mappingsDan Williams2018-05-221-0/+97
| |/
* | fs/dax.c: use new return type vm_fault_tSouptick Joarder2018-06-071-41/+37
* | Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-1/+1
|\ \ | |/ |/|
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | page cache: use xa_lockMatthew Wilcox2018-04-111-64/+60
* | fs, dax: use page->mapping to warn if truncate collides with a busy pageDan Williams2018-04-031-0/+63
* | dax: store pfns in the radixDan Williams2018-03-301-52/+31
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-031-3/+6
|\
| * dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-071-3/+6
* | mm: add unmap_mapping_pages()Matthew Wilcox2018-01-311-13/+6
* | fs/dax.c: release PMD lock even when there is no PMD support in DAXJan H. Schönherr2018-01-311-1/+1
|/
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-151-2/+1
* mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-291-1/+2
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-100/+219
|\
| * dax: fix PMD faults on zero-length filesJeff Moyer2017-11-141-3/+3
| * fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams2017-11-131-2/+13
| * dax: Implement dax_finish_sync_fault()Jan Kara2017-11-031-0/+83
| * dax, iomap: Add support for synchronous faultsJan Kara2017-11-031-2/+37
| * dax: Allow tuning whether dax_insert_mapping_entry() dirties entryJan Kara2017-11-031-7/+7
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-031-6/+7
| * dax: Fix comment describing dax_iomap_fault()Jan Kara2017-11-031-1/+2
| * dax: Inline dax_pmd_insert_mapping() into the callsiteJan Kara2017-11-031-28/+19
| * dax: Inline dax_insert_mapping() into the callsiteJan Kara2017-11-031-27/+19
| * dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE testJan Kara2017-11-031-2/+3
| * dax: Create local variable for VMA in dax_iomap_pte_fault()Jan Kara2017-11-031-2/+3
| * dax: Factor out getting of pfn out of iomapJan Kara2017-11-031-40/+43
| * dax: Simplify arguments of dax_insert_mapping()Jan Kara2017-11-031-16/+16
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-1/+1
* | mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-151-1/+1
* | mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse2017-11-151-2/+7
* | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-011-1/+1
|/
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-2/+2
|\
| * dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-111-2/+2
* | dax: initialize variable pfn before using itNicolas Iooss2017-09-061-1/+1
* | dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler2017-09-061-7/+4
* | dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler2017-09-061-0/+5
* | dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler2017-09-061-0/+34
* | dax: remove DAX code from page_cache_tree_insert()Ross Zwisler2017-09-061-1/+1