summaryrefslogtreecommitdiffstats
path: root/lib/uuid.c
AgeCommit message (Expand)AuthorLines
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-1/+1
2020-03-23uuid: Provide a GUID generator for raw bufferAndy Shevchenko-0/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-9/+1
2017-12-11Documentation: add UUID/GUID to kernel-apiRandy Dunlap-17/+17
2017-06-05uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig-0/+5
2017-06-05uuid: don't export guid_index and uuid_indexChristoph Hellwig-2/+0
2017-06-05uuid: rename uuid typesChristoph Hellwig-15/+15
2016-05-30lib/uuid.c: use correct offset in uuid parserBjørn Mork-2/+2
2016-05-20lib/uuid.c: remove FSF addressAndy Shevchenko-5/+1
2016-05-20lib/uuid.c: introduce a few more generic helpersAndy Shevchenko-0/+65
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko-0/+20
2013-04-29uuid: use prandom_bytes()Akinobu Mita-7/+1
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2010-05-19Unified UUID/GUID definitionHuang Ying-0/+53