aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax
AgeCommit message (Expand)AuthorFilesLines
2021-03-22dax: avoid -Wempty-body warningsArnd Bergmann1-4/+2
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2021-02-23Merge branch 'for-5.12/dax' into for-5.12/libnvdimmDan Williams4-16/+25
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-1/+1
2021-02-16dax-device: Make remove callback return voidUwe Kleine-König3-9/+5
2021-02-16device-dax: Drop an empty .remove callbackUwe Kleine-König1-7/+1
2021-02-16device-dax: Fix error path in dax_driver_registerUwe Kleine-König1-1/+9
2021-02-16device-dax: Properly handle drivers without remove callbackUwe Kleine-König1-1/+5
2021-02-16device-dax: Prevent registering drivers without probe callbackUwe Kleine-König1-0/+7
2021-02-16libnvdimm: Make remove callback return voidUwe Kleine-König1-2/+1
2021-02-16device-dax: Fix default return code of range_parse()Shiyang Ruan1-1/+1
2020-12-24Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-45/+29
2020-12-24device-dax: Avoid an unnecessary check in alloc_dev_dax_range()Zhen Lei1-14/+6
2020-12-24device-dax: Fix range releaseDan Williams1-23/+21
2020-12-17device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei1-7/+0
2020-12-15device-dax/core: Fix memory leak when rmmod dax.koWang Hai1-0/+1
2020-12-15device-dax/pmem: Convert comma to semicolonZheng Yongjun1-1/+1
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov1-2/+2
2020-12-15device-dax/kmem: use struct_size()Dan Williams1-1/+1
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams1-1/+0
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand1-1/+1
2020-10-16device-dax/kmem: fix resource releaseDan Williams1-14/+34
2020-10-13device-dax: add a range mapping allocation attributeJoao Martins1-0/+64
2020-10-13dax/hmem: introduce dax_hmem.region_idle parameterJoao Martins1-1/+4
2020-10-13device-dax: add an 'align' attributeDan Williams2-10/+101
2020-10-13device-dax: make align a per-device propertyJoao Martins3-26/+19
2020-10-13device-dax: introduce 'mapping' devicesDan Williams2-2/+203
2020-10-13device-dax: add dis-contiguous resource supportDan Williams4-118/+309
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams1-0/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams6-20/+17
2020-10-13device-dax: add resize supportDan Williams1-9/+152
2020-10-13device-dax: introduce 'seed' devicesDan Williams3-40/+272
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams5-19/+35
2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams5-23/+121
2020-10-13device-dax/kmem: replace release_resource() with release_mem_region()Dan Williams2-16/+7
2020-10-13device-dax/kmem: move resource name tracking to drvdataDan Williams1-7/+9
2020-10-13device-dax/kmem: introduce dax_kmem_range()Dan Williams1-23/+17
2020-10-13device-dax: make pgmap optional for instance creationDan Williams7-34/+58
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams4-17/+30
2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams6-33/+7
2020-10-13ACPI: HMAT: attach a device for each soft-reserved rangeDan Williams3-1/+39
2020-10-13ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams5-3/+76
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang1-6/+6
2020-09-20dm: Call proper helper to determine dax supportJan Kara1-0/+4
2020-09-12Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-09-10dax: Modify bdev_dax_pgoff() to handle NULL bdevVivek Goyal1-1/+2
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne1-1/+1
2020-09-03dax: fix detection of dax support for non-persistent memory block devicesColy Li1-1/+1
2020-08-20dax: do not print error message for non-persistent memory block deviceAdrian Huang1-0/+6
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+7
2020-07-28drivers/dax: Expand lock scope to cover the use of addressesIra Weiny1-1/+2
2020-07-28dax: print error message by pr_info() in __generic_fsdax_supported()Coly Li1-5/+5
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+1
2020-06-04device-dax: add memory via add_memory_driver_managed()David Hildenbrand2-2/+27
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton1-0/+1
2020-05-23device-dax: don't leak kernel memory to user space after unloading kmemDavid Hildenbrand1-3/+11
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2-6/+12
2020-04-02dax, pmem: Add a dax operation zero_page_rangeVivek Goyal1-0/+20
2020-01-16dax: Get rid of fs_dax_get_by_host() helperVivek Goyal1-1/+1
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+20
2019-11-19dax: Add numa_node to the default device-dax attributesDan Williams1-0/+10
2019-11-19dax: Simplify root read-only definition for the 'resource' attributeDan Williams1-3/+1
2019-11-19dax: Create a dax device_typeDan Williams1-2/+6
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V1-3/+3
2019-11-07device-dax: Add a driver for "hmem" devicesDan Williams3-5/+80
2019-11-07dax: Fix alloc_dax_region() compile warningDan Williams3-3/+3
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-13/+10
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds1-0/+19
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+19
2019-07-16device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin2-4/+39
2019-07-16device-dax: fix memory and resource leak if hotplug failsPavel Tatashin1-1/+4
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta2-2/+19
2019-07-02device-dax: use the dev_pagemap internal refcountChristoph Hellwig2-47/+0
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig1-6/+6
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2-5/+8
2019-07-02memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig1-0/+1
2019-06-20device-dax: Add a 'resource' attributeVishal Verma1-0/+19
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams1-10/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2-18/+2
2019-05-25vfs: Convert dax to use the new mount APIDavid Howells1-6/+10
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-05-25Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-31/+57
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21device-dax: Drop register_filesystem()Dan Williams1-7/+0
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams1-31/+57
2019-05-15Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+4
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams1-4/+2
2019-05-07drivers/dax: Allow to include DEV_DAX_PMEM as builtinAneesh Kumar K.V1-2/+1
2019-05-01dax: make use of ->free_inode()Al Viro1-5/+2
2019-04-22dax/pmem: Fix whitespace in dax_pmemVishal Verma1-3/+3
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds15-499/+1032
2019-02-28device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen3-0/+125
2019-02-27device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma1-0/+12
2019-02-20dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams1-10/+28
2019-02-20device-dax: Add a 'target_node' attributeDan Williams1-0/+28
2019-01-24device-dax: Auto-bind device after successful new_idDan Williams1-6/+18
2019-01-06acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams4-3/+12
2019-01-06device-dax: Add /sys/class/dax backwards compatibilityDan Williams9-49/+202
2019-01-06device-dax: Add support for a dax override driverDan Williams3-10/+156
2019-01-06device-dax: Move resource pinning+mapping into the common driverDan Williams5-79/+90
2019-01-06device-dax: Introduce bus + driver modelDan Williams5-87/+203
2019-01-06device-dax: Start defining a dax bus modelDan Williams9-224/+209
2019-01-06device-dax: Remove multi-resource infrastructureDan Williams4-49/+10
2019-01-06device-dax: Kill dax_region baseDan Williams4-8/+4
2019-01-06device-dax: Kill dax_region idaDan Williams2-24/+3
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams1-11/+3
2018-09-22device-dax: Add missing address_space_operationsDave Jiang1-0/+6
2018-09-04drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder1-1/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds1-27/+48
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2-6/+9
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+1
2018-07-31device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi1-4/+8
2018-07-30dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye1-2/+1
2018-07-20device-dax: Set page->indexDan Williams1-0/+4
2018-07-20device-dax: Enable page_mapping()Dan Williams1-17/+38
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams1-15/+11
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+8
2018-06-28dev-dax: check_vma: ratelimit dev_info-sJeff Moyer1-4/+8
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler1-0/+8
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+24
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams1-0/+10
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams1-3/+11
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-1/+1
2018-06-06dax: Use dax_write_cache* helpersRoss Zwisler1-6/+3
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-8/+8
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-13/+13
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+10
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams1-3/+11
2018-04-19device-dax: allow MAP_SYNC to succeedDave Jiang1-0/+2
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-39/+37
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2-4/+16
2018-04-05device-dax: implement ->pagesize() for smaps to report MMUPageSizeDan Williams1-0/+10
2018-04-03dax: introduce CONFIG_DAX_DRIVERDan Williams1-1/+4
2018-03-30dax: store pfns in the radixDan Williams1-3/+12
2018-03-15device-dax: use module_nd_driverJohannes Thumshirn1-11/+1
2018-03-06device-dax: remove redundant __func__ in dev_dbgDan Williams2-24/+20
2018-02-26dax: ->direct_access does not sleep anymoreBoaz Harrosh1-6/+0
2018-02-03Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler2-9/+21
2018-01-23device-dax: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-19dax: require 'struct page' by default for filesystem daxDan Williams1-0/+10
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig1-9/+11
2017-11-29device-dax: implement ->split() to catch invalid munmap attemptsDan Williams1-0/+12
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+9
2017-11-15Merge branch 'for-4.15/dax' into libnvdimm-for-nextDan Williams1-7/+7
2017-11-14dax: fix general protection fault in dax_alloc_inodeMikulas Patocka1-0/+3
2017-11-14dax: stop requiring a live device for dax_flush()Dan Williams1-3/+0
2017-11-14dax: quiet bdev_dax_supported()Dan Williams1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19dev/dax: fix uninitialized variable build warningRoss Zwisler1-1/+2
2017-09-28dax: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+14
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-7/+14
2017-09-03dax: fix FS_DAX=n BLOCK=y compilationDan Williams1-0/+2
2017-08-30dax: introduce a fs_dax_get_by_bdev() helperDan Williams1-0/+10
2017-07-28Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal1-0/+6
2017-07-18device-dax: fix sysfs duplicate warningsDan Williams3-14/+24
2017-07-17device-dax: fix 'passing zero to ERR_PTR()' warningDan Williams1-2/+7
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+112
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-0/+1
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams1-0/+79
2017-06-29dax: convert to bitmask for flagsDan Williams1-6/+11
2017-06-27dax: remove default copy_from_iter fallbackDan Williams1-2/+0
2017-06-15dm: add ->flush() dax operation supportDan Williams1-0/+11
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams1-0/+13
2017-06-09device-dax: fix 'dax' device filesystem inode destruction crashDan Williams1-2/+7
2017-05-13dax: fix false CONFIG_BLOCK dependencyDan Williams1-0/+2
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-14/+74
2017-05-09device-dax: kill NR_DEV_DAXDan Williams2-13/+3
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-0/+70
2017-05-08device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXMike Galbraith1-1/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-371/+677
2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams8-319/+619
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+16
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2017-05-01device-dax: fix sysfs attribute deadlockDan Williams1-28/+12
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams1-1/+1
2017-04-20dax: introduce dax_direct_access()Dan Williams1-0/+39
2017-04-19pmem: add dax_operations supportDan Williams1-7/+0
2017-04-19dax: introduce dax_operationsDan Williams3-3/+13
2017-04-19dax: add a facility to lookup a dax device by 'host' device nameDan Williams3-6/+85
2017-04-12dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams7-214/+392
2017-04-12device-dax: rename 'dax_dev' to 'dev_dax'Dan Williams3-109/+109
2017-04-12device-dax: improve fault handler debug outputOliver O'Halloran1-7/+10
2017-04-12device-dax: fix dax_dev_huge_fault() unknown fault size handlingPushkar Jambhlekar1-1/+1
2017-04-12Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams2-9/+38
2017-04-12device-dax, tools/testing/nvdimm: enable device-dax with mock resourcesDave Jiang2-46/+67
2017-04-12device-dax: switch to srcu, fix rcu_read_lock() vs pte allocationDan Williams2-6/+8
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman1-3/+30
2017-03-21device-dax: utilize new cdev_device_add helper functionLogan Gunthorpe1-13/+5
2017-03-21input: utilize new cdev_device_add helper functionLogan Gunthorpe0-0/+0
2017-03-21device-dax: fix cdev leakDan Williams1-4/+11
2017-03-10device-dax: fix debug output typoDave Jiang1-3/+3
2017-03-10device-dax: fix pud fault fallback handlingDave Jiang1-0/+12
2017-03-10device-dax: fix pmd/pte fault fallback handlingDave Jiang1-0/+15
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar1-0/+1