From: David Sterba <dsterba@suse.cz>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.cz>
Subject: [PULL] [PATCH 0/9] Cleanup, remove superfluous blocksize parameter, part 2
Date: Fri, 12 Dec 2014 18:35:45 +0100 [thread overview]
Message-ID: <cover.1418404754.git.dsterba@suse.cz> (raw)
Here's the rest of the parameter removal, no warnings anymore and passed
xfstests. There are a few more clenaups that were required to finish the goal.
You can pull from
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git cleanup/blocksize-diet-part2
Based on current next branch 9627aeee3e203e30679549e4962633698a6bf87f,
top commit ce3e69847e3ec79a38421bfd3d6f554d5e481231
David Sterba (9):
btrfs: sink blocksize parameter to readahead_tree_block
btrfs: remove blocksize from reada_extent
btrfs: sink blocksize parameter to reada_tree_block_flagged
btrfs: sink blocksize parameter to btrfs_init_new_buffer
btrfs: sink blocksize parameter to btrfs_find_create_tree_block
btrfs: sink blocksize parameter to tree_block_processed
btrfs: use GFP_NOFS in __alloc_extent_buffer directly
btrfs: unify extent buffer allocation api
btrfs: sink parameter len to alloc_extent_buffer
fs/btrfs/ctree.c | 13 +++++--------
fs/btrfs/disk-io.c | 17 ++++++++---------
fs/btrfs/disk-io.h | 6 +++---
fs/btrfs/extent-tree.c | 13 ++++++-------
fs/btrfs/extent_io.c | 34 ++++++++++++++++++++++++----------
fs/btrfs/extent_io.h | 7 ++++---
fs/btrfs/reada.c | 15 ++++++---------
fs/btrfs/relocation.c | 12 ++++++------
fs/btrfs/tests/extent-buffer-tests.c | 2 +-
fs/btrfs/tests/inode-tests.c | 4 ++--
fs/btrfs/tests/qgroup-tests.c | 23 +++++++++++------------
fs/btrfs/tree-log.c | 2 +-
fs/btrfs/volumes.c | 9 +++++++--
13 files changed, 84 insertions(+), 73 deletions(-)
--
2.1.3
next reply other threads:[~2014-12-12 17:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-12 17:35 David Sterba [this message]
2014-12-12 17:35 ` [PATCH 1/9] btrfs: sink blocksize parameter to readahead_tree_block David Sterba
2014-12-12 17:35 ` [PATCH 2/9] btrfs: remove blocksize from reada_extent David Sterba
2014-12-12 17:35 ` [PATCH 3/9] btrfs: sink blocksize parameter to reada_tree_block_flagged David Sterba
2014-12-12 17:35 ` [PATCH 4/9] btrfs: sink blocksize parameter to btrfs_init_new_buffer David Sterba
2014-12-12 17:36 ` [PATCH 5/9] btrfs: sink blocksize parameter to btrfs_find_create_tree_block David Sterba
2014-12-12 17:36 ` [PATCH 6/9] btrfs: sink blocksize parameter to tree_block_processed David Sterba
2014-12-12 17:36 ` [PATCH 7/9] btrfs: use GFP_NOFS in __alloc_extent_buffer directly David Sterba
2014-12-12 17:36 ` [PATCH 8/9] btrfs: unify extent buffer allocation api David Sterba
2014-12-12 17:36 ` [PATCH 9/9] btrfs: sink parameter len to alloc_extent_buffer David Sterba
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1418404754.git.dsterba@suse.cz \
--to=dsterba@suse.cz \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.