summaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)Author
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15device-dax: compound devmap supportJoao Martins
2022-01-15device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins
2022-01-15device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins
2022-01-15device-dax: factor out page mapping initializationJoao Martins
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins
2022-01-15device-dax: use struct_size()Joao Martins
2022-01-15device-dax: use ALIGN() for determining pgoffJoao Martins
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: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-04dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig
2021-12-04dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig
2021-12-04dax: remove CONFIG_DAX_DRIVERChristoph Hellwig
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig
2021-11-24dax: Kill DEV_DAX_PMEM_COMPATDan Williams
2021-09-27nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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: move the dax_read_lock() locking into dax_supportedChristoph Hellwig
2021-08-26dax: mark dax_get_by_host staticChristoph Hellwig
2021-08-26dax: stop using bdevnameChristoph Hellwig
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-07dax: Ensure errno is returned from dax_direct_accessIra Weiny
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)
2021-03-22dax: avoid -Wempty-body warningsArnd Bergmann
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-02-23Merge branch 'for-5.12/dax' into for-5.12/libnvdimmDan Williams
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro
2021-02-16dax-device: Make remove callback return voidUwe Kleine-König
2021-02-16device-dax: Drop an empty .remove callbackUwe Kleine-König
2021-02-16device-dax: Fix error path in dax_driver_registerUwe Kleine-König
2021-02-16device-dax: Properly handle drivers without remove callbackUwe Kleine-König
2021-02-16device-dax: Prevent registering drivers without probe callbackUwe Kleine-König
2021-02-16libnvdimm: Make remove callback return voidUwe Kleine-König
2021-02-16device-dax: Fix default return code of range_parse()Shiyang Ruan
2020-12-24Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-24device-dax: Avoid an unnecessary check in alloc_dev_dax_range()Zhen Lei
2020-12-24device-dax: Fix range releaseDan Williams