summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-11/+3
* device-dax: Add missing address_space_operationsDave Jiang2018-09-221-0/+6
* drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder2018-09-041-1/+2
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-27/+48
|\
| * device-dax: Set page->indexDan Williams2018-07-201-0/+4
| * device-dax: Enable page_mapping()Dan Williams2018-07-201-17/+38
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-15/+11
* | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-252-6/+9
|\ \
| * | device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi2018-07-311-4/+8
| * | dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye2018-07-301-2/+1
* | | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-1/+1
* | | Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-131-4/+8
|\| | | |/ |/|
| * dev-dax: check_vma: ratelimit dev_info-sJeff Moyer2018-06-281-4/+8
* | dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler2018-06-281-0/+8
|/
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-081-9/+24
|\
| * Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-081-0/+10
| |\
| | * dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-221-0/+10
| * | Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-081-3/+11
| |\ \
| | * | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-3/+11
| | |/
| * / dax: Use dax_write_cache* helpersRoss Zwisler2018-06-061-6/+3
| |/
* | 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
|/