All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] [PATCH 0/9] Cleanup, remove superfluous blocksize parameter, part 2
@ 2014-12-12 17:35 David Sterba
  2014-12-12 17:35 ` [PATCH 1/9] btrfs: sink blocksize parameter to readahead_tree_block David Sterba
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: David Sterba @ 2014-12-12 17:35 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-12-12 17:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 17:35 [PULL] [PATCH 0/9] Cleanup, remove superfluous blocksize parameter, part 2 David Sterba
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

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.