All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL][PATCH 0/4] Minor fixes to free-space-tree patchset, for 4.5
@ 2016-01-27 14:01 David Sterba
  2016-01-27 14:02 ` [PATCH 1/4] btrfs: tests: switch to GFP_KERNEL David Sterba
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Sterba @ 2016-01-27 14:01 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba, clm

Hi,

the newly added free space tree has to be added to a few more places.  Plus two
minor updates to memory allocations, similar to what went in during this dev
cycle.

----------------------------------------------------------------
The following changes since commit 988f1f576d4f7531cb2175ee1b7cb7afd6d95d22:

  Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5 (2016-01-11 08:39:28 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git dev/fst-followup

for you to fetch changes up to 3e4c5efbb3ac7c9c4fb5f33b659fa98afe568ab1:

  btrfs: add free space tree to the cow-only list (2016-01-25 16:48:07 +0100)
----------------------------------------------------------------

David Sterba (4):
  btrfs: tests: switch to GFP_KERNEL
  btrfs: tweak free space tree bitmap allocation
  btrfs: add free space tree to lockdep classes
  btrfs: add free space tree to the cow-only list

 fs/btrfs/disk-io.c               |  1 +
 fs/btrfs/free-space-tree.c       | 18 ++++++++++++++++--
 fs/btrfs/relocation.c            |  3 ++-
 fs/btrfs/tests/btrfs-tests.c     | 10 +++++-----
 fs/btrfs/tests/extent-io-tests.c | 12 ++++++------
 fs/btrfs/tests/inode-tests.c     |  8 ++++----
 6 files changed, 34 insertions(+), 18 deletions(-)

-- 
2.6.3


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

end of thread, other threads:[~2016-01-27 14:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 14:01 [PULL][PATCH 0/4] Minor fixes to free-space-tree patchset, for 4.5 David Sterba
2016-01-27 14:02 ` [PATCH 1/4] btrfs: tests: switch to GFP_KERNEL David Sterba
2016-01-27 14:02 ` [PATCH 2/4] btrfs: tweak free space tree bitmap allocation David Sterba
2016-01-27 14:02 ` [PATCH 3/4] btrfs: add free space tree to lockdep classes David Sterba
2016-01-27 14:02 ` [PATCH 4/4] btrfs: add free space tree to the cow-only list 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.