From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:33786 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932833AbeFGPbC (ORCPT ); Thu, 7 Jun 2018 11:31:02 -0400 Date: Thu, 7 Jun 2018 17:31:01 +0200 From: Jan Kara To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org Subject: [GIT PULL] UDF support for UTF-16 Message-ID: <20180607153101.zaqogifrehyzdxpl@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git udf_for_v4.18-rc1 to get UDF support for UTF-16 characters in file names. Top of the tree is 3be4aaf4e2d3. The full shortlog is: Jan Kara (6): udf: Always require NLS support udf: Use UTF-32 <-> UTF-8 conversion functions from NLS udf: Convert ident strings to proper charset udf: Push sb argument to udf_name_[to|from]_CS0() udf: Add support for encoding UTF-16 characters udf: Add support for decoding UTF-16 characters The diffstat is fs/udf/Kconfig | 6 +- fs/udf/super.c | 12 +-- fs/udf/udfdecl.h | 3 +- fs/udf/unicode.c | 260 +++++++++++++++++++++++++++---------------------------- 4 files changed, 131 insertions(+), 150 deletions(-) Thanks Honza -- Jan Kara SUSE Labs, CR