All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] Btrfs cleanups for 4.6, part 2
@ 2016-03-15 13:50 David Sterba
  2016-03-15 14:24 ` Chris Mason
  0 siblings, 1 reply; 3+ messages in thread
From: David Sterba @ 2016-03-15 13:50 UTC (permalink / raw)
  To: clm; +Cc: linux-btrfs, David Sterba

Hi,

a few more cleanups sent recently and some that I found in my inbox marked but
not processed. Based on top of current integration. Please pull, thanks.

----------------------------------------------------------------
The following changes since commit 5e33a2bd7ca7fa687fb0965869196eea6815d1f3:

  Btrfs: do not collect ordered extents when logging that inode exists (2016-03-01 08:23:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git cleanups-4.6

for you to fetch changes up to bb7ab3b92e46da06b580c6f83abe7894dc449cca:

  btrfs: Fix misspellings in comments. (2016-03-14 15:05:02 +0100)

----------------------------------------------------------------
Adam Buchbinder (1):
      btrfs: Fix misspellings in comments.

Anand Jain (2):
      btrfs: rename btrfs_print_info to btrfs_print_mod_info
      btrfs: move btrfs_compression_type to compression.h

Ashish Samant (1):
      btrfs: Print Warning only if ENOSPC_DEBUG is enabled

Dan Carpenter (1):
      btrfs: scrub: silence an uninitialized variable warning

David Sterba (1):
      Documentation: btrfs: remove usage specific information

Rasmus Villemoes (1):
      btrfs: use kbasename in btrfsic_mount

Satoru Takeuchi (1):
      Btrfs: Show a warning message if one of objectid reaches its highest value

 Documentation/filesystems/btrfs.txt | 274 ++----------------------------------
 fs/btrfs/check-integrity.c          |  12 +-
 fs/btrfs/compression.h              |   9 ++
 fs/btrfs/ctree.h                    |  18 +--
 fs/btrfs/delayed-inode.c            |   7 +-
 fs/btrfs/dev-replace.c              |   2 +-
 fs/btrfs/disk-io.c                  |   3 +-
 fs/btrfs/extent-tree.c              |   2 +-
 fs/btrfs/extent_map.c               |   5 +-
 fs/btrfs/file-item.c                |   1 +
 fs/btrfs/file.c                     |   3 +-
 fs/btrfs/inode-map.c                |   3 +
 fs/btrfs/ioctl.c                    |   1 +
 fs/btrfs/ordered-data.c             |   3 +-
 fs/btrfs/props.c                    |   1 +
 fs/btrfs/scrub.c                    |   2 +-
 fs/btrfs/send.c                     |   1 +
 fs/btrfs/super.c                    |   4 +-
 fs/btrfs/tests/inode-tests.c        |   1 +
 fs/btrfs/tree-log.c                 |   3 +-
 fs/btrfs/volumes.c                  |   4 +-
 21 files changed, 62 insertions(+), 297 deletions(-)

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

end of thread, other threads:[~2016-03-15 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 13:50 [PULL] Btrfs cleanups for 4.6, part 2 David Sterba
2016-03-15 14:24 ` Chris Mason
2016-03-15 14:48   ` 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.