aboutsummaryrefslogtreecommitdiff
path: root/fs/dax.c
AgeCommit message (Expand)Author
2021-02-09mm: provide a saner PTE walking API for modulesPaolo Bonzini
2020-12-15mm: simplify follow_pte{,pmd}Christoph Hellwig
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-21iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)
2020-09-10dax: Create a range version of dax_layout_busy_page()Vivek Goyal
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-30dax: Fix incorrect argument passed to xas_set_err()Hao Li
2020-07-28fs/dax: Remove unused size parameterIra Weiny
2020-04-02dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal
2020-04-02dax: Use new dax zero page method for zeroing a pageVivek Goyal
2020-02-05dax: pass NOWAIT flag to iomap_applyJeff Moyer
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal
2019-11-30Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-10-22fs/dax: Fix pmd vs pte conflict detectionDan Williams
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues
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