aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvdimm/namespace_devs.c
AgeCommit message (Expand)Author
2022-04-28nvdimm: Drop nd_device_lock()Dan Williams
2022-04-28nvdimm: Replace lockdep_mutex with local lock classesDan Williams
2022-03-11nvdimm/region: Delete nd_blk_region infrastructureDan Williams
2022-03-11nvdimm/namespace: Delete nd_namespace_blkDan Williams
2022-03-11nvdimm/namespace: Delete blk namespace consideration in shared pathsDan Williams
2021-09-21libnvdimm/label: Add a helper for nlabel validationDan Williams
2021-09-21libnvdimm/labels: Add uuid helpersDan Williams
2021-09-09Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-08-24libnvdimm/labels: Add claim class helpersDan Williams
2021-08-24libnvdimm/labels: Add type-guid helpersDan Williams
2021-08-24libnvdimm/labels: Add blk isetcookie set / validation helpersDan Williams
2021-08-24libnvdimm/labels: Introduce label setter helpersDan Williams
2021-08-24libnvdimm/labels: Add isetcookie validation helperDan Williams
2021-08-24libnvdimm/labels: Introduce getters for namespace label fieldsDan Williams
2021-08-11libnvdimm/region: Fix label activation vs errorsDan Williams
2021-01-28libnvdimm/namespace: Fix visibility of namespace resource attributeDan Williams
2020-07-28libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO()Dan Williams
2020-03-17libnvdimm/region: Introduce an 'align' attributeDan Williams
2020-03-17libnvdimm/region: Introduce NDD_LABELINGDan Williams
2020-03-17libnvdimm/namespace: Enforce memremap_compat_align()Dan Williams
2019-11-19libnvdimm: Simplify root read-only definition for the 'resource' attributeDan Williams
2019-11-17libnvdimm: Move attribute groups to device typeDan Williams
2019-11-14libnvdimm/namespace: Differentiate between probe mapping and runtime mappingAneesh Kumar K.V
2019-11-14libnvdimm/namsepace: Don't set claim_class on errorIra Weiny
2019-09-24libnvdimm: Fix endian conversion issues Aneesh Kumar K.V
2019-09-05libnvdimm: Use PAGE_SIZE instead of SZ_4K for align checkAneesh Kumar K.V
2019-09-05libnvdimm/region: Rewrite _probe_success() to _advance_seeds()Dan Williams
2019-07-27Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-18driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams
2019-07-05libnvdimm, namespace: Drop uuid_t implementation detailAndy Shevchenko
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-04-30libnvdimm/namespace: Fix label tracking errorDan Williams
2019-03-22libnvdimm/namespace: Fix a potential NULL pointer dereferenceKangjie Lu
2019-03-11Merge branch 'for-5.1/libnvdimm-start-pad' into libnvdimm-for-nextDan Williams
2019-03-04libnvdimm/namespace: Clean up holder_class_store()Dan Williams
2019-02-12libnvdimm/pmem: Honor force_raw for legacy pmem regionsDan Williams
2019-02-02libnvdimm/dimm: Add a no-BLK quirk based on NVDIMM familyDan Williams
2018-12-10libnvdimm, namespace: Replace kmemdup() with kstrndup()Andy Shevchenko
2018-10-01libnvdimm, namespace: Drop the repeat assignment for variable dev->parentGuangZhe Fu
2018-07-25libnvdimm: Use max contiguous area for namespace sizeKeith Busch
2018-07-14libnvdimm: Introduce locked DIMM capacity supportDan Williams
2018-04-06libnvdimm, namespace: use a safe lookup for dimm device nameDan Williams
2018-03-06libnvdimm: remove redundant __func__ in dev_dbgDan Williams
2018-02-03libnvdimm, namespace: remove redundant initialization of 'nd_mapping'Colin Ian King
2017-10-07libnvdimm, namespace: make a couple of functions staticColin Ian King
2017-09-28libnvdimm, namespace: make 'resource' attribute only readable by rootDan Williams
2017-09-18libnvdimm, namespace: fix btt claim class crashDan Williams
2017-08-11libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store}Dan Williams
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams
2017-06-29libnvdimm, btt: BTT updates for UEFI 2.7 formatVishal Verma