aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/namespace_devs.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03nvdimm/namespace: fix kernel-doc for function paramsRandy Dunlap1-1/+11
2024-01-03nvdimm: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-4/+3
2023-07-19nvdimm: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+8
2022-10-01Merge branch 'for-6.1/nvdimm' into libnvdimm-for-nextDan Williams1-1/+1
2022-09-20nvdimm/namespace: Fix comment typoJason Wang1-1/+1
2022-07-14nvdimm/namespace: drop nested variable in create_namespace_pmem()Andy Shevchenko1-2/+0
2022-07-14nvdimm/namespace: drop unneeded temporary variable in size_store()Andy Shevchenko1-9/+4
2022-07-14nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()Andy Shevchenko1-6/+3
2022-04-28nvdimm: Drop nd_device_lock()Dan Williams1-18/+18
2022-04-28nvdimm: Replace lockdep_mutex with local lock classesDan Williams1-1/+9
2022-03-11nvdimm/region: Delete nd_blk_region infrastructureDan Williams1-115/+12
2022-03-11nvdimm/namespace: Delete nd_namespace_blkDan Williams1-214/+13
2022-03-11nvdimm/namespace: Delete blk namespace consideration in shared pathsDan Williams1-143/+9
2021-09-21libnvdimm/label: Add a helper for nlabel validationDan Williams1-3/+2
2021-09-21libnvdimm/labels: Add uuid helpersDan Williams1-40/+50
2021-09-09Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-69/+44
2021-08-24libnvdimm/labels: Add claim class helpersDan Williams1-9/+4
2021-08-24libnvdimm/labels: Add type-guid helpersDan Williams1-15/+4
2021-08-24libnvdimm/labels: Add blk isetcookie set / validation helpersDan Williams1-7/+2
2021-08-24libnvdimm/labels: Introduce label setter helpersDan Williams1-1/+1
2021-08-24libnvdimm/labels: Add isetcookie validation helperDan Williams1-5/+3
2021-08-24libnvdimm/labels: Introduce getters for namespace label fieldsDan Williams1-36/+34
2021-08-11libnvdimm/region: Fix label activation vs errorsDan Williams1-6/+11
2021-01-28libnvdimm/namespace: Fix visibility of namespace resource attributeDan Williams1-5/+5
2020-07-28libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO()Dan Williams1-1/+1
2020-03-17libnvdimm/region: Introduce an 'align' attributeDan Williams1-2/+7
2020-03-17libnvdimm/region: Introduce NDD_LABELINGDan Williams1-1/+1
2020-03-17libnvdimm/namespace: Enforce memremap_compat_align()Dan Williams1-0/+17
2019-11-19libnvdimm: Simplify root read-only definition for the 'resource' attributeDan Williams1-6/+3
2019-11-17libnvdimm: Move attribute groups to device typeDan Williams1-32/+36
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V1-0/+17
2019-11-14libnvdimm/namsepace: Don't set claim_class on errorIra Weiny1-10/+10
2019-09-24libnvdimm: Fix endian conversion issues Aneesh Kumar K.V1-3/+4
2019-09-05libnvdimm: Use PAGE_SIZE instead of SZ_4K for align checkAneesh Kumar K.V1-3/+3
2019-09-05libnvdimm/region: Rewrite _probe_success() to _advance_seeds()Dan Williams1-6/+28
2019-07-27Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+18
2019-07-18driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams1-18/+18
2019-07-05libnvdimm, namespace: Drop uuid_t implementation detailAndy Shevchenko1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2019-04-30libnvdimm/namespace: Fix label tracking errorDan Williams1-0/+15
2019-03-22libnvdimm/namespace: Fix a potential NULL pointer dereferenceKangjie Lu1-1/+4
2019-03-11Merge branch 'for-5.1/libnvdimm-start-pad' into libnvdimm-for-nextDan Williams1-0/+4
2019-03-04libnvdimm/namespace: Clean up holder_class_store()Dan Williams1-4/+4
2019-02-12libnvdimm/pmem: Honor force_raw for legacy pmem regionsDan Williams1-0/+4
2019-02-02libnvdimm/dimm: Add a no-BLK quirk based on NVDIMM familyDan Williams1-0/+6
2018-12-10libnvdimm, namespace: Replace kmemdup() with kstrndup()Andy Shevchenko1-2/+1
2018-10-01libnvdimm, namespace: Drop the repeat assignment for variable dev->parentGuangZhe Fu1-1/+0
2018-07-25libnvdimm: Use max contiguous area for namespace sizeKeith Busch1-3/+3
2018-07-14libnvdimm: Introduce locked DIMM capacity supportDan Williams1-0/+23
2018-04-06libnvdimm, namespace: use a safe lookup for dimm device nameDan Williams1-2/+2
2018-03-06libnvdimm: remove redundant __func__ in dev_dbgDan Williams1-22/+16
2018-02-03libnvdimm, namespace: remove redundant initialization of 'nd_mapping'Colin Ian King1-1/+1
2017-10-07libnvdimm, namespace: make a couple of functions staticColin Ian King1-2/+2
2017-09-28libnvdimm, namespace: make 'resource' attribute only readable by rootDan Williams1-1/+1
2017-09-18libnvdimm, namespace: fix btt claim class crashDan Williams1-0/+9
2017-08-11libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store}Dan Williams1-3/+3
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams1-9/+5
2017-06-29libnvdimm, btt: BTT updates for UEFI 2.7 formatVishal Verma1-2/+59
2017-06-27libnvdimm, nfit: enable support for volatile rangesDan Williams1-4/+4
2017-06-27x86, libnvdimm, pmem: remove global pmem apiDan Williams1-5/+1
2017-06-15libnvdimm, label: add address abstraction identifiersDan Williams1-0/+74
2017-06-15libnvdimm, label: populate 'isetcookie' for blk-aperture namespacesDan Williams1-6/+14
2017-06-15libnvdimm, label: populate the type_guid property for v1.2 namespacesDan Williams1-19/+38
2017-06-15libnvdimm, label: honor the lba size specified in v1.2 labelsDan Williams1-12/+53
2017-06-15libnvdimm, label: add v1.2 interleave-set-cookie algorithmDan Williams1-2/+7
2017-05-04libnvdimm: handle locked label storage areasDan Williams1-5/+12
2017-05-04libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKEDDan Williams1-1/+1
2017-03-01nfit, libnvdimm: fix interleave set cookie calculationDan Williams1-4/+14
2017-01-31libnvdimm, namespace: do not delete namespace-id 0Dan Williams1-4/+7
2017-01-31nvdimm: constify device_type structuresBhumika Goyal1-3/+3
2017-01-13libnvdimm, namespace: fix pmem namespace leak, delete when size set to zeroDan Williams1-13/+10
2016-12-17Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams1-4/+4
2016-12-15libnvdimm: replace mutex_is_locked() warnings with lockdep_assert_heldDan Williams1-1/+1
2016-12-04libnvdimm, namespace: use octal for permissionsFabian Frederick1-2/+2
2016-11-28libnvdimm, namespace: fix the type of name variableNicolas Iooss1-1/+1
2016-10-19libnvdimm, namespace: potential NULL deref on allocation errorDan Carpenter1-6/+8
2016-10-07libnvdimm, namespace: allow creation of multiple pmem-namespaces per regionDan Williams1-3/+45
2016-10-07libnvdimm, namespace: lift single pmem limit in scan_labels()Dan Williams1-3/+0
2016-10-07libnvdimm, namespace: filter out of range labels in scan_labels()Dan Williams1-2/+7
2016-10-07libnvdimm, namespace: enable allocation of multiple pmem namespacesDan Williams1-38/+90
2016-10-07libnvdimm, namespace: expand pmem device naming scheme for multi-pmemDan Williams1-1/+15
2016-10-07libnvdimm, namespace: sort namespaces by dpa at initDan Williams1-3/+32
2016-10-07libnvdimm, namespace: allow multiple pmem-namespaces per region at scan timeDan Williams1-12/+72
2016-10-05libnvdimm, namespace: unify blk and pmem label scanningDan Williams1-178/+207
2016-10-05libnvdimm, namespace: refactor uuid_show() into a namespace_to_uuid() helperDan Williams1-7/+12
2016-09-30libnvdimm, label: convert label tracking to a linked listDan Williams1-53/+120
2016-09-21libnvdimm, namespace: debug invalid interleave-set-cookie valuesDan Williams1-1/+3
2016-09-01nvdimm: Spelling s/unacknoweldged/unacknowledged/Geert Uytterhoeven1-1/+1
2016-05-09libnvdimm, dax: introduce device-dax infrastructureDan Williams1-1/+18
2016-04-22libnvdimm: cleanup nvdimm_namespace_common_probe(), kill 'host'Dan Williams1-12/+7
2016-03-05libnvdimm, pmem: adjust for section collisions with 'System RAM'Dan Williams1-0/+7
2016-01-26libnvdimm: fix mode determination for e820 devicesDan Williams1-3/+5
2016-01-05libnvdimm: fix namespace object confusion in is_uuid_busy()Dan Williams1-0/+53
2015-12-24libnvdimm, pfn: move 'memory mode' indication to sysfsDan Williams1-13/+28
2015-12-13libnvdimm, pfn: fix pfn seed creationDan Williams1-0/+12
2015-12-08nvdimm: improve diagnosibility of namespacesDmitry Krivenok1-4/+22
2015-08-28libnvdimm, pmem: direct map legacy pmem by defaultDan Williams1-5/+30
2015-08-28libnvdimm, pfn: 'struct page' provider infrastructureDan Williams1-8/+26
2015-08-14libnvdimm, btt: write and validate parent_uuidVishal Verma1-0/+20
2015-06-26libnvdimm: Add sysfs numa_node to NVDIMM devicesToshi Kani1-0/+1
2015-06-26libnvdimm, blk: add support for blk integrityVishal Verma1-1/+2
2015-06-26libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memoryRoss Zwisler1-1/+64
2015-06-26nd_btt: atomic sector updatesVishal Verma1-0/+24
2015-06-25libnvdimm: infrastructure for btt devicesDan Williams1-34/+170
2015-06-24libnvdimm: write blk label setDan Williams1-4/+53
2015-06-24libnvdimm: write pmem label setDan Williams1-11/+72
2015-06-24libnvdimm: blk labels and namespace instantiationDan Williams1-36/+462
2015-06-24libnvdimm: pmem label sets and namespace instantiation.Dan Williams1-2/+1000
2015-06-24libnvdimm: support for legacy (non-aliasing) nvdimmsDan Williams1-0/+111