Re: Btrfs progs release 4.7.1

2016-08-26 Thread Luis Henriques
David Sterba <dste...@suse.cz> writes: > On Fri, Aug 26, 2016 at 12:24:10AM +0100, Luis Henriques wrote: >> On Thu, Aug 25, 2016 at 07:47:27PM +0200, David Sterba wrote: >> > Hi, >> > >> > btrfs-progs 4.7 have been released. Though it's a minor ver

Re: Btrfs progs release 4.7.1

2016-08-25 Thread Luis Henriques
On Thu, Aug 25, 2016 at 07:47:27PM +0200, David Sterba wrote: > Hi, > > btrfs-progs 4.7 have been released. Though it's a minor version release, there > are changes that could be considered big but I don't see a reason to hold them > until 4.8 is released. ... > Tarballs:

[PATCH] btrfs: Fix warning "variable ‘blocksize’ set but not used"

2016-08-23 Thread Luis Henriques
Variable 'blocksize' in reada_walk_down() is not used since commit d3e46fea1b1e ("btrfs: sink blocksize parameter to readahead_tree_block"). This patch simply removes this variable. Signed-off-by: Luis Henriques <luis.henriq...@canonical.com> --- fs/btrfs/extent-tree.c | 2 -- 1

[PATCH 1/2] btrfs: Fix warning "variable ‘gen’ set but not used"

2016-08-23 Thread Luis Henriques
Variable 'gen' in reada_for_search() is not used since commit 58dc4ce43251 ("btrfs: remove unused parameter from readahead_tree_block"). This patch simply removes this variable. Signed-off-by: Luis Henriques <luis.henriq...@canonical.com> --- fs/btrfs/ctree.c | 2 -- 1 file chan

[PATCH] btrfs-progs: tests: 006-image-on-missing-device: fix btrfs tool path

2016-07-04 Thread Luis Henriques
$TOP to the path. Signed-off-by: Luis Henriques <hen...@camandro.org> --- tests/misc-tests/006-image-on-missing-device/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/misc-tests/006-image-on-missing-device/test.sh b/tests/misc-tests/006-image-on-missing-

[PATCH] btrfs-progs: tests: 001-simple-unmounted: fix test failure due to bashism

2016-06-24 Thread Luis Henriques
./test.sh: 8: ./test.sh: check_prereq: not found ./test.sh: 18: ./test.sh: check_all_images: not found Since most (all?) tests actually use /bin/bash, change this test to use bash too. Signed-off-by: Luis Henriques <hen...@camandro.org> --- tests/fuzz-tests/001-simple-unmounted/test.sh | 2

Re: Btrfs stable updates for 4.0

2015-06-17 Thread Luis Henriques
On Thu, Jun 11, 2015 at 06:06:32PM +0200, David Sterba wrote: Hi, please queue the following patches to 4.0 stable. There are fixes for user visible bugs and one usability regression with RAID1 - single conversion during balance. One of the patches does not apply cleanly to 4.0.5, there's

Re: Please add 9c4f61f01d269815bb7c37be3ede59c5587747c6 to stable

2015-04-06 Thread Luis Henriques
On Thu, Apr 02, 2015 at 10:17:47AM -0400, Chris Mason wrote: Hi stable friends, Can you please backport this one to 3.19.y. It fixes a bug introduced by: 381cf6587f8a8a8e981bc0c18859b51dc756, which was tagged for stable 3.14+ The symptoms of the bug are deadlocks during log reply

Re: Btrfs stable updates for 3.12

2013-12-19 Thread Luis Henriques
On Thu, Dec 19, 2013 at 02:08:51PM +0100, David Sterba wrote: On Wed, Dec 18, 2013 at 12:51:54PM -0800, Greg KH wrote: On Wed, Dec 18, 2013 at 04:14:02PM +0100, David Sterba wrote: Hi, please queue the following patches to 3.12 stable. They fix a few crashes or lockups that were