summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/namespace_devs.c
Commit message (Expand)AuthorAgeFilesLines
* nvdimm/namespace: fix kernel-doc for function paramsRandy Dunlap2024-01-031-1/+11
* nvdimm: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-031-4/+3
* nvdimm: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-07-191-1/+2
* Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-141-16/+8
|\
| * Merge branch 'for-6.1/nvdimm' into libnvdimm-for-nextDan Williams2022-10-011-1/+1
| |\
| | * nvdimm/namespace: Fix comment typoJason Wang2022-09-201-1/+1
| * | nvdimm/namespace: drop unneeded temporary variable in size_store()Andy Shevchenko2022-07-141-9/+4
| * | nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()Andy Shevchenko2022-07-141-6/+3
| |/
* / nvdimm/namespace: drop nested variable in create_namespace_pmem()Andy Shevchenko2022-07-141-2/+0
|/
* nvdimm: Drop nd_device_lock()Dan Williams2022-04-281-18/+18
* nvdimm: Replace lockdep_mutex with local lock classesDan Williams2022-04-281-1/+9
* nvdimm/region: Delete nd_blk_region infrastructureDan Williams2022-03-111-115/+12
* nvdimm/namespace: Delete nd_namespace_blkDan Williams2022-03-111-214/+13
* nvdimm/namespace: Delete blk namespace consideration in shared pathsDan Williams2022-03-111-143/+9
* libnvdimm/label: Add a helper for nlabel validationDan Williams2021-09-211-3/+2
* libnvdimm/labels: Add uuid helpersDan Williams2021-09-211-40/+50
* Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-09-091-69/+44
|\
| * libnvdimm/labels: Add claim class helpersDan Williams2021-08-241-9/+4
| * libnvdimm/labels: Add type-guid helpersDan Williams2021-08-241-15/+4
| * libnvdimm/labels: Add blk isetcookie set / validation helpersDan Williams2021-08-241-7/+2
| * libnvdimm/labels: Introduce label setter helpersDan Williams2021-08-241-1/+1
| * libnvdimm/labels: Add isetcookie validation helperDan Williams2021-08-241-5/+3
| * libnvdimm/labels: Introduce getters for namespace label fieldsDan Williams2021-08-241-36/+34
* | libnvdimm/region: Fix label activation vs errorsDan Williams2021-08-111-6/+11
|/
* libnvdimm/namespace: Fix visibility of namespace resource attributeDan Williams2021-01-281-5/+5
* libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO()Dan Williams2020-07-281-1/+1
* libnvdimm/region: Introduce an 'align' attributeDan Williams2020-03-171-2/+7
* libnvdimm/region: Introduce NDD_LABELINGDan Williams2020-03-171-1/+1
* libnvdimm/namespace: Enforce memremap_compat_align()Dan Williams2020-03-171-0/+17
* libnvdimm: Simplify root read-only definition for the 'resource' attributeDan Williams2019-11-191-6/+3
* libnvdimm: Move attribute groups to device typeDan Williams2019-11-171-32/+36
* libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V2019-11-141-0/+17
* libnvdimm/namsepace: Don't set claim_class on errorIra Weiny2019-11-141-10/+10
* libnvdimm: Fix endian conversion issues Aneesh Kumar K.V2019-09-241-3/+4
* libnvdimm: Use PAGE_SIZE instead of SZ_4K for align checkAneesh Kumar K.V2019-09-051-3/+3
* libnvdimm/region: Rewrite _probe_success() to _advance_seeds()Dan Williams2019-09-051-6/+28
* Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-271-18/+18
|\
| * driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams2019-07-181-18/+18
* | libnvdimm, namespace: Drop uuid_t implementation detailAndy Shevchenko2019-07-051-4/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* libnvdimm/namespace: Fix label tracking errorDan Williams2019-04-301-0/+15
* libnvdimm/namespace: Fix a potential NULL pointer dereferenceKangjie Lu2019-03-221-1/+4
* Merge branch 'for-5.1/libnvdimm-start-pad' into libnvdimm-for-nextDan Williams2019-03-111-0/+4
|\
| * libnvdimm/pmem: Honor force_raw for legacy pmem regionsDan Williams2019-02-121-0/+4
* | libnvdimm/namespace: Clean up holder_class_store()Dan Williams2019-03-041-4/+4
* | libnvdimm/dimm: Add a no-BLK quirk based on NVDIMM familyDan Williams2019-02-021-0/+6
|/
* libnvdimm, namespace: Replace kmemdup() with kstrndup()Andy Shevchenko2018-12-101-2/+1
* libnvdimm, namespace: Drop the repeat assignment for variable dev->parentGuangZhe Fu2018-10-011-1/+0
* libnvdimm: Use max contiguous area for namespace sizeKeith Busch2018-07-251-3/+3
* libnvdimm: Introduce locked DIMM capacity supportDan Williams2018-07-141-0/+23