aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-22device-dax: Add missing address_space_operationsDave Jiang1-0/+6
2018-09-04drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder1-1/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-27/+48
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-6/+9
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+1
2018-07-31device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi1-4/+8
2018-07-30dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye1-2/+1
2018-07-20device-dax: Set page->indexDan Williams1-0/+4
2018-07-20device-dax: Enable page_mapping()Dan Williams1-17/+38
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams1-15/+11
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-4/+8
2018-06-28dev-dax: check_vma: ratelimit dev_info-sJeff Moyer1-4/+8
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler1-0/+8
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