Re: How to remove btrfs information

2012-11-17 Thread Goffredo Baroncelli
On 11/17/2012 03:52 AM, Yangtse Su wrote: I have an btrfs part on /dev/sda5,Then I install windows8 with the windows8 installer.I remove this btrfs part and install windows8 on it.Now in my Linux,'btfrs filesystem show' still show /dev/sda5 as a btrfs part. but now it is Microsoft Reserved

Re: How to remove btrfs information

2012-11-17 Thread Mike Fleetwood
On 17 November 2012 16:04, Goffredo Baroncelli kreij...@gmail.com wrote: On 11/17/2012 03:52 AM, Yangtse Su wrote: I have an btrfs part on /dev/sda5,Then I install windows8 with the windows8 installer.I remove this btrfs part and install windows8 on it.Now in my Linux,'btfrs filesystem show'

[PATCH] Btrfs: check next slot type in log_one_extent()

2012-11-17 Thread Itaru Kitayama
Btrfs-next fails xfstest 127 when checking length of an extent in log_one_extent(). Fix this by doing the item type check. Signed-off-by: Itaru Kitayama kitay...@cl.bb4u.ne.jp diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 40b9efd..0c20bb4 100644 --- a/fs/btrfs/tree-log.c +++

Re: Likely mem leak in 3.7

2012-11-17 Thread James Cloos
DR == David Rientjes rient...@google.com writes: I had to reboot to get some work done. In order to re-create the missing ram I had to use a btrfs fs for the temp files for a few emerge(1) runs. It seems that the ram which was used for the cache of those temp files is not recovered when the

[PATCH 1/2] btrfs-progs: update options in find-root.c

2012-11-17 Thread Wang Sheng-Hui
Remove the useless option -v and add the option -o in the description of usage. Signed-off-by: Wang Sheng-Hui shh...@gmail.com --- find-root.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/find-root.c b/find-root.c index c0f38b8..2fb40e5 100644 --- a/find-root.c

[PATCH 2/2] btrfs-progs: rename find-root.c to btrfs-find-root.c

2012-11-17 Thread Wang Sheng-Hui
Signed-off-by: Wang Sheng-Hui shh...@gmail.com --- Makefile |4 +- btrfs-find-root.c | 454 + find-root.c | 454 - 3 files changed, 456 insertions(+), 456 deletions(-)