Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1641841
| Path | csiph.com!news.freedyn.net!open-news-network.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Christoph Hellwig <hch@lst.de> |
| Newsgroups | linux.kernel |
| Subject | cleanup UUID types V2 |
| Date | Mon, 15 May 2017 17:50:03 +0200 |
| Message-ID | <tHqpX-1AI-3@gated-at.bofh.it> (permalink) |
| Dkim-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=0r5Ik4AiQf3Njni/+lx6Va1sGHDjlHQ+JWu6RkK2IRk=; b=HAvGUA0ZqEAitCmPL3EpeXynG iHvzpKDpR7i5p5+Mz99IwvjzWk1DlULbma7IsHOkSt48pRiAXVbPQ/zQ53O2v3LUItVdFdqqlpXjq eaTowVvIH9MBvJU24/wYBA5ASI3ktJwf9NWN09GqN10AcdWGr4c2lwyktQzhUj9xSuGwqrxQAarZ1 uqpWDjcP741RoAKqnRFTpUaGsA9Z12wxfkwmcRuqipRm+hRrXlyn3OOglFw/JyuhBdoKg3qVOKyt/ D23ZOd5W2PS3yWqmIMqAovY3TD/X/guP3qqzzns6ZQyqKhquMw3pcZ1bCjlG9P4yuyfFCWY2lhOlb dkqTZym7w==; |
| X-Mailer | git-send-email 2.11.0 |
| X-Srs-Rewrite | SMTP reverse-path rewritten from <hch@infradead.org> by bombadil.infradead.org. See http://www.infradead.org/rpr.html |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 11 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Shaohua Li <shli@kernel.org>, Dan Williams <dan.j.williams@intel.com>, David Howells <dhowells@redhat.com>, Steven Whitehouse <swhiteho@redhat.com>, Mimi Zohar <zohar@linux.vnet.ibm.com>, linux-xfs@vger.kernel.org, linux-raid@vger.kernel.org, linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Mon, 15 May 2017 17:42:51 +0200 |
| X-Original-Message-ID | <20170515154308.26739-1-hch@lst.de> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1641841 |
Show key headers only | View raw
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). Changes since V2: - various cleanups
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
cleanup UUID types V2 Christoph Hellwig <hch@lst.de> - 2017-05-15 17:50 +0200 [PATCH 05/17] uuid: add the v1 layout to uuid_t Christoph Hellwig <hch@lst.de> - 2017-05-15 17:50 +0200 [PATCH 11/17] uuid: remove struct uuid_v1 Christoph Hellwig <hch@lst.de> - 2017-05-15 17:50 +0200 [PATCH 04/17] uuid: don't export guid_index and uuid_index Christoph Hellwig <hch@lst.de> - 2017-05-15 17:50 +0200 [PATCH 10/17] afs: switch to use uuid_t and uuid_gen Christoph Hellwig <hch@lst.de> - 2017-05-15 17:50 +0200 [PATCH 16/17] ima/policy: switch to use uuid_t Christoph Hellwig <hch@lst.de> - 2017-05-15 17:50 +0200
csiph-web