summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
Commit message (Expand)AuthorAgeFilesLines
* dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal2019-08-161-1/+1
* mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-06-151-1/+1
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-221-4/+2
* dax: Use non-exclusive wait in wait_entry_unlocked()Dan Williams2019-01-091-9/+7
* dax: Don't access a freed inodeMatthew Wilcox2019-01-091-37/+32
* dax: Check page->mapping isn't NULLMatthew Wilcox2018-12-171-1/+1
* dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-12-011-1/+6
* filesystem-dax: Fix dax_layout_busy_page() livelockDan Williams2018-10-081-2/+11
* Merge tag 'libnvdimm-fixes2-4.19-rc6' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-09-301-0/+1
|\
| * dax: Fix deadlock in dax_lock_mapping_entry()Jan Kara2018-09-271-0/+1
* | 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