linux-ext4 mailing list

FromSubjectsort iconDate
bugzilla-daemon
[Bug 14830] When other IO is running sync times go to 10 ...
https://bugzilla.kernel.org/show_bug.cgi?id=14830 --- Comment #23 from Eric Sandeen <sandeen@redhat.com> 2010-04-02 16:41:39 --- The patch in comment #18 is still not upstream. Jan, what's the status of that? Michael, I did discover one issue upstream related to fsync, see: http://marc.info/?l=linux-ext4&m=126987658403214&w=2 This was very inefficient scanning of large files for sync. However, for sys_sync, I didn't see the problem because the loop was limited in that case, so ...
Apr 2, 2:23 pm 2010
bugzilla-daemon
[Bug 14830] When other IO is running sync times go to 10 ...
https://bugzilla.kernel.org/show_bug.cgi?id=14830 --- Comment #22 from Michael Godfrey <godfrey@isl.stanford.edu> 2010-04-02 05:41:26 --- I tried another test with 2.6.32.10-90.fc12.x86_64. I did not expect an improvement. But, the results were actually a lot worse. After starting an rsync which transferred a few 100GB through NFS, I started a sync using time sync. This caused a number of the usual 2 minute timeout messages. But, also it did not close until about 20 minutes after ...
Apr 1, 10:41 pm 2010
Jens Axboe Apr 2, 12:00 am 2010
Theodore Ts'o
[PATCH 1/2] ext4: Remove unnecessary call to ext4_get_gr ...
From: Jing Zhang <zj.barak@gmail.com> Signed-off-by: Jing Zhang <zj.barak@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> --- fs/ext4/mballoc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 54df209..fcc919f 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -2024,7 +2024,6 @@ repeat: for (i = 0; i < ngroups; group++, i++) { struct ext4_group_info *grp; - struct ext4_group_desc *desc; ...
Apr 1, 6:48 pm 2010
Theodore Ts'o
[PATCH 2/2] ext4: rename ext4_mb_release_desc() to ext4_ ...
From: Jing Zhang <zj.barak@gmail.com> This function cleans up after ext4_mb_load_buddy(), so the renaming makes the code clearer. Signed-off-by: Jing Zhang <zj.barak@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> --- fs/ext4/mballoc.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index fcc919f..f9fe733 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -1149,7 +1149,7 @@ err: ...
Apr 1, 6:48 pm 2010
previous daytodaynext day
April 1, 2010April 2, 2010April 3, 2010