Re: [PATCH] Make an error msg look nicer by inserting a space between number and word.

2009-06-01 Thread Jiri Kosina
On Mon, 1 Jun 2009, Hu Tao wrote: Signed-off-by: Hu Tao hu.t...@gmail.com --- fs/btrfs/extent-tree.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 3e2c7c7..8bb0550 100644 --- a/fs/btrfs/extent-tree.c +++

New experimental btrfs branch ready for testing

2009-06-01 Thread Chris Mason
Hello everyone, Yan Zheng has been doing some major surgery to the back references and extent allocation code, tackling bottlenecks in the code that tracks extents. It scales better with many snapshots and performs better in the common case of no snapshots at all. THE NEW CODE IS A FORWARD