aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/pmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams1-3/+10
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams1-0/+25
2018-06-06libnvdimm, pmem: Unconditionally deep flush on *syncRoss Zwisler1-4/+3
2018-06-06libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSHRoss Zwisler1-6/+1
2018-05-22pmem: Switch to copy_to_iter_mcsafe()Dan Williams1-1/+1
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+7
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams1-0/+25
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams1-3/+3
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-12/+2
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2018-03-15libnvdimm, pmem: use module_nd_driverJohannes Thumshirn1-11/+1
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-2/+2
2018-03-06libnvdimm: remove redundant __func__ in dev_dbgDan Williams1-1/+1
2018-03-02libnvdimm: re-enable deep flush for pmem devices via fsync()Dave Jiang1-2/+1
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+1
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler1-1/+3
2018-02-01acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang1-1/+3
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig1-17/+20
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim1-0/+2
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/+0
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-7/+0
2017-09-06block, THP: make block_device_operations.rw_page support THPHuang Ying1-11/+30
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+57
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams1-6/+34
2017-06-30libnvdimm, region, pmem: fix 'badblocks' sysfs_get_dirent() reference lifetimeDan Williams1-4/+12
2017-06-29libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile regionDan Williams1-5/+8
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams1-0/+10
2017-06-27x86, libnvdimm, pmem: remove global pmem apiDan Williams1-1/+0
2017-06-27x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmDan Williams1-1/+1
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-1/+0
2017-06-15x86, dax, libnvdimm: remove wb_cache_pmem() indirectionDan Williams1-1/+1
2017-06-15dax, pmem: introduce an optional 'flush' dax_operationDan Williams1-0/+7
2017-06-15libnvdimm, pmem: Add sysfs notifications to badblocksToshi Kani1-0/+14
2017-06-15libnvdimm, label: honor the lba size specified in v1.2 labelsDan Williams1-0/+1
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operationsDan Williams1-2/+11
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-14/+14
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-26/+64
2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams1-14/+39
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+11
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crashDan Williams1-2/+11
2017-04-28libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notifyToshi Kani1-12/+25
2017-04-25x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams1-1/+1
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-10/+0
2017-04-19pmem: add dax_operations supportDan Williams1-13/+48
2017-01-12pmem: return EIO on read_pmem() failureStefan Hajnoczi1-1/+3
2016-12-17Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams1-9/+12
2016-12-16libnvdimm: fix mishandled nvdimm_clear_poison() return valueDan Williams1-7/+14
2016-12-04libnvdimm, namespace: avoid multiple sector calculationsFabian Frederick1-6/+5
2016-11-28libnvdimm: use consistent naming for request_mem_region()Dan Williams1-1/+1
2016-10-19pmem: report error on clear poison failureToshi Kani1-2/+6