public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "전남재/S/W Platform Lab(VD)/Staff Engineer/삼성전자" <namjae.jeon@samsung.com>
To: "'Enrico Weigelt, metux IT consult'" <lkml@metux.net>
Cc: linux-kernel@vger.kernel.org, "'Christoph Hellwig'" <hch@lst.de>,
	"'Greg Kroah-Hartman'" <gregkh@linuxfoundation.org>,
	"'Sungjong Seo'" <sj1557.seo@samsung.com>,
	"'Valdis Klētnieks'" <valdis.kletnieks@vt.edu>,
	linux-fsdevel@vger.kernel.org
Subject: RE: [PATCH v7 01/13] exfat: add in-memory and on-disk structures and headers
Date: Wed, 18 Dec 2019 09:09:03 +0900	[thread overview]
Message-ID: <000701d5b537$5b196f80$114c4e80$@samsung.com> (raw)
In-Reply-To: <c6698d0c-d909-c9dc-5608-0b986d63a471@metux.net>

> By the way: do you think the driver is already stable enough for
> production use ?
Yes, I think it's stable enough. Our exfat has been in our products for years
and many issues have been fixed.
If you find any issue, Let me know it.

> Are there any limitations we have to consider ?
Well, I think that there is currently no proper mkfs(format), fsck(repair) tool for linux-exfat.
I am working on it and will announce it here as soon as possible.

> I just have a client, who wants to use it in a semi-embedded (telemetry)
> device, for recording to an external USB drive.
> 
> 
> --mtx
> 
> 
> --
> ---
> Hinweis: unverschlüsselte E-Mails können leicht abgehört und manipuliert
> werden ! Für eine vertrauliche Kommunikation senden Sie bitte ihren
> GPG/PGP-Schlüssel zu.
> ---
> Enrico Weigelt, metux IT consult
> Free software and Linux embedded engineering info@metux.net -- +49-151-
> 27565287



  reply	other threads:[~2019-12-18  0:09 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20191213055336epcas1p267699d8a251e052da0ae8194cf5d1983@epcas1p2.samsung.com>
2019-12-13  5:50 ` [PATCH v7 00/13] add the latest exfat driver Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 01/13] exfat: add in-memory and on-disk structures and headers Namjae Jeon
2019-12-16 13:50     ` Markus Elfring
2019-12-17  0:02       ` Namjae Jeon
2019-12-17  7:36         ` Markus Elfring
2019-12-17  7:56           ` Namjae Jeon
2019-12-17 13:10         ` Enrico Weigelt, metux IT consult
2019-12-18  0:09           ` 전남재/S/W Platform Lab(VD)/Staff Engineer/삼성전자 [this message]
2019-12-18  9:33             ` Maurizio Lombardi
2019-12-19 11:20               ` Namjae Jeon
2019-12-16 15:26     ` Markus Elfring
2019-12-13  5:50   ` [PATCH v7 02/13] exfat: add super block operations Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 03/13] exfat: add inode operations Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 04/13] exfat: add directory operations Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 05/13] exfat: add file operations Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 06/13] exfat: add exfat entry operations Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 07/13] exfat: add bitmap operations Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 08/13] exfat: add exfat cache Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 09/13] exfat: add misc operations Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 10/13] exfat: add nls operations Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 11/13] exfat: add Kconfig and Makefile Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile Namjae Jeon
2019-12-13  5:50   ` [PATCH v7 13/13] MAINTAINERS: add exfat filesystem Namjae Jeon
2019-12-18  7:30   ` [PATCH v7 00/13] add the latest exfat driver Markus Elfring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000701d5b537$5b196f80$114c4e80$@samsung.com' \
    --to=namjae.jeon@samsung.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkml@metux.net \
    --cc=sj1557.seo@samsung.com \
    --cc=valdis.kletnieks@vt.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox