summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dax-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-151-12/+23
|\
| * dax: Wake up all waiters after invalidating dax entryVivek Goyal2021-05-071-1/+1
| * dax: Add a wakeup mode parameter to put_unlocked_entry()Vivek Goyal2021-05-071-7/+7
| * dax: Add an enum for specifying dax wakup modeVivek Goyal2021-05-071-6/+17
* | dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)2021-05-051-3/+3
* | mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-051-1/+1
|/
* mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-091-2/+3
* mm: simplify follow_pte{,pmd}Christoph Hellwig2020-12-151-5/+4
* Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-191-6/+23
|\
| * dax: Create a range version of dax_layout_busy_page()Vivek Goyal2020-09-101-6/+23
* | iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)2020-09-211-7/+6
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* dax: Fix incorrect argument passed to xas_set_err()Hao Li2020-07-301-1/+1
* fs/dax: Remove unused size parameterIra Weiny2020-07-281-7/+6
* dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal2020-04-021-8/+8
* dax: Use new dax zero page method for zeroing a pageVivek Goyal2020-04-021-30/+23
* dax: pass NOWAIT flag to iomap_applyJeff Moyer2020-02-051-0/+3
* dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-031-7/+1
* Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-11-301-5/+8
|\
| * iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-5/+8
* | fs/dax: Fix pmd vs pte conflict detectionDan Williams2019-10-221-2/+3
|/
* 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/+0
|\
| * iomap: move internal declarations into fs/iomap/Darrick J. Wong2019-07-171-1/+0
* | 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-161-20/+33
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-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/+4
|\ \ | |/ |/|
| * dax: Fix xarray entry association for mixed mappingsJan Kara2019-06-061-5/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
|/
* 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/+2
* fs/dax: Deposit pagetable even when installing zero pageAneesh Kumar K.V2019-03-131-0/+15
* dax: Flush partial PMDs correctlyMatthew Wilcox2019-03-011-10/+9
* fs/dax: NIT fix comment regarding start/end vs rangeIra Weiny2019-02-121-1/+1
* fs/dax: Convert to use vmf_error()Souptick Joarder2019-02-121-3/+1
* Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds2018-12-311-9/+7
|\
| * dax: Use non-exclusive wait in wait_entry_unlocked()Dan Williams2018-12-211-9/+7
* | 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-041-13/+8
* 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/+4
* dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox2018-11-171-9/+8
* 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/+2