From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vyacheslav Dubeyko Subject: Re: [PATCH] add exFAT driver Date: Fri, 30 Aug 2013 15:08:06 +0400 Message-ID: <1377860886.4545.5.camel@slavad-ubuntu> References: <20130830124622.5f81b7d4@rechenknecht2k7> Reply-To: slava@dubeyko.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Greg Kroah-Hartman , open list , "open list:STAGING SUBSYSTEM" , linux-fsdevel To: Benjamin Valentin Return-path: Received: from gproxy4-pub.mail.unifiedlayer.com ([69.89.23.142]:50868 "HELO gproxy4-pub.mail.unifiedlayer.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756104Ab3H3LO5 (ORCPT ); Fri, 30 Aug 2013 07:14:57 -0400 In-Reply-To: <20130830124622.5f81b7d4@rechenknecht2k7> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, 2013-08-30 at 12:46 +0200, Benjamin Valentin wrote: > Samsung released their exFAT (and FAT12/16/32) driver under the GPLv2, it is > based on the in-kernel FAT driver and can be obtained from [1]. > This patch adds version 1.2.4 of the exfat driver, sans the ifdefs for older > kernel versions and ported to Linux 3.11. > > [1] http://opensource.samsung.com search for exfat > > original authors: Joosun Hahn > Sung-Kwan Kim > > Signed-off-by: Benjamin Valentin Why original authors don't participate in submission of driver? Anyway, it makes sense to prepare patch set instead of one huge patch. Could you, please, prepare patch set? And you should add linux-fsdevel list in CC for any discussion about file system drivers. Thanks, Vyacheslav Dubeyko.