aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/dax.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers1-5/+1
2024-02-22dax: add empty static inline for CONFIG_DAX=nMathieu Desnoyers1-3/+8
2023-10-04mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)1-5/+5
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-2/+2
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu1-0/+13
2023-02-10dax/hmem: Move hmem device registration to dax_hmem.koDan Williams1-2/+5
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan1-0/+2
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan1-0/+8
2022-07-17fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan1-0/+15
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-8/+25
2022-05-16dax: add .recovery_write dax_operationJane Chu1-0/+13
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu1-2/+7
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-6/+3
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-6/+2
2021-12-18dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig1-10/+2
2021-12-04dax: fix up some of the block device related ifdefsChristoph Hellwig1-17/+16
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-2/+4
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig1-1/+6
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig1-1/+0
2021-12-04dax: remove dax_capableChristoph Hellwig1-14/+0
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-4/+15
2021-09-27nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig1-2/+0
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig1-12/+0
2021-08-26dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig1-8/+10
2021-08-26dax: remove __generic_fsdax_supportedChristoph Hellwig1-14/+2
2021-08-26dax: mark dax_get_by_host staticChristoph Hellwig1-5/+0
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+6
2020-10-14Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+1
2020-10-13ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams1-0/+8
2020-09-21iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)1-2/+1
2020-09-21dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara1-9/+8
2020-09-20dm: Call proper helper to determine dax supportJan Kara1-2/+20
2020-09-10dax: Create a range version of dax_layout_busy_page()Vivek Goyal1-0/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-02dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal1-14/+3
2020-04-02dax, pmem: Add a dax operation zero_page_rangeVivek Goyal1-0/+4
2020-01-16dax: Get rid of fs_dax_get_by_host() helperVivek Goyal1-10/+0
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal1-2/+2
2019-07-05dax: check synchronous mapping is supportedPankaj Gupta1-0/+17
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta1-2/+22
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams1-0/+26
2018-12-04dax: Fix unlock mismatch with updated APIMatthew Wilcox1-6/+8
2018-07-23filesystem-dax: Introduce dax_lock_mapping_entry()Dan Williams1-0/+13
2018-06-28include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder1-1/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+12
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams1-0/+5
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder1-2/+2
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-4/+4
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-4/+5
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+5