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