aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax
AgeCommit message (Expand)Author
2019-05-22mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams
2018-09-22device-dax: Add missing address_space_operationsDave Jiang
2018-09-04drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-07-31device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi
2018-07-30dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye
2018-07-20device-dax: Set page->indexDan Williams
2018-07-20device-dax: Enable page_mapping()Dan Williams
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-28dev-dax: check_vma: ratelimit dev_info-sJeff Moyer
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler
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