linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] Misc cleanups for 3.18
@ 2014-10-02 16:49 David Sterba
  2014-10-02 16:49 ` [PATCH 01/14] btrfs: defrag, use unsigned type for extent thresh David Sterba
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: David Sterba @ 2014-10-02 16:49 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

Assorted cleanups. There's fix from Filipe mixed among my patches because I
found it in the mailinglist but only after I had written my own patch of
course.

You can pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git cleanup/misc-for-3.18

David Sterba (13):
  btrfs: defrag, use unsigned type for extent thresh
  btrfs: remove unused variable from btrfs_parse_options
  btrfs: remove unused extent state bits
  btrfs: use enum for wq endio metadata type
  btrfs: fix error labels in init_btrfs_fs
  btrfs: use slab for end_io_wq structures
  btrfs: remove unused members from struct scrub_warning
  btrfs: let merge_reloc_roots return void
  btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB
  btrfs: drop constant param from btrfs_release_extent_buffer_page
  btrfs: kill extent_buffer_page helper
  btrfs: new define for the inline extent data start
  btrfs: move checks for DUMMY_ROOT into a helper

Filipe David Borba Manana (1):
  Btrfs: set default max_inline to 8KiB instead of 8MiB

 fs/btrfs/compression.c | 11 +++++---
 fs/btrfs/ctree.c       |  8 +++---
 fs/btrfs/ctree.h       | 26 +++++++++++++------
 fs/btrfs/disk-io.c     | 61 ++++++++++++++++++++++++-------------------
 fs/btrfs/disk-io.h     |  6 +++--
 fs/btrfs/extent-tree.c | 16 +++++-------
 fs/btrfs/extent_io.c   | 70 +++++++++++++++++++++++---------------------------
 fs/btrfs/extent_io.h   | 10 --------
 fs/btrfs/inode.c       |  3 ++-
 fs/btrfs/ioctl.c       |  8 +++---
 fs/btrfs/qgroup.c      | 10 +++-----
 fs/btrfs/relocation.c  |  3 +--
 fs/btrfs/scrub.c       | 17 ++----------
 fs/btrfs/send.c        |  2 +-
 fs/btrfs/super.c       | 14 ++++++----
 fs/btrfs/transaction.c |  2 +-
 fs/btrfs/transaction.h |  2 +-
 17 files changed, 131 insertions(+), 138 deletions(-)

-- 
1.8.4.5


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

end of thread, other threads:[~2014-10-02 16:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 16:49 [PATCH 00/14] Misc cleanups for 3.18 David Sterba
2014-10-02 16:49 ` [PATCH 01/14] btrfs: defrag, use unsigned type for extent thresh David Sterba
2014-10-02 16:49 ` [PATCH 02/14] btrfs: remove unused variable from btrfs_parse_options David Sterba
2014-10-02 16:49 ` [PATCH 03/14] Btrfs: set default max_inline to 8KiB instead of 8MiB David Sterba
2014-10-02 16:50 ` [PATCH 04/14] btrfs: remove unused extent state bits David Sterba
2014-10-02 16:50 ` [PATCH 05/14] btrfs: use enum for wq endio metadata type David Sterba
2014-10-02 16:50 ` [PATCH 06/14] btrfs: fix error labels in init_btrfs_fs David Sterba
2014-10-02 16:50 ` [PATCH 07/14] btrfs: use slab for end_io_wq structures David Sterba
2014-10-02 16:50 ` [PATCH 08/14] btrfs: remove unused members from struct scrub_warning David Sterba
2014-10-02 16:50 ` [PATCH 09/14] btrfs: let merge_reloc_roots return void David Sterba
2014-10-02 16:50 ` [PATCH 10/14] btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB David Sterba
2014-10-02 16:50 ` [PATCH 11/14] btrfs: drop constant param from btrfs_release_extent_buffer_page David Sterba
2014-10-02 16:50 ` [PATCH 12/14] btrfs: kill extent_buffer_page helper David Sterba
2014-10-02 16:50 ` [PATCH 13/14] btrfs: new define for the inline extent data start David Sterba
2014-10-02 16:50 ` [PATCH 14/14] btrfs: move checks for DUMMY_ROOT into a helper 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).