summaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)Author
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang
2020-09-20dm: Call proper helper to determine dax supportJan Kara
2020-09-12Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne
2020-09-03dax: fix detection of dax support for non-persistent memory block devicesColy Li
2020-08-20dax: do not print error message for non-persistent memory block deviceAdrian Huang
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-28drivers/dax: Expand lock scope to cover the use of addressesIra Weiny
2020-07-28dax: print error message by pr_info() in __generic_fsdax_supported()Coly Li
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-06-04device-dax: add memory via add_memory_driver_managed()David Hildenbrand
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton
2020-05-23device-dax: don't leak kernel memory to user space after unloading kmemDavid Hildenbrand
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal
2020-04-02dax, pmem: Add a dax operation zero_page_rangeVivek Goyal
2020-01-16dax: Get rid of fs_dax_get_by_host() helperVivek Goyal
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-19dax: Add numa_node to the default device-dax attributesDan Williams
2019-11-19dax: Simplify root read-only definition for the 'resource' attributeDan Williams
2019-11-19dax: Create a dax device_typeDan Williams
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V
2019-11-07device-dax: Add a driver for "hmem" devicesDan Williams
2019-11-07dax: Fix alloc_dax_region() compile warningDan Williams
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-16device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin
2019-07-16device-dax: fix memory and resource leak if hotplug failsPavel Tatashin
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta
2019-07-02device-dax: use the dev_pagemap internal refcountChristoph Hellwig
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig
2019-07-02memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig
2019-06-20device-dax: Add a 'resource' attributeVishal Verma
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-25vfs: Convert dax to use the new mount APIDavid Howells
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-05-25Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21device-dax: Drop register_filesystem()Dan Williams
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams
2019-05-15Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2019-05-07drivers/dax: Allow to include DEV_DAX_PMEM as builtinAneesh Kumar K.V
2019-05-01dax: make use of ->free_inode()Al Viro
2019-04-22dax/pmem: Fix whitespace in dax_pmemVishal Verma
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2019-02-28device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen