linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL][PATCH 0/4] Sysfs fixes to incompat bits
@ 2016-01-21 18:31 David Sterba
  2016-01-21 18:32 ` [PATCH 1/4] btrfs: sysfs: fix typo in compat_ro attribute definition David Sterba
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: David Sterba @ 2016-01-21 18:31 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba, clm

Hi,

I've noticed that the free space tree compat bit is missing from the sysfs
files, this patch series fixes that. Incidentally I found out that any incompat
bits set during filesystem lifetime are not tracked there either, so that's
also fixed.

This is not critical for using the free space tree feature itself, I'm
targeting 4.5-rc2. Thanks.

----------------------------------------------------------------
The following changes since commit 988f1f576d4f7531cb2175ee1b7cb7afd6d95d22:

  Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5 (2016-01-11 08:39:28 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git fix/fst-sysfs

for you to fetch changes up to 14e46e04958df740c6c6a94849f176159a333f13:

  btrfs: synchronize incompat feature bits with sysfs files (2016-01-21 18:54:41 +0100)

----------------------------------------------------------------
David Sterba (4):
  btrfs: sysfs: fix typo in compat_ro attribute definition
  btrfs: sysfs: add free-space-tree bit attribute
  btrfs: sysfs: introduce helper for syncing bits with sysfs files
  btrfs: synchronize incompat feature bits with sysfs files

 fs/btrfs/free-space-tree.c |  7 +++++++
 fs/btrfs/ioctl.c           |  4 ++++
 fs/btrfs/super.c           |  4 ++++
 fs/btrfs/sysfs.c           | 32 ++++++++++++++++++++++++++++++++
 fs/btrfs/sysfs.h           |  5 ++++-
 fs/btrfs/volumes.c         |  2 ++
 6 files changed, 53 insertions(+), 1 deletion(-)

-- 
2.6.3


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

end of thread, other threads:[~2016-01-29 20:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 18:31 [PULL][PATCH 0/4] Sysfs fixes to incompat bits David Sterba
2016-01-21 18:32 ` [PATCH 1/4] btrfs: sysfs: fix typo in compat_ro attribute definition David Sterba
2016-01-21 18:32 ` [PATCH 2/4] btrfs: sysfs: add free-space-tree bit attribute David Sterba
2016-01-21 18:32 ` [PATCH 3/4] btrfs: sysfs: introduce helper for syncing bits with sysfs files David Sterba
2016-01-29 13:55   ` Filipe Manana
2016-01-29 14:32     ` David Sterba
2016-01-29 14:33     ` Chris Mason
2016-01-29 18:34     ` David Sterba
2016-01-29 20:28       ` Filipe Manana
2016-01-21 18:32 ` [PATCH 4/4] btrfs: synchronize incompat feature " David Sterba
2016-01-26 20:23   ` Chris Mason

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).