All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Size reduction of btrfs_path
@ 2015-11-27 15:31 David Sterba
  2015-11-27 15:31 ` [PATCH 1/4] btrfs: cleanup, use enum values for btrfs_path reada David Sterba
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Sterba @ 2015-11-27 15:31 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba, clm

We can reduce size of btrfs_path by 32 bytes, which will lead to more objects
packed into one slab page. Performance should not be worse and could even
improve in some cases due to less cachelines used.
Targetting 4.5. Thanks.

Can be pulled from

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git dev/path-diet

David Sterba (4):
  btrfs: cleanup, use enum values for btrfs_path reada
  btrfs: use smaller type for btrfs_path reada
  btrfs: use smaller type for btrfs_path lowest_level
  btrfs: use smaller type for btrfs_path locks

 fs/btrfs/ctree.c       |  9 ++++-----
 fs/btrfs/ctree.h       |  7 ++++---
 fs/btrfs/extent-tree.c | 12 ++++++------
 fs/btrfs/file-item.c   |  4 ++--
 fs/btrfs/inode-map.c   |  2 +-
 fs/btrfs/inode.c       |  8 ++++----
 fs/btrfs/ioctl.c       |  2 +-
 fs/btrfs/relocation.c  | 12 ++++++------
 fs/btrfs/scrub.c       |  2 +-
 fs/btrfs/volumes.c     |  6 +++---
 fs/btrfs/xattr.c       |  2 +-
 11 files changed, 33 insertions(+), 33 deletions(-)

-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-

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

end of thread, other threads:[~2015-11-27 15:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 15:31 [PATCH 0/4] Size reduction of btrfs_path David Sterba
2015-11-27 15:31 ` [PATCH 1/4] btrfs: cleanup, use enum values for btrfs_path reada David Sterba
2015-11-27 15:31 ` [PATCH 2/4] btrfs: use smaller type " David Sterba
2015-11-27 15:31 ` [PATCH 3/4] btrfs: use smaller type for btrfs_path lowest_level David Sterba
2015-11-27 15:31 ` [PATCH 4/4] btrfs: use smaller type for btrfs_path locks 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.