summaryrefslogtreecommitdiffstats
path: root/include/linux/dax.h
Commit message (Expand)AuthorAgeFilesLines
* dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers2024-02-221-5/+1
* dax: add empty static inline for CONFIG_DAX=nMathieu Desnoyers2024-02-221-3/+8
* mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)2023-10-041-5/+5
* mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-2/+2
* dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-261-0/+13
* dax/hmem: Move hmem device registration to dax_hmem.koDan Williams2023-02-101-2/+5
* fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-111-0/+2
* fsdax: dedup file range to use a compare functionShiyang Ruan2022-07-171-0/+8
* fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan2022-07-171-0/+15
* dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-8/+25
* dax: add .recovery_write dax_operationJane Chu2022-05-161-0/+13
* dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-161-2/+7
* dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-6/+3
* dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-6/+2
* dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig2021-12-181-10/+2
* dax: fix up some of the block device related ifdefsChristoph Hellwig2021-12-041-17/+16
* dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-2/+4
* fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-041-1/+6
* fsdax: simplify the pgoff calculationChristoph Hellwig2021-12-041-1/+0
* dax: remove dax_capableChristoph Hellwig2021-12-041-14/+0
* dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-4/+15
* nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig2021-09-271-2/+0
* dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-12/+0
* dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig2021-08-261-8/+10
* dax: remove __generic_fsdax_supportedChristoph Hellwig2021-08-261-14/+2
* dax: mark dax_get_by_host staticChristoph Hellwig2021-08-261-5/+0
* Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-191-0/+6
|\
| * dax: Create a range version of dax_layout_busy_page()Vivek Goyal2020-09-101-0/+6
* | Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-141-2/+1
|\ \
| * | iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)2020-09-211-2/+1
| |/
* | ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams2020-10-131-0/+8
* | dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara2020-09-211-9/+8
* | dm: Call proper helper to determine dax supportJan Kara2020-09-201-2/+20
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal2020-04-021-14/+3
* dax, pmem: Add a dax operation zero_page_rangeVivek Goyal2020-04-021-0/+4
* dax: Get rid of fs_dax_get_by_host() helperVivek Goyal2020-01-161-10/+0
* dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-031-2/+2
* dax: check synchronous mapping is supportedPankaj Gupta2019-07-051-0/+17
* libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-051-2/+22
* dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-201-0/+26
* dax: Fix unlock mismatch with updated APIMatthew Wilcox2018-12-041-6/+8
* filesystem-dax: Introduce dax_lock_mapping_entry()Dan Williams2018-07-231-0/+13
* include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder2018-06-281-1/+1
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-081-0/+12
|\
| * Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-081-0/+5
| |\
| | * dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-221-0/+5
| * | mm, fs, dax: handle layout changes to pinned dax mappingsDan Williams2018-05-221-0/+7
| |/
* | fs/dax.c: use new return type vm_fault_tSouptick Joarder2018-06-071-2/+2
* | dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-05-311-4/+4