Age | Commit message (Expand) | Author | Files | Lines |
2015-11-12 | libnvdimm, pmem: fix size trim in pmem_direct_access() | Dan Williams | 1 | -13/+2 |
2015-11-12 | libnvdimm, e820: fix numa node for e820-type-12 pmem ranges | Dan Williams | 1 | -1/+14 |
2015-11-10 | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -3/+6 |
2015-11-10 | Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -15/+13 |
2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 3 | -3/+6 |
2015-10-21 | block, libnvdimm, nvme: provide a built-in blk_integrity nop profile | Dan Williams | 1 | -11/+1 |
2015-10-21 | md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown | Dan Williams | 1 | -1/+0 |
2015-10-21 | block: Inline blk_integrity in struct gendisk | Martin K. Petersen | 1 | -5/+1 |
2015-10-21 | block: Consolidate static integrity profile properties | Martin K. Petersen | 1 | -4/+7 |
2015-10-09 | pmem, memremap: convert to numa aware allocations | Dan Williams | 1 | -2/+3 |
2015-10-09 | devm_memremap: convert to return ERR_PTR | Dan Williams | 1 | -10/+6 |
2015-10-09 | pmem: kill memremap_pmem() | Dan Williams | 1 | -4/+5 |
2015-09-17 | pmem: add proper fencing to pmem_rw_page() | Ross Zwisler | 1 | -0/+2 |
2015-09-17 | libnvdimm: pfn_devs: Fix locking in namespace_store | Axel Lin | 1 | -2/+2 |
2015-09-17 | libnvdimm: btt_devs: Fix locking in namespace_store | Axel Lin | 1 | -2/+2 |
2015-09-08 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 16 | -260/+1133 |
2015-09-02 | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -5/+7 |
2015-08-28 | libnvdimm, pmem: direct map legacy pmem by default | Dan Williams | 5 | -8/+46 |
2015-08-28 | libnvdimm, pmem: 'struct page' for pmem | Dan Williams | 4 | -17/+202 |
2015-08-28 | libnvdimm, pfn: 'struct page' provider infrastructure | Dan Williams | 12 | -177/+717 |
2015-08-27 | x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB | Dan Williams | 1 | -1/+1 |
2015-08-27 | dax: drop size parameter to ->direct_access() | Dan Williams | 1 | -1/+1 |
2015-08-27 | Merge branch 'pmem-api' into libnvdimm-for-next | Dan Williams | 1 | -27/+13 |
2015-08-27 | nvdimm: change to use generic kvfree() | yalin wang | 1 | -4/+1 |
2015-08-20 | pmem, dax: have direct_access use __pmem annotation | Ross Zwisler | 1 | -2/+2 |
2015-08-19 | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option | Dan Williams | 2 | -0/+89 |
2015-08-14 | pmem: switch to devm_ allocations | Christoph Hellwig | 1 | -25/+11 |
2015-08-14 | libnvdimm, btt: write and validate parent_uuid | Vishal Verma | 4 | -1/+37 |
2015-08-14 | libnvdimm, btt: consolidate arena validation | Vishal Verma | 3 | -36/+37 |
2015-08-14 | libnvdimm, btt: clean up internal interfaces | Vishal Verma | 1 | -10/+9 |
2015-07-31 | nvdimm: fix inline function return type warning | Randy Dunlap | 1 | -1/+1 |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 3 | -5/+7 |
2015-07-27 | libnvdimm, pmem: Change pmem physical sector size to PAGE_SIZE | Vishal Verma | 1 | -0/+1 |
2015-07-27 | libnvdimm, btt: sparse fix | Dan Williams | 1 | -2/+3 |
2015-07-25 | libnvdimm: fix namespace seed creation | Dan Williams | 1 | -0/+5 |
2015-06-30 | nvdimm: Fix return value of nvdimm_bus_init() if class_create() fails | Axel Lin | 1 | -1/+3 |
2015-06-30 | libnvdimm: smatch cleanups in __nd_ioctl | Dan Williams | 1 | -7/+0 |
2015-06-26 | arch, x86: pmem api for ensuring durability of persistent memory updates | Ross Zwisler | 1 | -13/+20 |
2015-06-26 | libnvdimm: Add sysfs numa_node to NVDIMM devices | Toshi Kani | 3 | -0/+32 |
2015-06-26 | libnvdimm: Set numa_node to NVDIMM devices | Toshi Kani | 3 | -1/+8 |
2015-06-26 | libnvdimm, nfit: handle unarmed dimms, mark namespaces read-only | Dan Williams | 6 | -3/+61 |
2015-06-26 | pmem: flag pmem block devices as non-rotational | Dan Williams | 1 | -0/+1 |
2015-06-26 | libnvdimm: enable iostat | Dan Williams | 5 | -2/+59 |
2015-06-26 | pmem: make_request cleanups | Dan Williams | 1 | -21/+5 |
2015-06-26 | libnvdimm, pmem: fix up max_hw_sectors | Dan Williams | 1 | -1/+1 |
2015-06-26 | libnvdimm, blk: add support for blk integrity | Vishal Verma | 5 | -23/+159 |
2015-06-26 | libnvdimm, btt: add support for blk integrity | Vishal Verma | 5 | -18/+154 |
2015-06-26 | libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory | Ross Zwisler | 9 | -18/+432 |
2015-06-26 | nd_btt: atomic sector updates | Vishal Verma | 10 | -25/+1675 |
2015-06-25 | libnvdimm: infrastructure for btt devices | Dan Williams | 12 | -94/+821 |