summaryrefslogtreecommitdiff
path: root/include/linux/dax.h
AgeCommit message (Expand)Author
2026-04-21Merge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)
2026-03-30dax: export dax_dev_get()John Groves
2026-03-30dax: Add fs_dax_get() func to prepare dax for fs-dax usageJohn Groves
2026-03-30dax: Add dax_set_ops() for setting dax_operations at bind timeJohn Groves
2026-03-30dax: Factor out dax_folio_reset_order() helperJohn Groves
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-06-17fs/dax: make it possible to check dev dax support without a VMALorenzo Stoakes
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2024-11-13dax: Remove an unused field in struct dax_operationsChristophe JAILLET
2024-02-22dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers
2024-02-22dax: add empty static inline for CONFIG_DAX=nMathieu Desnoyers
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