Age | Commit message (Expand) | Author | Files | Lines |
2018-11-13 | libnvdimm: Hold reference on parent while scheduling async init | Alexander Duyck | 1 | -0/+4 |
2018-09-09 | libnvdimm: fix ars_status output length calculation | Vishal Verma | 1 | -2/+2 |
2018-07-03 | linvdimm, pmem: Preserve read-only setting for pmem devices | Robert Elliott | 1 | -5/+9 |
2018-04-24 | libnvdimm, namespace: use a safe lookup for dimm device name | Dan Williams | 1 | -2/+2 |
2018-03-28 | libnvdimm, {btt, blk}: do integrity setup before add_disk() | Vishal Verma | 2 | -4/+2 |
2018-02-28 | libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignment | Dan Williams | 1 | -3/+12 |
2018-02-28 | libnvdimm: fix integer overflow static analysis warning | Dan Williams | 1 | -5/+6 |
2018-01-23 | libnvdimm, btt: Fix an incompatibility in the log layout | Vishal Verma | 2 | -36/+212 |
2017-12-29 | libnvdimm, pfn: fix start_pad handling for aligned namespaces | Dan Williams | 1 | -2/+3 |
2017-11-30 | libnvdimm, namespace: make 'resource' attribute only readable by root | Dan Williams | 1 | -1/+1 |
2017-11-30 | libnvdimm, namespace: fix label initialization to use valid seq numbers | Dan Williams | 1 | -1/+1 |
2017-11-30 | libnvdimm, pfn: make 'resource' attribute only readable by root | Dan Williams | 1 | -0/+8 |
2017-07-28 | libnvdimm: fix badblock range handling of ARS range | Toshi Kani | 1 | -3/+4 |
2017-07-28 | libnvdimm, btt: fix btt_rw_page not returning errors | Vishal Verma | 1 | -3/+6 |
2017-07-05 | pmem: return EIO on read_pmem() failure | Stefan Hajnoczi | 1 | -1/+3 |
2017-05-25 | libnvdimm: fix clear length of nvdimm_forget_poison() | Toshi Kani | 1 | -1/+4 |
2017-05-20 | libnvdimm, pfn: fix 'npfns' vs section alignment | Dan Williams | 1 | -2/+4 |
2017-05-20 | libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify | Toshi Kani | 1 | -12/+25 |
2017-05-20 | libnvdimm, region: fix flush hint detection crash | Dan Williams | 1 | -4/+7 |
2017-04-21 | libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat | Dan Williams | 1 | -0/+6 |
2017-04-21 | libnvdimm: fix blk free space accounting | Dan Williams | 1 | -66/+11 |
2017-03-15 | nfit, libnvdimm: fix interleave set cookie calculation | Dan Williams | 3 | -4/+24 |
2017-02-15 | libnvdimm, pfn: fix memmap reservation size versus 4K alignment | Dan Williams | 1 | -5/+2 |
2017-02-15 | libnvdimm, namespace: do not delete namespace-id 0 | Dan Williams | 1 | -4/+7 |
2017-01-26 | libnvdimm, namespace: fix pmem namespace leak, delete when size set to zero | Dan Williams | 1 | -13/+10 |
2017-01-09 | libnvdimm, pfn: fix align attribute | Dan Williams | 1 | -1/+1 |
2016-12-07 | acpi, nfit, libnvdimm: fix / harden ars_status output length handling | Dan Williams | 1 | -5/+20 |
2016-10-28 | nvdimm: make CONFIG_NVDIMM_DAX 'bool' | Arnd Bergmann | 1 | -1/+1 |
2016-10-19 | pmem: report error on clear poison failure | Toshi Kani | 1 | -2/+6 |
2016-10-19 | libnvdimm, namespace: potential NULL deref on allocation error | Dan Carpenter | 1 | -6/+8 |
2016-10-08 | Merge branch 'for-4.9/dax' into libnvdimm-for-next | Dan Williams | 1 | -1/+1 |
2016-10-08 | Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-next | Dan Williams | 10 | -400/+1035 |
2016-10-08 | /dev/dax: fix Kconfig dependency build breakage | Ross Zwisler | 1 | -1/+1 |
2016-10-07 | libnvdimm, namespace: allow creation of multiple pmem-namespaces per region | Dan Williams | 3 | -9/+59 |
2016-10-07 | libnvdimm, namespace: lift single pmem limit in scan_labels() | Dan Williams | 1 | -3/+0 |
2016-10-07 | libnvdimm, namespace: filter out of range labels in scan_labels() | Dan Williams | 1 | -2/+7 |
2016-10-07 | libnvdimm, namespace: enable allocation of multiple pmem namespaces | Dan Williams | 3 | -45/+133 |
2016-10-07 | libnvdimm, namespace: update label implementation for multi-pmem | Dan Williams | 1 | -19/+53 |
2016-10-07 | libnvdimm, namespace: expand pmem device naming scheme for multi-pmem | Dan Williams | 1 | -1/+15 |
2016-10-07 | libnvdimm, region: update nd_region_available_dpa() for multi-pmem support | Dan Williams | 3 | -42/+139 |
2016-10-07 | libnvdimm, namespace: sort namespaces by dpa at init | Dan Williams | 1 | -3/+32 |
2016-10-07 | libnvdimm, namespace: allow multiple pmem-namespaces per region at scan time | Dan Williams | 1 | -12/+72 |
2016-10-06 | libnvdimm, namespace: unify blk and pmem label scanning | Dan Williams | 1 | -178/+207 |
2016-10-06 | libnvdimm, namespace: refactor uuid_show() into a namespace_to_uuid() helper | Dan Williams | 1 | -7/+12 |
2016-10-01 | libnvdimm, label: convert label tracking to a linked list | Dan Williams | 5 | -120/+225 |
2016-10-01 | libnvdimm, region: move region-mapping input-paramters to nd_mapping_desc | Dan Williams | 2 | -7/+23 |
2016-10-01 | nvdimm: reduce duplicated wpq flushes | Dave Jiang | 1 | -1/+16 |
2016-10-01 | libnvdimm: clear the internal poison_list when clearing badblocks | Vishal Verma | 2 | -4/+71 |
2016-10-01 | pmem: reduce kmap_atomic sections to the memcpys only | Vishal Verma | 1 | -5/+23 |
2016-09-24 | libnvdimm, region: fix flush hint table thinko | Dan Williams | 2 | -10/+32 |