summaryrefslogtreecommitdiff
path: root/include/linux/dax.h
AgeCommit message (Expand)Author
2023-10-04mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu
2023-02-10dax/hmem: Move hmem device registration to dax_hmem.koDan Williams
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan
2022-07-17fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-05-16dax: add .recovery_write dax_operationJane Chu
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig
2021-12-18dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig
2021-12-04dax: fix up some of the block device related ifdefsChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig
2021-09-27nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig
2021-08-26dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig
2021-08-26dax: remove __generic_fsdax_supportedChristoph Hellwig
2021-08-26dax: mark dax_get_by_host staticChristoph Hellwig
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-14Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-13ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams
2020-09-21iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)
2020-09-21dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara
2020-09-20dm: Call proper helper to determine dax supportJan Kara
2020-09-10dax: Create a range version of dax_layout_busy_page()Vivek Goyal
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-02dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal
2020-04-02dax, pmem: Add a dax operation zero_page_rangeVivek Goyal
2020-01-16dax: Get rid of fs_dax_get_by_host() helperVivek Goyal
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal
2019-07-05dax: check synchronous mapping is supportedPankaj Gupta
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams
2018-12-04dax: Fix unlock mismatch with updated APIMatthew Wilcox
2018-07-23filesystem-dax: Introduce dax_lock_mapping_entry()Dan Williams
2018-06-28include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-05-22mm, fs, dax: handle layout changes to pinned dax mappingsDan Williams
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams