aboutsummaryrefslogtreecommitdiff
path: root/lib/uuid.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_bytes() when possibleGravatar Jason A. Donenfeld 1-1/+1
2020-03-23uuid: Provide a GUID generator for raw bufferGravatar Andy Shevchenko 1-0/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-9/+1
2017-12-11Documentation: add UUID/GUID to kernel-apiGravatar Randy Dunlap 1-17/+17
2017-06-05uuid: hoist uuid_is_null() helper from libnvdimmGravatar Christoph Hellwig 1-0/+5
2017-06-05uuid: don't export guid_index and uuid_indexGravatar Christoph Hellwig 1-2/+0
2017-06-05uuid: rename uuid typesGravatar Christoph Hellwig 1-15/+15
2016-05-30lib/uuid.c: use correct offset in uuid parserGravatar Bjørn Mork 1-2/+2
2016-05-20lib/uuid.c: remove FSF addressGravatar Andy Shevchenko 1-5/+1
2016-05-20lib/uuid.c: introduce a few more generic helpersGravatar Andy Shevchenko 1-0/+65
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cGravatar Andy Shevchenko 1-0/+20
2013-04-29uuid: use prandom_bytes()Gravatar Akinobu Mita 1-7/+1
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2010-05-19Unified UUID/GUID definitionGravatar Huang Ying 1-0/+53