- fc7b2a2 libnvdimm/btt: fix variable 'rc' set but not used by Qian Cai · 5 years ago
- 2e93d24 libnvdimm/region: Initialize bad block for volatile namespaces by Aneesh Kumar K.V · 5 years ago
- 2364ed0 libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock by Dan Williams · 5 years ago
- 7f000e7 libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant by Dan Williams · 5 years ago
- 3248536 libnvdimm/region: Register badblocks before namespaces by Dan Williams · 5 years ago
- d16bbdb libnvdimm/bus: Prevent duplicate device_unregister() calls by Dan Williams · 5 years ago
- 1a547d2 libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl() by Dan Williams · 5 years ago
- 2c0222b libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fields by Dan Williams · 5 years ago
- 90a5645 libnvdimm: Fix compilation warnings with W=1 by Qian Cai · 5 years ago
- ee6d3eb libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead by Dan Williams · 5 years ago
- 866f011 libnvdimm/namespace: Fix label tracking error by Dan Williams · 6 years ago
- 4c8c9d5 libnvdimm/pmem: fix a possible OOB access when read and write pmem by Li RongQing · 6 years ago
- af5b7a1 libnvdimm/btt: Fix a kmemdup failure check by Aditya Pakki · 6 years ago
- e94f852 libnvdimm/namespace: Fix a potential NULL pointer dereference by Kangjie Lu · 6 years ago
- 3b8da13 libnvdimm: Fix altmap reservation size calculation by Oliver O'Halloran · 6 years ago
- 696c375 libnvdimm/pmem: Honor force_raw for legacy pmem regions by Dan Williams · 6 years ago
- 6a89ed7 libnvdimm, pfn: Fix over-trim in trim_pfn_device() by Wei Yang · 6 years ago
- 2b88d92 libnvdimm/label: Clear 'updating' flag after label-set update by Dan Williams · 6 years ago
- ec5471c mm, devm_memremap_pages: fix shutdown handling by Dan Williams · 6 years ago
- 98206f3 libnvdimm, pfn: Pad pfn namespaces relative to other regions by Dan Williams · 6 years ago
- 6c1400b libnvdimm, pmem: Fix badblocks population for 'raw' namespaces by Dan Williams · 6 years ago
- 8f69698 libnvdimm, region: Fail badblocks listing for inactive regions by Dan Williams · 6 years ago
- 4f1a55a libnvdimm: Hold reference on parent while scheduling async init by Alexander Duyck · 6 years ago
- 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- 828bf6e Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- c953cc9 libnvdimm, pmem: Restore page attributes when clearing errors by Dan Williams · 6 years ago
- 286e877 libnvdimm: fix ars_status output length calculation by Vishal Verma · 6 years ago
- 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
- 46a590c libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access() by Huaisheng Ye · 6 years ago
- 1e68722 libnvdimm: Export max available extent by Keith Busch · 6 years ago
- 12e3129 libnvdimm: Use max contiguous area for namespace size by Keith Busch · 6 years ago
- ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
- 3f289dc block: make bdev_ops->rw_page() take a REQ_OP instead of bool by Tejun Heo · 6 years ago
- 08e6b3c libnvdimm: Introduce locked DIMM capacity support by Dan Williams · 6 years ago
- 4596f55 Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- b62cc6f libnvdimm, pmem: Fix memcpy_mcsafe() return code handling in nsio_rw_bytes() by Dan Williams · 6 years ago
- 4557641 pmem: only set QUEUE_FLAG_DAX for fsdax mode by Ross Zwisler · 6 years ago
- 930218a Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next by Dan Williams · 6 years ago
- b568457 Merge branch 'for-4.18/dax' into libnvdimm-for-next by Dan Williams · 6 years ago
- 546eb03 libnvdimm, pmem: Do not flush power-fail protected CPU caches by Ross Zwisler · 6 years ago
- ce7f11a libnvdimm, pmem: Unconditionally deep flush on *sync by Ross Zwisler · 6 years ago
- d2d6364 libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSH by Ross Zwisler · 6 years ago
- d76401a libnvdimm, e820: Register all pmem resources by Dan Williams · 6 years ago
- 3f46833 libnvdimm: Debug probe times by Dan Williams · 6 years ago
- 254a4cd linvdimm, pmem: Preserve read-only setting for pmem devices by Robert Elliott · 6 years ago
- 6dfdb2b pmem: Switch to copy_to_iter_mcsafe() by Dan Williams · 7 years ago
- b3a9a0c dax: Introduce a ->copy_to_iter dax operation by Dan Williams · 7 years ago
- e7638488 mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS by Dan Williams · 6 years ago
- 60622d6 x86/asm/memcpy_mcsafe: Return bytes remaining by Dan Williams · 7 years ago
- f22acf8 Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error" by Dan Williams · 7 years ago
- df3f126 libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid() by Rob Herring · 7 years ago
- e7c5a57 libnvdimm, dimm: handle EACCES failures from label reads by Dan Williams · 7 years ago
- 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- e13e75b Merge branch 'for-4.17/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
- 1ed41b5 Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-next by Dan Williams · 7 years ago
- 291717b libnvdimm, of_pmem: workaround OF_NUMA=n build error by Dan Williams · 7 years ago
- 7171976 libnvdimm: Add device-tree based driver by Oliver O'Halloran · 7 years ago
- 1ff19f4 libnvdimm: Add of_node to region and bus descriptors by Oliver O'Halloran · 7 years ago
- 60ce0f9 libnvdimm, region: quiet region probe by Dan Williams · 7 years ago
- 4f86722 libnvdimm, namespace: use a safe lookup for dimm device name by Dan Williams · 7 years ago
- c31898c libnvdimm, dimm: fix dpa reservation vs uninitialized label area by Dan Williams · 7 years ago
- 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- 243f29f libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device' by Dan Williams · 7 years ago
- 2080e88 dax: introduce CONFIG_DAX_DRIVER by Dan Williams · 7 years ago
- fe9a552 libnvdimm, nfit: fix persistence domain reporting by Dan Williams · 7 years ago
- 896196dc libnvdimm, region: hide persistence_domain when unknown by Dan Williams · 7 years ago
- 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
- 9e694d9 libnvdimm, label: change nvdimm_num_label_slots per UEFI 2.7 by Toshi Kani · 7 years ago
- 36de6f5 libnvdimm, label: change min label storage size per UEFI 2.7 by Toshi Kani · 7 years ago
- 03e9084 libnvdimm, pmem: use module_nd_driver by Johannes Thumshirn · 7 years ago
- 0cbfeef libnvdimm: remove redundant assignment to pointer 'dev' by Colin Ian King · 7 years ago
- 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
- 3ffb0ba libnvdimm, {btt, blk}: do integrity setup before add_disk() by Vishal Verma · 7 years ago
- 426824d libnvdimm: remove redundant __func__ in dev_dbg by Dan Williams · 7 years ago
- 5fdf8e5 libnvdimm: re-enable deep flush for pmem devices via fsync() by Dave Jiang · 7 years ago
- 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
- ee95f40 Merge branch 'for-4.16/nfit' into libnvdimm-for-next by Ross Zwisler · 7 years ago
- d121f07 Merge branch 'for-4.16/dax' into libnvdimm-for-next by Ross Zwisler · 7 years ago
- 59858d3 libnvdimm, namespace: remove redundant initialization of 'nd_mapping' by Colin Ian King · 7 years ago
- 96c3a23 libnvdimm: expose platform persistence attribute for nd_region by Dave Jiang · 7 years ago
- 06e8ccd acpi: nfit: Add support for detect platform CPU cache flush on power loss by Dave Jiang · 7 years ago
- d08cd5e libnvdimm, btt: fix uninitialized err_lock by Jeff Moyer · 7 years ago
- e8d5134 memremap: change devm_memremap_pages interface to use struct dev_pagemap by Christoph Hellwig · 7 years ago
- 24e3a7f libnvdimm, btt: Fix an incompatibility in the log layout by Vishal Verma · 7 years ago
- 13b7954 libnvdimm, btt: add a couple of missing kernel-doc lines by Vishal Verma · 7 years ago
- 41fce90 libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignment by Dan Williams · 7 years ago
- 19deaa2 libnvdimm, pfn: fix start_pad handling for aligned namespaces by Dan Williams · 7 years ago
- cdd77d3 nfit, libnvdimm: deprecate the generic SMART ioctl by Dan Williams · 7 years ago
- a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- 23c47d2 bdi: introduce BDI_CAP_SYNCHRONOUS_IO by Minchan Kim · 7 years ago
- 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
- 89360b8 libnvdimm, badrange: remove a WARN for list_empty by Vishal Verma · 7 years ago
- aa9ad44 libnvdimm: move poison list functions to a new 'badrange' file by Dave Jiang · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 83fc61a treewide: Fix typos in Kconfig by Masanari Iida · 7 years ago
- 65853a1 libnvdimm, namespace: make a couple of functions static by Colin Ian King · 7 years ago
- efbf6f5 libnvdimm: introduce 'flags' attribute for DIMM 'lock' and 'alias' status by Dan Williams · 7 years ago
- 4b27db7 acpi, nfit: add support for the _LSI, _LSR, and _LSW label methods by Dan Williams · 7 years ago
- b18d4b8 libnvdimm, namespace: fix label initialization to use valid seq numbers by Dan Williams · 7 years ago
- 26417ae libnvdimm, pfn: make 'resource' attribute only readable by root by Dan Williams · 7 years ago