summaryrefslogtreecommitdiff
path: root/include/linux/uuid.h
AgeCommit message (Expand)Author
2020-07-20uuid: remove unused uuid_le_to_bin() definitionAndy Shevchenko
2020-03-23uuid: Remove no more needed macroAndy Shevchenko
2020-03-23uuid: Provide a GUID generator for raw bufferAndy Shevchenko
2020-03-23uuid: Add inline helpers to import / export UUIDsAndy Shevchenko
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2018-02-06uuid: cleanup <uapi/linux/uuid.h>Alexey Dobriyan
2017-07-24uuid: remove uuid_beChristoph Hellwig
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-06-22ras: acpi / apei: generate trace event for unrecognized CPER sectionTyler Baicar
2017-06-20uuid: Take const on input of uuid_is_null() and guid_is_null()Andy Shevchenko
2017-06-05uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig
2017-06-05uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig
2017-06-05uuid: rename uuid typesChristoph Hellwig
2017-06-05uuid: remove uuid_be defintions from the uapi headerChristoph Hellwig
2017-06-05uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig
2017-02-10afs: Move UUID struct to linux/uuid.hDavid Howells
2016-05-20lib/uuid.c: remove FSF addressAndy Shevchenko
2016-05-20lib/uuid.c: introduce a few more generic helpersAndy Shevchenko
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-05-09uuid: add uuid.h to exported header listTomas Winkler
2010-05-19Unified UUID/GUID definitionHuang Ying