summaryrefslogtreecommitdiff
path: root/include/linux/dax.h
AgeCommit message (Expand)Author
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
2018-03-30fs, dax: prepare for dax-specific address_space_operationsDan Williams
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-03dax: Implement dax_finish_sync_fault()Jan Kara
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-06dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler
2017-08-30dax: introduce a fs_dax_get_by_bdev() helperDan Williams
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal
2017-07-10mm: always enable thp for dax mappingsDan Williams
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams
2017-06-27dax: remove default copy_from_iter fallbackDan Williams
2017-06-15dm: add ->flush() dax operation supportDan Williams
2017-06-15dax, pmem: introduce an optional 'flush' dax_operationDan Williams