Age | Commit message (Expand) | Author | Files | Lines |
2017-06-15 | libnvdimm, label: switch to using v1.2 labels by default | Dan Williams | 1 | -3/+7 |
2017-06-15 | libnvdimm, label: add address abstraction identifiers | Dan Williams | 9 | -0/+193 |
2017-06-15 | libnvdimm, label: add v1.2 label checksum support | Dan Williams | 1 | -4/+35 |
2017-06-15 | libnvdimm, label: update 'nlabel' and 'position' handling for local namespaces | Dan Williams | 1 | -6/+27 |
2017-06-15 | libnvdimm, label: populate 'isetcookie' for blk-aperture namespaces | Dan Williams | 2 | -7/+25 |
2017-06-15 | libnvdimm, label: populate the type_guid property for v1.2 namespaces | Dan Williams | 2 | -19/+44 |
2017-06-15 | libnvdimm, label: honor the lba size specified in v1.2 labels | Dan Williams | 3 | -12/+55 |
2017-06-15 | libnvdimm, label: add v1.2 interleave-set-cookie algorithm | Dan Williams | 4 | -9/+49 |
2017-06-15 | libnvdimm, label: add v1.2 nvdimm label definitions | Dan Williams | 3 | -21/+97 |
2017-06-13 | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme... | Christoph Hellwig | 1 | -8/+1 |
2017-06-09 | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope... | Dan Williams | 3 | -5/+14 |
2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 3 | -18/+18 |
2017-06-05 | uuid: hoist uuid_is_null() helper from libnvdimm | Christoph Hellwig | 1 | -8/+1 |
2017-05-12 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -43/+92 |
2017-05-10 | libnvdimm, btt: ensure that initializing metadata clears poison | Vishal Verma | 1 | -7/+47 |
2017-05-10 | libnvdimm: add an atomic vs process context flag to rw_bytes | Vishal Verma | 6 | -37/+46 |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 1 | -4/+1 |
2017-05-05 | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -89/+379 |
2017-05-04 | Merge branch 'for-4.12/dax' into libnvdimm-for-next | Dan Williams | 4 | -17/+46 |
2017-05-04 | libnvdimm, pfn: fix 'npfns' vs section alignment | Dan Williams | 1 | -2/+4 |
2017-05-04 | libnvdimm: handle locked label storage areas | Dan Williams | 3 | -7/+20 |
2017-05-04 | libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKED | Dan Williams | 4 | -5/+13 |
2017-05-01 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+11 |
2017-05-01 | libnvdimm: restore "libnvdimm: band aid btt vs clear poison locking" | Dan Williams | 1 | -1/+10 |
2017-05-01 | libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering | Dan Williams | 4 | -11/+18 |
2017-05-01 | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc... | Dan Williams | 1 | -2/+11 |
2017-04-29 | libnvdimm: rework region badblocks clearing | Dan Williams | 3 | -57/+59 |
2017-04-28 | libnvdimm: fix clear length of nvdimm_forget_poison() | Toshi Kani | 1 | -1/+3 |
2017-04-28 | libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify | Toshi Kani | 1 | -12/+25 |
2017-04-28 | libnvdimm, region: sysfs trigger for nvdimm_flush() | Dan Williams | 1 | -0/+41 |
2017-04-27 | libnvdimm: fix phys_addr for nvdimm_clear_poison | Toshi Kani | 1 | -1/+2 |
2017-04-25 | x86, dax, pmem: remove indirection around memcpy_from_pmem() | Dan Williams | 2 | -2/+2 |
2017-04-25 | block: remove block_device_operations ->direct_access() | Dan Williams | 1 | -10/+0 |
2017-04-24 | libnvdimm, region: fix flush hint detection crash | Dan Williams | 1 | -4/+7 |
2017-04-19 | pmem: add dax_operations support | Dan Williams | 3 | -15/+54 |
2017-04-14 | Revert "libnvdimm: band aid btt vs clear poison locking" | Dan Williams | 1 | -9/+1 |
2017-04-13 | libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocation | Dave Jiang | 3 | -26/+38 |
2017-04-12 | libnvdimm: add support for clear poison list and badblocks for device dax | Dave Jiang | 3 | -13/+112 |
2017-04-12 | libnvdimm: Add 'resource' sysfs attribute to regions | Dave Jiang | 1 | -0/+13 |
2017-04-12 | libnvdimm: add mechanism to publish badblocks at the region level | Dave Jiang | 3 | -0/+44 |
2017-04-10 | libnvdimm: band aid btt vs clear poison locking | Dan Williams | 1 | -1/+9 |
2017-04-10 | libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat | Dan Williams | 1 | -0/+6 |
2017-04-04 | libnvdimm: fix blk free space accounting | Dan Williams | 1 | -66/+11 |
2017-03-01 | nfit, libnvdimm: fix interleave set cookie calculation | Dan Williams | 3 | -4/+24 |
2017-02-04 | libnvdimm, pfn: fix memmap reservation size versus 4K alignment | Dan Williams | 1 | -5/+2 |
2017-01-31 | libnvdimm, namespace: do not delete namespace-id 0 | Dan Williams | 1 | -4/+7 |
2017-01-31 | nvdimm: constify device_type structures | Bhumika Goyal | 1 | -3/+3 |
2017-01-13 | libnvdimm, namespace: fix pmem namespace leak, delete when size set to zero | Dan Williams | 1 | -13/+10 |
2017-01-12 | pmem: return EIO on read_pmem() failure | Stefan Hajnoczi | 1 | -1/+3 |
2016-12-18 | Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 11 | -72/+71 |