summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-153-50/+109
|\
| * device-dax: compound devmap supportJoao Martins2022-01-151-0/+9
| * device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins2022-01-151-17/+19
| * device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins2022-01-151-6/+6
| * device-dax: factor out page mapping initializationJoao Martins2022-01-151-22/+23
| * device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins2022-01-153-8/+54
| * device-dax: use struct_size()Joao Martins2022-01-151-2/+3
| * device-dax: use ALIGN() for determining pgoffJoao Martins2022-01-151-2/+2
* | dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-182-4/+34
* | dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-182-6/+3
* | dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig2021-12-181-4/+4
* | dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-3/+6
* | fsdax: simplify the pgoff calculationChristoph Hellwig2021-12-041-14/+0
* | dax: remove dax_capableChristoph Hellwig2021-12-041-36/+0
* | dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig2021-12-041-17/+6
* | dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig2021-12-041-48/+1
* | dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-042-85/+30
* | dax: remove CONFIG_DAX_DRIVERChristoph Hellwig2021-12-041-4/+0
* | dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig2021-12-041-4/+2
* | dax: Kill DEV_DAX_PMEM_COMPATDan Williams2021-11-249-156/+35
|/
* nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig2021-09-271-82/+18
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-118/+73
|\
| * dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-41/+1
| * dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig2021-08-261-18/+18
| * dax: remove __generic_fsdax_supportedChristoph Hellwig2021-08-261-4/+4
| * dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig2021-08-261-7/+9
| * dax: mark dax_get_by_host staticChristoph Hellwig2021-08-261-55/+54
| * dax: stop using bdevnameChristoph Hellwig2021-08-261-13/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-10/+33
|\ \
| * | dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand2021-09-081-8/+32
| * | mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand2021-09-081-2/+1
| |/
* | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\ \ | |/ |/|
| * bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* | Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams2021-08-111-1/+1
|\ \ | |/ |/|
| * dax: Ensure errno is returned from dax_direct_accessIra Weiny2021-07-071-1/+1
* | fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-1/+1
|/
* dax: avoid -Wempty-body warningsArnd Bergmann2021-03-221-4/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-1/+1
|\
| * whack-a-mole: don't open-code iminor/imajorAl Viro2021-02-231-1/+1
* | Merge branch 'for-5.12/dax' into for-5.12/libnvdimmDan Williams2021-02-234-16/+25
|\ \
| * | dax-device: Make remove callback return voidUwe Kleine-König2021-02-163-9/+5
| * | device-dax: Drop an empty .remove callbackUwe Kleine-König2021-02-161-7/+1
| * | device-dax: Fix error path in dax_driver_registerUwe Kleine-König2021-02-161-1/+9
| * | device-dax: Properly handle drivers without remove callbackUwe Kleine-König2021-02-161-1/+5
| * | device-dax: Prevent registering drivers without probe callbackUwe Kleine-König2021-02-161-0/+7
| * | device-dax: Fix default return code of range_parse()Shiyang Ruan2021-02-161-1/+1
| |/
* / libnvdimm: Make remove callback return voidUwe Kleine-König2021-02-161-2/+1
|/
* Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-243-45/+29
|\
| * device-dax: Avoid an unnecessary check in alloc_dev_dax_range()Zhen Lei2020-12-241-14/+6
| * device-dax: Fix range releaseDan Williams2020-12-241-23/+21