summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
AgeCommit message (Expand)Author
2020-03-05dax: pass NOWAIT flag to iomap_applyJeff Moyer
2019-10-22fs/dax: Fix pmd vs pte conflict detectionDan Williams
2019-08-05dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal
2019-07-29dax: Fix missed wakeup in put_unlocked_entry()Jan Kara
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds
2019-07-17iomap: move internal declarations into fs/iomap/Darrick J. Wong
2019-07-16dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-05Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov
2019-06-06dax: Fix xarray entry association for mixed mappingsJan Kara
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-14mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2019-03-13fs/dax: Deposit pagetable even when installing zero pageAneesh Kumar K.V
2019-03-01dax: Flush partial PMDs correctlyMatthew Wilcox
2019-02-12fs/dax: NIT fix comment regarding start/end vs rangeIra Weiny
2019-02-12fs/dax: Convert to use vmf_error()Souptick Joarder
2018-12-31Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-21dax: Use non-exclusive wait in wait_entry_unlocked()Dan Williams
2018-12-04dax: Fix unlock mismatch with updated APIMatthew Wilcox
2018-11-28dax: Don't access a freed inodeMatthew Wilcox
2018-11-28dax: Check page->mapping isn't NULLMatthew Wilcox
2018-11-19dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox
2018-11-17dax: Fix huge page faultsMatthew Wilcox
2018-11-17dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox
2018-11-16dax: Reinstate RCU protection of inodeMatthew Wilcox
2018-11-16dax: Make sure the unlocking entry isn't lockedMatthew Wilcox
2018-11-16dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox
2018-10-21dax: Convert page fault handlers to XArrayMatthew Wilcox
2018-10-21dax: Convert dax_lock_mapping_entry to XArrayMatthew Wilcox
2018-10-21dax: Convert dax writeback to XArrayMatthew Wilcox
2018-10-21dax: Convert __dax_invalidate_entry to XArrayMatthew Wilcox
2018-10-21dax: Convert dax_layout_busy_page to XArrayMatthew Wilcox
2018-10-21dax: Convert dax_insert_pfn_mkwrite to XArrayMatthew Wilcox
2018-10-21dax: Hash on XArray instead of mappingMatthew Wilcox
2018-10-21dax: Rename some functionsMatthew Wilcox
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-09-11filesystem-dax: Fix use of zero pageMatthew Wilcox
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2018-07-30filesystem-dax: Do not request kaddr and pfn when not requiredHuaisheng Ye
2018-07-29dax: dax_layout_busy_page() warn on !exceptionalRoss Zwisler
2018-07-23filesystem-dax: Introduce dax_lock_mapping_entry()Dan Williams
2018-07-20filesystem-dax: Set page->indexDan Williams
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder