aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus 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/git/kees/linuxLinus 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/git/nvdimm/nvdimmLinus 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/git/nvdimm/nvdimmLinus 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/git/device-mapper/linux-dmLinus 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/git/device-mapper/linux-dmLinus 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/git/jlayton/linuxLinus Torvalds1-0/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus 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