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