On Thursday 21 February 2008, David Howells wrote:
Thanks for trying this, of course I'll ask you to try again with the latest
v0.13 code, it has a number of optimizations especially for CPU usage.
I'm afraid I don't have a good handle on the filesystem operations that result
from this workload. Are we reading from the FS to fill the NFS page cache?
If your write_one_page call does parts of btrfs_file_write, you'll get delayed
allocation for anything bigger than 8k by default. <= 8k will get packed
into the btree leaves.
Which FS operations are included here? Finding all the files or just an
unmount? Btrfs defrags metadata in the background, and unmount has to wait
for that defrag to finish.
Thanks again,
Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html