All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] [PATCH 0/8] Cleanups, 3.16 or later
@ 2014-06-20 11:01 David Sterba
  2014-06-20 11:01 ` [PATCH 1/8] btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshot David Sterba
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: David Sterba @ 2014-06-20 11:01 UTC (permalink / raw)
  To: clm; +Cc: linux-btrfs, David Sterba

Hi Chris,

this is a set of whole-directory changes that have low impact on stability
(xfstests passed), but touch almost all files aiming for simpler code.

I did not catch the merge window train, so I'm leaving it to your consideration
if you add it to the upcomming pull request(s).

I'm sending this as a pull request combined with patches to mailinglist.

Top commit cbe260e207c57843c1dcd550f9adbab7507945c6
based on 8408c716d7a4ddd5954ce33f53a7d3cd2876cf65 (current for-linus)

Available in the git repository at:

  git://repo.or.cz/linux-2.6/btrfs-unstable.git cleanups-for-3.16

Thanks.

David Sterba (8):
  btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshot
  btrfs: clenaup: don't call btrfs_release_path before free_path
  btrfs: cleanup ino cache members of btrfs_root
  btrfs: make close_ctree return void
  btrfs: kill the key type accessor helpers
  btrfs: use nodesize everywhere, kill leafsize
  btrfs: clean away stripe_align helper
  btrfs: use DIV_ROUND_UP instead of open-coded variants

 fs/btrfs/backref.c          |   12 +++---
 fs/btrfs/check-integrity.c  |   16 +--------
 fs/btrfs/compression.c      |   10 ++---
 fs/btrfs/ctree.c            |   18 +++++-----
 fs/btrfs/ctree.h            |   31 +++++-----------
 fs/btrfs/delayed-inode.c    |    8 ++--
 fs/btrfs/dir-item.c         |   12 +++---
 fs/btrfs/disk-io.c          |   84 +++++++++++++++++++------------------------
 fs/btrfs/disk-io.h          |    2 +-
 fs/btrfs/export.c           |    4 +-
 fs/btrfs/extent-tree.c      |   53 +++++++++++----------------
 fs/btrfs/extent_io.c        |    2 +-
 fs/btrfs/file-item.c        |   12 +++---
 fs/btrfs/file.c             |   25 ++++++-------
 fs/btrfs/free-space-cache.c |   17 ++++-----
 fs/btrfs/inode-item.c       |   12 +++---
 fs/btrfs/inode-map.c        |   68 +++++++++++++++++-----------------
 fs/btrfs/inode.c            |   28 +++++++-------
 fs/btrfs/ioctl.c            |   23 ++++++------
 fs/btrfs/lzo.c              |    3 +-
 fs/btrfs/orphan.c           |    4 +-
 fs/btrfs/print-tree.c       |    4 +-
 fs/btrfs/qgroup.c           |    6 +--
 fs/btrfs/raid56.c           |    8 ++--
 fs/btrfs/reada.c            |    2 +-
 fs/btrfs/relocation.c       |   22 +++++------
 fs/btrfs/scrub.c            |   19 +---------
 fs/btrfs/super.c            |    8 +----
 fs/btrfs/transaction.c      |    7 +---
 fs/btrfs/tree-log.c         |    8 ++--
 fs/btrfs/volumes.c          |    4 +-
 fs/btrfs/xattr.c            |    4 +-
 fs/btrfs/zlib.c             |    3 +-
 33 files changed, 228 insertions(+), 311 deletions(-)

-- 
1.7.9


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

end of thread, other threads:[~2014-06-20 11:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20 11:01 [PULL] [PATCH 0/8] Cleanups, 3.16 or later David Sterba
2014-06-20 11:01 ` [PATCH 1/8] btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshot David Sterba
2014-06-20 11:02 ` [PATCH 2/8] btrfs: clenaup: don't call btrfs_release_path before free_path David Sterba
2014-06-20 11:02 ` [PATCH 3/8] btrfs: cleanup ino cache members of btrfs_root David Sterba
2014-06-20 11:02 ` [PATCH 4/8] btrfs: make close_ctree return void David Sterba
2014-06-20 11:02 ` [PATCH 5/8] btrfs: kill the key type accessor helpers David Sterba
2014-06-20 11:02 ` [PATCH 6/8] btrfs: use nodesize everywhere, kill leafsize David Sterba
2014-06-20 11:02 ` [PATCH 7/8] btrfs: clean away stripe_align helper David Sterba
2014-06-20 11:03 ` [PATCH 8/8] btrfs: use DIV_ROUND_UP instead of open-coded variants 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.