summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds2022-03-241-1/+1
|\
| * fsdax: fix function descriptionShiyang Ruan2022-02-171-1/+1
* | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
|/
* dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-5/+0
* fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-041-5/+1
* iomap: add a IOMAP_DAX flagChristoph Hellwig2021-12-041-3/+4
* fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-041-14/+63
* fsdax: factor out a dax_memzero helperChristoph Hellwig2021-12-041-17/+19
* fsdax: simplify the offset check in dax_iomap_zeroChristoph Hellwig2021-12-041-3/+1
* fsdax: simplify the pgoff calculationChristoph Hellwig2021-12-041-25/+10
* fsdax: use a saner calling convention for copy_cow_page_daxChristoph Hellwig2021-12-041-16/+13
* fsdax: remove a pointless __force cast in copy_cow_page_daxChristoph Hellwig2021-12-041-1/+1
* 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
| |/