aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-6/+12
2017-02-24dax: support for transparent PUD pages for device DAXDave Jiang1-0/+48
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-21/+13
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-6/+6
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-9/+9
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-9/+7
2016-12-18Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+96
2016-12-17Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams2-1/+96
2016-12-17dax: add region 'id', 'size', and 'align' attributesDan Williams1-0/+94
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-2/+1
2016-12-06device-dax: fix private mapping restriction, permit read-onlyDan Williams1-1/+1
2016-11-28libnvdimm: use consistent naming for request_mem_region()Dan Williams1-1/+2
2016-11-16device-dax: fail all private mapping attemptsDan Williams1-2/+2
2016-10-28device-dax: check devm_nsio_enable() return valueDan Williams1-1/+3
2016-10-27device-dax: fix percpu_ref_exit orderingDan Williams1-1/+1
2016-10-27nvdimm: make CONFIG_NVDIMM_DAX 'bool'Arnd Bergmann1-1/+1
2016-10-07Merge branch 'for-4.9/dax' into libnvdimm-for-nextDan Williams4-232/+362
2016-10-07dax: use correct dev_t valueArnd Bergmann1-2/+2
2016-10-07dax: convert devm_create_dax_dev to PTR_ERRDan Williams3-10/+16
2016-09-03dax: fix mapping size checkDan Williams1-1/+1
2016-08-26dax: fix device-dax region baseDan Williams1-0/+3
2016-08-23dax: check resource alignment at dax region/device createDan Williams1-3/+19
2016-08-23dax: unmap/truncate on device shutdownDan Williams1-0/+1
2016-08-23dax: define a unified inode/address_space for device-dax mappingsDan Williams1-4/+146
2016-08-23dax: convert to the cdev apiDan Williams2-41/+46
2016-08-23dax: embed a struct device in dax_devDan Williams1-85/+45
2016-08-23dax: rename fops from dax_dev_ to dax_Dan Williams1-8/+8
2016-08-23dax: reorder dax_fops function definitionsDan Williams1-169/+168
2016-08-23dax: cleanup needlessly global symbol warningsDan Williams2-1/+2
2016-07-06dax: use devm_add_action_or_reset()Sajjan, Vikas C2-12/+8
2016-05-20/dev/dax, core: file operations and dax-mmapDan Williams2-0/+323
2016-05-20/dev/dax, pmem: direct access to persistent memoryDan Williams5-0/+464