Re: [PATCH] staging: exfat: add exfat filesystem code to

2019-09-14 Thread Park Ju Hyung
Hi. I just noticed that this exfat-staging drivers are based on the old Samsung's 1.x exFAT drivers. I've been working to get the newer Samsung's driver(now named "sdFAT") to fit better for general Linux users, and I believe it can provide a better base for the community to work on(and hopeful

Re: [PATCH] staging: exfat: add exfat filesystem code to

2019-09-16 Thread Park Ju Hyung
On Tue, 17 Sep 2019 00:19:36 -0400, "Valdis Klētnieks" said: > I'm working off a somewhat cleaned up copy of Samsung's original driver, > because that's what I had knowledge of. If the sdfat driver is closer to > being > mergeable, I'd not object if that got merged instead. Greg, as Valdis menti

[PATCH] exfat: implement "quiet" option for setattr

2020-06-27 Thread Park Ju Hyung
Few programs, especially old ones, simply don't want to work if there isn't a POSIX-compliant setattr. Follow vfat and implement a new "quiet" option to workaround this. Signed-off-by: Park Ju Hyung --- fs/exfat/exfat_fs.h | 2 ++ fs/exfat/file.c | 13 +++