linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL][PATCH 0/9] GFP_NOFS flags cleanup, part 2
@ 2016-02-11 16:56 David Sterba
  2016-02-11 16:56 ` [PATCH 1/9] btrfs: send: use GFP_KERNEL everywhere David Sterba
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: David Sterba @ 2016-02-11 16:56 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba, clm

Hi,

another portion of the NOFS -> KERNEL conversions, in ioctl handlers and
mount-time functions. Branch will be in my for-next. Please merge to 4.6.

Currently all the simple cases without refactoring seem to be covered. What next
is still going to be determined. There are several classes of functions that
would be fixed in a similar way, eg. the extent state bit wrappers, bios, ulist,
csum calculations.

----------------------------------------------------------------
The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:

  Linux 4.5-rc3 (2016-02-07 15:38:30 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git dev/gfp-flags

for you to fetch changes up to 66722f7c059089ad7f11eaa3e27af2321ab1b0e6:

  btrfs: switch to kcalloc in btrfs_cmp_data_prepare (2016-02-11 15:19:39 +0100)

----------------------------------------------------------------
David Sterba (9):
  btrfs: send: use GFP_KERNEL everywhere
  btrfs: reada: use GFP_KERNEL everywhere
  btrfs: scrub: use GFP_KERNEL on the submission path
  btrfs: let callers of btrfs_alloc_root pass gfp flags
  btrfs: fallocate: use GFP_KERNEL
  btrfs: readdir: use GFP_KERNEL
  btrfs: device add and remove: use GFP_KERNEL
  btrfs: extent same: use GFP_KERNEL for page array allocations
  btrfs: switch to kcalloc in btrfs_cmp_data_prepare

 fs/btrfs/ctree.c       |  2 +-
 fs/btrfs/dev-replace.c |  2 +-
 fs/btrfs/disk-io.c     | 21 +++++++++++----------
 fs/btrfs/file.c        |  6 +++---
 fs/btrfs/inode.c       |  2 +-
 fs/btrfs/ioctl.c       |  4 ++--
 fs/btrfs/reada.c       | 10 +++++-----
 fs/btrfs/scrub.c       | 24 +++++++++++++-----------
 fs/btrfs/send.c        | 36 ++++++++++++++++++------------------
 fs/btrfs/volumes.c     |  9 +++++----
 10 files changed, 60 insertions(+), 56 deletions(-)

-- 
2.7.1


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

end of thread, other threads:[~2016-02-11 16:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 16:56 [PULL][PATCH 0/9] GFP_NOFS flags cleanup, part 2 David Sterba
2016-02-11 16:56 ` [PATCH 1/9] btrfs: send: use GFP_KERNEL everywhere David Sterba
2016-02-11 16:56 ` [PATCH 2/9] btrfs: reada: " David Sterba
2016-02-11 16:57 ` [PATCH 3/9] btrfs: scrub: use GFP_KERNEL on the submission path David Sterba
2016-02-11 16:57 ` [PATCH 4/9] btrfs: let callers of btrfs_alloc_root pass gfp flags David Sterba
2016-02-11 16:57 ` [PATCH 5/9] btrfs: fallocate: use GFP_KERNEL David Sterba
2016-02-11 16:57 ` [PATCH 6/9] btrfs: readdir: " David Sterba
2016-02-11 16:57 ` [PATCH 7/9] btrfs: device add and remove: " David Sterba
2016-02-11 16:57 ` [PATCH 8/9] btrfs: extent same: use GFP_KERNEL for page array allocations David Sterba
2016-02-11 16:57 ` [PATCH 9/9] btrfs: switch to kcalloc in btrfs_cmp_data_prepare David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).