Hi all, this series, which is a combined effort from Amir, Andy and me introduces new uuid_t and guid_t type names that are less confusing than the existing types, adds new helpers for them and starts switching the fs code over to it. Andy has additional patches on top to convert many of the users that use char arrays for UUIDs and GUIDs to these (or rather a predecessor for now until updated).
- cleanup UUID types Christoph Hellwig
- [PATCH 03/16] uuid: rename uuid types Christoph Hellwig
- Re: [PATCH 03/16] uuid: rename uuid types Amir Goldstein
- Re: [PATCH 03/16] uuid: rename uuid types Christoph Hellwig
- Re: [PATCH 03/16] uuid: rename uuid typ... Amir Goldstein
- [PATCH 09/16] md: namespace private helper names Christoph Hellwig
- [PATCH 07/16] uuid: remove struct uuid_v1 Christoph Hellwig
- [PATCH 11/16] uuid: hoist uuid_is_null() helper fro... Christoph Hellwig
- [PATCH 15/16] ima/policy: switch to use uuid_t Christoph Hellwig
- [PATCH 16/16] fs: switch ->s_uuid to uuid_t Christoph Hellwig
- Re: [PATCH 16/16] fs: switch ->s_uuid to uui... Amir Goldstein