Fw: [Bugme-new] [Bug 8643] New: Bug with negative timestamps on 64bit machines

2007-06-17 Thread Andrew Morton
someone ort to fix this Begin forwarded message: Date: Sat, 16 Jun 2007 17:50:35 -0700 (PDT) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 8643] New: Bug with negative timestamps on 64bit machines http://bugzilla.kernel.org/show_bug.cgi?id=8643 Summary:

Re: Fw: [Bugme-new] [Bug 8643] New: Bug with negative timestamps on 64bit machines

2007-06-17 Thread Dmitriy Monakhov
On 23:05 Сбт 16 Июн , Andrew Morton wrote: someone ort to fix this duplicate: http://bugzilla.kernel.org/show_bug.cgi?id=5079 Already fixed by: commit 4d7bf11d649c72621ca31b8ea12b9c94af380e63 Author: Markus Rechberger [EMAIL PROTECTED] Date: Tue May 8 00:23:39 2007 -0700 I don't have

[patch] e2fsprogs time value is interpreted as signed

2007-06-17 Thread Dmitriy Monakhov
after bug: http://bugzilla.kernel.org/show_bug.cgi?id=5079 was fixed by: commit 4d7bf11d649c72621ca31b8ea12b9c94af380e63 Author: Markus Rechberger [EMAIL PROTECTED] Date: Tue May 8 00:23:39 2007 -0700 __u32 time value becomes interpreat as signed value. This patch add coresponding fix to debug

Correction to nanosecond timestamp patch for 64-bit arch

2007-06-17 Thread Kalpak Shah
http://bugzilla.kernel.org/show_bug.cgi?id=5079 mentions the problem with timestamps in ext2/3/4. If the timestamp is set to before epoch, the files have their dates changed on 64-bit partitions. The corrections from this bug also need to be incorporated in the nanosecond patch.