Re: [PATCH] fat/vfat: optionally ignore system timezone offset when reading/writing timestamps

2007-03-25 Thread Hiroyuki Machida
HI OGAWA-san and Paul-san, Sorry late response, I'm not famillar with recent fat code, but code itself looks good for just turn on/off time adjusting. On the other hand, I feel we need more consideration on use cases/requirements. I feel that turning off time adjustment is a just ad-hoc solution

Re: [PATCH] Posix file attribute support on VFAT (take #2)

2005-08-18 Thread Hiroyuki Machida
it's very helpful. It's not required to support full attributes. What do you think ? Thanks, Hiroyuki Machida - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.

[PATCH] Posix file attribute support on VFAT

2005-08-08 Thread Hiroyuki Machida
embedded device has resource limitation. So it's very handy that VFAT has capability to built root fs, even that has restrictions. Details are described within a patch. I think this feature still needs improvemnts, however it is very helpful for most embedded developpers. Thanks, Hiroyuki Ma

Re: [RFD] FAT robustness

2005-07-21 Thread Hiroyuki Machida
Hi, OGAWA Hirofumi wrote: Hiroyuki Machida <[EMAIL PROTECTED]> writes: We currently plan to add following features to address FAT corruption. - Utilize standard 2.6 features as much as possible - Implement as options of fat, vfat and uvfat What is the uvfat? typo (xvfat)

Re: [RFD] FAT robustness

2005-07-21 Thread Hiroyuki Machida
ces. For memory devices we may prepare another elevator functions, depending on property of devices or lower layer. E.g. NAND/AND flash have different operation units for read/write and erase, and have some translation layer. Paulo Marques wrote: Hiroyuki Machida wrote: [...] Q3 : I'm

Re: [PATCH] Preserve hibenate-system-image on startup

2005-07-20 Thread Hiroyuki Machida
Jose at the beginning of this year. Regards, Hiroyuki Machida Nigel Cunningham wrote: > Hi. > > We've had this feature in Suspend2 for a couple of years and I can > confirm that the approach works, provided that the on-disk filesystem > remains unchanged throughout this. (Usef

[RFD] FAT robustness

2005-07-16 Thread Hiroyuki Machida
can be used for FAT improvements. Do you have any comments ? Thanks, Hiroyuki Machida - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Preserve hibenate-system-image on startup

2005-07-16 Thread Hiroyuki Machida
rnate from a permanent system image for startup. During shutdown, does a conventional shutdown without saving a system image. We'll explain concept and initial work at OLS. So if you have interest, we can talk with you at Ottawa. Thanks, Hiroyuki Machida --- This patch enables preserving s