summaryrefslogtreecommitdiffstats
path: root/drivers/dax
AgeCommit message (Expand)AuthorLines
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+24
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams-0/+10
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams-3/+11
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-1/+1
2018-06-06dax: Use dax_write_cache* helpersRoss Zwisler-6/+3
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang-8/+8
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong-13/+13
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams-0/+10
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams-3/+11
2018-04-19device-dax: allow MAP_SYNC to succeedDave Jiang-0/+2
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-39/+37
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams-4/+16
2018-04-05device-dax: implement ->pagesize() for smaps to report MMUPageSizeDan Williams-0/+10
2018-04-03dax: introduce CONFIG_DAX_DRIVERDan Williams-1/+4
2018-03-30dax: store pfns in the radixDan Williams-3/+12
2018-03-15device-dax: use module_nd_driverJohannes Thumshirn-11/+1
2018-03-06device-dax: remove redundant __func__ in dev_dbgDan Williams-24/+20
2018-02-26dax: ->direct_access does not sleep anymoreBoaz Harrosh-6/+0
2018-02-03Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler-9/+21
2018-01-23device-dax: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-01-19dax: require 'struct page' by default for filesystem daxDan Williams-0/+10
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig-9/+11
2017-11-29device-dax: implement ->split() to catch invalid munmap attemptsDan Williams-0/+12
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+9
2017-11-15Merge branch 'for-4.15/dax' into libnvdimm-for-nextDan Williams-7/+7
2017-11-14dax: fix general protection fault in dax_alloc_inodeMikulas Patocka-0/+3
2017-11-14dax: stop requiring a live device for dax_flush()Dan Williams-3/+0
2017-11-14dax: quiet bdev_dax_supported()Dan Williams-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-19dev/dax: fix uninitialized variable build warningRoss Zwisler-1/+2
2017-09-28dax: pr_err() strings should end with newlinesArvind Yadav-1/+1
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+14
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka-7/+14
2017-09-03dax: fix FS_DAX=n BLOCK=y compilationDan Williams-0/+2
2017-08-30dax: introduce a fs_dax_get_by_bdev() helperDan Williams-0/+10
2017-07-28Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+6
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal-0/+6
2017-07-18device-dax: fix sysfs duplicate warningsDan Williams-14/+24
2017-07-17device-dax: fix 'passing zero to ERR_PTR()' warningDan Williams-2/+7
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+112
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton-0/+1
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams-0/+79
2017-06-29dax: convert to bitmask for flagsDan Williams-6/+11
2017-06-27dax: remove default copy_from_iter fallbackDan Williams-2/+0
2017-06-15dm: add ->flush() dax operation supportDan Williams-0/+11
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams-0/+13
2017-06-09device-dax: fix 'dax' device filesystem inode destruction crashDan Williams-2/+7
2017-05-13dax: fix false CONFIG_BLOCK dependencyDan Williams-0/+2