[PATCH] speedup reiserfs O_SYNC and fsync

2001-07-12 Thread Chris Mason
Hello everyone, This patch makes reiserfs O_SYNC and fsync faster by only committing the last transcation a file/dir was included in, instead of forcing a commit on the current transaction. More speedups are still possible, this patch is fairly conservative. It is based on 2.4.7-pre6 + the

[PATCH] speedup reiserfs O_SYNC and fsync

2001-07-12 Thread Chris Mason
Hello everyone, This patch makes reiserfs O_SYNC and fsync faster by only committing the last transcation a file/dir was included in, instead of forcing a commit on the current transaction. More speedups are still possible, this patch is fairly conservative. It is based on 2.4.7-pre6 + the