aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dax.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-22mm, fs, dax: handle layout changes to pinned dax mappingsDan Williams1-0/+7
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams1-6/+24
2018-03-30fs, dax: prepare for dax-specific address_space_operationsDan Williams1-3/+9
2018-01-07dax: pass detailed error code from dax_iomap_fault()Jan Kara1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+3
2017-11-03dax: Implement dax_finish_sync_fault()Jan Kara1-0/+2
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-4/+1
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+6
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-4/+1
2017-09-06dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler1-41/+0
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler1-2/+0
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler1-7/+5
2017-08-30dax: introduce a fs_dax_get_by_bdev() helperDan Williams1-0/+6
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal1-0/+1
2017-07-10mm: always enable thp for dax mappingsDan Williams1-5/+0
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams1-0/+3
2017-06-27dax: remove default copy_from_iter fallbackDan Williams1-1/+1
2017-06-15dm: add ->flush() dax operation supportDan Williams1-0/+2
2017-06-15dax, pmem: introduce an optional 'flush' dax_operationDan Williams1-0/+2
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams1-0/+2