All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Cleanups for 3.2
@ 2011-10-05 10:21 David Sterba
  2011-10-05 10:21 ` [PATCH 1/8] btrfs: separate superblock items out of fs_info David Sterba
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: David Sterba @ 2011-10-05 10:21 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

Hi,

I'm sending a short series containg some rather simple cleanups which I came
accross while going through code (like opencoded macros which hide semantics).
As they could clash with other patches being merged I generated them. I would
like to see them merged of course, but do not want to make merging harder and I
can regenerate them any time when the main features/fixes are integrated.

I've added one patch which is not new but has not been merged yet. It separates
the super_block items from fs_info structure. New features add more items to
fs_info and this patch will make some space.

You can pull this series from

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

thanks,
david
---

David Sterba (8):
  btrfs: separate superblock items out of fs_info
  btrfs: fix misleading variable name for flags
  btrfs: use unsigned long type for extent state bits
  btrfs: no need to mask out GFP_HIGHMEM in radix preload
  btrfs: kill key type helpers
  btrfs: use ALIGN instead of open-coded variants
  btrfs: use DIV_ROUND_UP instead of open-coded variants
  btrfs: cleanup: use BUG_ON when appropriate

 fs/btrfs/compression.c      |   12 ++++----
 fs/btrfs/ctree.c            |    8 ++---
 fs/btrfs/ctree.h            |   23 ++++++----------
 fs/btrfs/delayed-inode.c    |    8 +++---
 fs/btrfs/dir-item.c         |   10 +++---
 fs/btrfs/disk-io.c          |   23 ++++++++--------
 fs/btrfs/export.c           |    4 +-
 fs/btrfs/extent-tree.c      |   53 ++++++++++++++++----------------------
 fs/btrfs/extent_io.c        |   59 ++++++++++++++++++++++--------------------
 fs/btrfs/extent_io.h        |   33 ++++++++++++++----------
 fs/btrfs/file-item.c        |   29 ++++++++------------
 fs/btrfs/file.c             |   21 ++++++--------
 fs/btrfs/free-space-cache.c |    3 +-
 fs/btrfs/inode-item.c       |   10 +++---
 fs/btrfs/inode.c            |   56 +++++++++++++++++++----------------------
 fs/btrfs/ioctl.c            |   14 +++++-----
 fs/btrfs/lzo.c              |    3 +-
 fs/btrfs/ordered-data.h     |    3 +-
 fs/btrfs/orphan.c           |    4 +-
 fs/btrfs/print-tree.c       |   10 ++-----
 fs/btrfs/root-tree.c        |    4 +-
 fs/btrfs/scrub.c            |    6 ++--
 fs/btrfs/super.c            |   17 ++++++++---
 fs/btrfs/transaction.c      |   10 +++---
 fs/btrfs/tree-log.c         |   10 +++---
 fs/btrfs/volumes.c          |   35 ++++++++++++-------------
 fs/btrfs/xattr.c            |    4 +-
 fs/btrfs/zlib.c             |    3 +-
 28 files changed, 227 insertions(+), 248 deletions(-)

-- 
1.7.6

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

end of thread, other threads:[~2011-10-05 10:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 10:21 [GIT PULL] Cleanups for 3.2 David Sterba
2011-10-05 10:21 ` [PATCH 1/8] btrfs: separate superblock items out of fs_info David Sterba
2011-10-05 10:21 ` [PATCH 2/8] btrfs: fix misleading variable name for flags David Sterba
2011-10-05 10:21 ` [PATCH 3/8] btrfs: use unsigned long type for extent state bits David Sterba
2011-10-05 10:22 ` [PATCH 4/8] btrfs: no need to mask out GFP_HIGHMEM in radix preload David Sterba
2011-10-05 10:22 ` [PATCH 5/8] btrfs: kill key type helpers David Sterba
2011-10-05 10:22 ` [PATCH 6/8] btrfs: use ALIGN instead of open-coded variants David Sterba
2011-10-05 10:22 ` [PATCH 7/8] btrfs: use DIV_ROUND_UP " David Sterba
2011-10-05 10:23 ` [PATCH 8/8] btrfs: cleanup: use BUG_ON when appropriate 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.