Age | Commit message (Expand) | Author | Files | Lines |
2022-04-28 | nvdimm: Drop nd_device_lock() | Dan Williams | 1 | -18/+18 |
2022-04-28 | nvdimm: Replace lockdep_mutex with local lock classes | Dan Williams | 1 | -1/+9 |
2022-03-11 | nvdimm/region: Delete nd_blk_region infrastructure | Dan Williams | 1 | -115/+12 |
2022-03-11 | nvdimm/namespace: Delete nd_namespace_blk | Dan Williams | 1 | -214/+13 |
2022-03-11 | nvdimm/namespace: Delete blk namespace consideration in shared paths | Dan Williams | 1 | -143/+9 |
2021-09-21 | libnvdimm/label: Add a helper for nlabel validation | Dan Williams | 1 | -3/+2 |
2021-09-21 | libnvdimm/labels: Add uuid helpers | Dan Williams | 1 | -40/+50 |
2021-09-09 | Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 1 | -69/+44 |
2021-08-24 | libnvdimm/labels: Add claim class helpers | Dan Williams | 1 | -9/+4 |
2021-08-24 | libnvdimm/labels: Add type-guid helpers | Dan Williams | 1 | -15/+4 |
2021-08-24 | libnvdimm/labels: Add blk isetcookie set / validation helpers | Dan Williams | 1 | -7/+2 |
2021-08-24 | libnvdimm/labels: Introduce label setter helpers | Dan Williams | 1 | -1/+1 |
2021-08-24 | libnvdimm/labels: Add isetcookie validation helper | Dan Williams | 1 | -5/+3 |
2021-08-24 | libnvdimm/labels: Introduce getters for namespace label fields | Dan Williams | 1 | -36/+34 |
2021-08-11 | libnvdimm/region: Fix label activation vs errors | Dan Williams | 1 | -6/+11 |
2021-01-28 | libnvdimm/namespace: Fix visibility of namespace resource attribute | Dan Williams | 1 | -5/+5 |
2020-07-28 | libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO() | Dan Williams | 1 | -1/+1 |
2020-03-17 | libnvdimm/region: Introduce an 'align' attribute | Dan Williams | 1 | -2/+7 |
2020-03-17 | libnvdimm/region: Introduce NDD_LABELING | Dan Williams | 1 | -1/+1 |
2020-03-17 | libnvdimm/namespace: Enforce memremap_compat_align() | Dan Williams | 1 | -0/+17 |
2019-11-19 | libnvdimm: Simplify root read-only definition for the 'resource' attribute | Dan Williams | 1 | -6/+3 |
2019-11-17 | libnvdimm: Move attribute groups to device type | Dan Williams | 1 | -32/+36 |
2019-11-14 | libnvdimm/namespace: Differentiate between probe mapping and runtime mapping | Aneesh Kumar K.V | 1 | -0/+17 |
2019-11-14 | libnvdimm/namsepace: Don't set claim_class on error | Ira Weiny | 1 | -10/+10 |
2019-09-24 | libnvdimm: Fix endian conversion issues | Aneesh Kumar K.V | 1 | -3/+4 |
2019-09-05 | libnvdimm: Use PAGE_SIZE instead of SZ_4K for align check | Aneesh Kumar K.V | 1 | -3/+3 |
2019-09-05 | libnvdimm/region: Rewrite _probe_success() to _advance_seeds() | Dan Williams | 1 | -6/+28 |
2019-07-27 | Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -18/+18 |
2019-07-18 | driver-core, libnvdimm: Let device subsystems add local lockdep coverage | Dan Williams | 1 | -18/+18 |
2019-07-05 | libnvdimm, namespace: Drop uuid_t implementation detail | Andy Shevchenko | 1 | -4/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 1 | -9/+1 |
2019-04-30 | libnvdimm/namespace: Fix label tracking error | Dan Williams | 1 | -0/+15 |
2019-03-22 | libnvdimm/namespace: Fix a potential NULL pointer dereference | Kangjie Lu | 1 | -1/+4 |
2019-03-11 | Merge branch 'for-5.1/libnvdimm-start-pad' into libnvdimm-for-next | Dan Williams | 1 | -0/+4 |
2019-03-04 | libnvdimm/namespace: Clean up holder_class_store() | Dan Williams | 1 | -4/+4 |
2019-02-12 | libnvdimm/pmem: Honor force_raw for legacy pmem regions | Dan Williams | 1 | -0/+4 |
2019-02-02 | libnvdimm/dimm: Add a no-BLK quirk based on NVDIMM family | Dan Williams | 1 | -0/+6 |
2018-12-10 | libnvdimm, namespace: Replace kmemdup() with kstrndup() | Andy Shevchenko | 1 | -2/+1 |
2018-10-01 | libnvdimm, namespace: Drop the repeat assignment for variable dev->parent | GuangZhe Fu | 1 | -1/+0 |
2018-07-25 | libnvdimm: Use max contiguous area for namespace size | Keith Busch | 1 | -3/+3 |
2018-07-14 | libnvdimm: Introduce locked DIMM capacity support | Dan Williams | 1 | -0/+23 |
2018-04-06 | libnvdimm, namespace: use a safe lookup for dimm device name | Dan Williams | 1 | -2/+2 |
2018-03-06 | libnvdimm: remove redundant __func__ in dev_dbg | Dan Williams | 1 | -22/+16 |
2018-02-03 | libnvdimm, namespace: remove redundant initialization of 'nd_mapping' | Colin Ian King | 1 | -1/+1 |
2017-10-07 | libnvdimm, namespace: make a couple of functions static | Colin Ian King | 1 | -2/+2 |
2017-09-28 | libnvdimm, namespace: make 'resource' attribute only readable by root | Dan Williams | 1 | -1/+1 |
2017-09-18 | libnvdimm, namespace: fix btt claim class crash | Dan Williams | 1 | -0/+9 |
2017-08-11 | libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store} | Dan Williams | 1 | -3/+3 |
2017-07-03 | Merge branch 'for-4.13/dax' into libnvdimm-for-next | Dan Williams | 1 | -9/+5 |
2017-06-29 | libnvdimm, btt: BTT updates for UEFI 2.7 format | Vishal Verma | 1 | -2/+59 |