summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-311-303/+275
|\
| * fsdax: switch the fault handlers to use iomap_iterChristoph Hellwig2021-08-161-118/+75
| * fsdax: factor out a dax_fault_actor() helperShiyang Ruan2021-08-161-148/+149
| * fsdax: factor out helpers to simplify the dax fault codeShiyang Ruan2021-08-161-69/+84
| * fsdax: switch dax_iomap_rw to use iomap_iterChristoph Hellwig2021-08-161-25/+24
| * fsdax: mark the iomap argument to dax_iomap_sector as constChristoph Hellwig2021-08-161-1/+1
* | Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams2021-08-111-1/+1
|\ \ | |/ |/|
| * fs/dax: Clarify nr_pages to dax_direct_access()Ira Weiny2021-07-071-1/+1
* | dax: fix ENOMEM handling in grab_mapping_entry()Jan Kara2021-06-291-1/+2
|/
* 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
|/