summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-1/+1
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-1/+1
* | dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-05-311-8/+8
* | fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-05-311-13/+13
|/
* device-dax: allow MAP_SYNC to succeedDave Jiang2018-04-191-0/+2
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-104-39/+37
|\
| * Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-092-4/+16
| |\
| | * dax: introduce CONFIG_DAX_DRIVERDan Williams2018-04-031-1/+4
| | * dax: store pfns in the radixDan Williams2018-03-301-3/+12
| * | device-dax: use module_nd_driverJohannes Thumshirn2018-03-151-11/+1
| * | device-dax: remove redundant __func__ in dev_dbgDan Williams2018-03-062-24/+20
| |/
* / device-dax: implement ->pagesize() for smaps to report MMUPageSizeDan Williams2018-04-051-0/+10
|/
* dax: ->direct_access does not sleep anymoreBoaz Harrosh2018-02-261-6/+0
* Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler2018-02-032-9/+21
|\
| * dax: require 'struct page' by default for filesystem daxDan Williams2018-01-191-0/+10
| * memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig2018-01-081-9/+11
* | device-dax: Fix trailing semicolonLuis de Bethencourt2018-01-231-1/+1
|/
* device-dax: implement ->split() to catch invalid munmap attemptsDan Williams2017-11-291-0/+12
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-172-8/+9
|\
| * Merge branch 'for-4.15/dax' into libnvdimm-for-nextDan Williams2017-11-151-7/+7
| |\
| | * dax: fix general protection fault in dax_alloc_inodeMikulas Patocka2017-11-141-0/+3
| | * dax: stop requiring a live device for dax_flush()Dan Williams2017-11-141-3/+0
| | * dax: quiet bdev_dax_supported()Dan Williams2017-11-141-4/+4
| * | dev/dax: fix uninitialized variable build warningRoss Zwisler2017-10-191-1/+2
| * | dax: pr_err() strings should end with newlinesArvind Yadav2017-09-281-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-7/+14
|\
| * dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-111-7/+14
* | dax: fix FS_DAX=n BLOCK=y compilationDan Williams2017-09-031-0/+2
* | dax: introduce a fs_dax_get_by_bdev() helperDan Williams2017-08-301-0/+10
|/
* Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-281-0/+6
|\
| * dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal2017-07-261-0/+6
* | device-dax: fix sysfs duplicate warningsDan Williams2017-07-183-14/+24
* | device-dax: fix 'passing zero to ERR_PTR()' warningDan Williams2017-07-171-2/+7
|/
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-0/+1
|\
| * fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-061-0/+1
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-6/+112
|\ \
| * | libnvdimm, pmem, dax: export a cache control attributeDan Williams2017-06-291-0/+79
| * | dax: convert to bitmask for flagsDan Williams2017-06-291-6/+11
| * | dax: remove default copy_from_iter fallbackDan Williams2017-06-271-2/+0
| * | dm: add ->flush() dax operation supportDan Williams2017-06-151-0/+11
| * | dm: add ->copy_from_iter() dax operation supportDan Williams2017-06-091-0/+13
| |/
* / device-dax: fix 'dax' device filesystem inode destruction crashDan Williams2017-06-091-2/+7
|/
* dax: fix false CONFIG_BLOCK dependencyDan Williams2017-05-131-0/+2
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-122-14/+74
|\
| * device-dax: kill NR_DEV_DAXDan Williams2017-05-092-13/+3
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+70
| * device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXMike Galbraith2017-05-081-1/+1
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-058-371/+677
|\|
| * Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams2017-05-048-319/+619
| |\