summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* 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
| * device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei2020-12-171-7/+0
| * device-dax/core: Fix memory leak when rmmod dax.koWang Hai2020-12-151-0/+1
| * device-dax/pmem: Convert comma to semicolonZheng Yongjun2020-12-151-1/+1
* | vm_ops: rename .split() callback to .may_split()Dmitry Safonov2020-12-151-2/+2
* | device-dax/kmem: use struct_size()Dan Williams2020-12-151-1/+1
* | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-221-1/+0
|/
* Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-191-1/+2
|\
| * dax: Modify bdev_dax_pgoff() to handle NULL bdevVivek Goyal2020-09-101-1/+2
* | mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
* | device-dax/kmem: fix resource releaseDan Williams2020-10-161-14/+34
* | device-dax: add a range mapping allocation attributeJoao Martins2020-10-131-0/+64
* | dax/hmem: introduce dax_hmem.region_idle parameterJoao Martins2020-10-131-1/+4
* | device-dax: add an 'align' attributeDan Williams2020-10-132-10/+101
* | device-dax: make align a per-device propertyJoao Martins2020-10-133-26/+19
* | device-dax: introduce 'mapping' devicesDan Williams2020-10-132-2/+203
* | device-dax: add dis-contiguous resource supportDan Williams2020-10-134-118/+309
* | mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-0/+1
* | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-136-20/+17
* | device-dax: add resize supportDan Williams2020-10-131-9/+152
* | device-dax: introduce 'seed' devicesDan Williams2020-10-133-40/+272
* | device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams2020-10-135-19/+35