summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
Commit message (Expand)AuthorAgeFilesLines
* dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal2019-08-051-1/+1
* dax: Fix missed wakeup in put_unlocked_entry()Jan Kara2019-07-291-1/+1
* Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-191-1/+0Star
|\
| * iomap: move internal declarations into fs/iomap/Darrick J. Wong2019-07-171-1/+0Star
* | Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds2019-07-181-20/+33
|\ \ | |/ |/|
| * dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)2019-07-171-20/+33
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-1/+1
|\ \
| * | locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov2019-06-171-1/+1
| |/
* | Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-051-5/+4Star
|\ \ | |/ |/|
| * dax: Fix xarray entry association for mixed mappingsJan Kara2019-06-071-5/+4Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
|/
* mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-05-141-1/+1
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-141-4/+2Star
* fs/dax: Deposit pagetable even when installing zero pageAneesh Kumar K.V2019-03-131-0/+15
* dax: Flush partial PMDs correctlyMatthew Wilcox2019-03-021-10/+9Star
* fs/dax: NIT fix comment regarding start/end vs rangeIra Weiny2019-02-131-1/+1
* fs/dax: Convert to use vmf_error()Souptick Joarder2019-02-131-3/+1Star
* Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds2018-12-311-9/+7Star
|\
| * dax: Use non-exclusive wait in wait_entry_unlocked()Dan Williams2018-12-211-9/+7Star
* | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-3/+5
|/
* dax: Fix unlock mismatch with updated APIMatthew Wilcox2018-12-051-13/+8Star
* dax: Don't access a freed inodeMatthew Wilcox2018-11-281-3/+29
* dax: Check page->mapping isn't NULLMatthew Wilcox2018-11-281-1/+1
* dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-11-191-0/+1
* dax: Fix huge page faultsMatthew Wilcox2018-11-171-8/+4Star
* dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox2018-11-171-9/+8Star
* dax: Reinstate RCU protection of inodeMatthew Wilcox2018-11-161-3/+19
* dax: Make sure the unlocking entry isn't lockedMatthew Wilcox2018-11-161-0/+1
* dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox2018-11-161-5/+2Star
* dax: Convert page fault handlers to XArrayMatthew Wilcox2018-10-211-301/+128Star
* dax: Convert dax_lock_mapping_entry to XArrayMatthew Wilcox2018-10-211-48/+35Star
* dax: Convert dax writeback to XArrayMatthew Wilcox2018-10-211-68/+62Star
* dax: Convert __dax_invalidate_entry to XArrayMatthew Wilcox2018-10-211-8/+9
* dax: Convert dax_layout_busy_page to XArrayMatthew Wilcox2018-10-211-43/+21Star
* dax: Convert dax_insert_pfn_mkwrite to XArrayMatthew Wilcox2018-10-211-32/+117
* dax: Hash on XArray instead of mappingMatthew Wilcox2018-10-211-14/+15
* dax: Rename some functionsMatthew Wilcox2018-10-211-44/+42Star
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-57/+55Star
* filesystem-dax: Fix use of zero pageMatthew Wilcox2018-09-121-11/+2Star
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-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-261-9/+4Star
|\ \
| * | filesystem-dax: Do not request kaddr and pfn when not requiredHuaisheng Ye2018-07-301-9/+4Star
| |/
* / 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-091-25/+111
|\
| * Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-091-9/+12
| |\
| | * dax: Report bytes remaining in dax_iomap_actor()Dan Williams2018-05-231-9/+11
| | * dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-231-1/+2
| * | dax: dax_insert_mapping_entry always succeedsMatthew Wilcox2018-06-031-16/+2Star