patch fiemap-fix-problem-with-setting-fiemap_extent_last.patch added to 2.6.29-stable tree

2009-05-12 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: fiemap: fix problem with setting FIEMAP_EXTENT_LAST to the 2.6.29-stable tree. Its filename is fiemap-fix-problem-with-setting-fiemap_extent_last.patch A git repo of this tree can be found at ht

Some basic benchmarking

2009-05-12 Thread Jaime sanchez
Hi list, I am tired of "syntetic" benchmarks and i wrote a script to totally automate benchmarking for various file system (command line option) through the same partition, collect the data and show results in a nice way. There are 4 basic benchmarks performed, copy, compress, uncompress and dele

[PATCH] btrfs: make show_options result match actual option names

2009-05-12 Thread Sage Weil
The /proc/mounts output should match the actual option names. Signed-off-by: Sage Weil --- fs/btrfs/super.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index f23f8f0..a2b8bc4 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c