linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] LZO INCOMPAT Checking
@ 2012-07-20 17:36 Mitch Harder
  2012-07-20 17:36 ` [PATCH 1/2] Btrfs: Check INCOMPAT flags on remount with lzo compression Mitch Harder
  2012-07-20 17:36 ` [PATCH 2/2] Btrfs: Use common function to check lzo INCOMPAT on defrag Mitch Harder
  0 siblings, 2 replies; 4+ messages in thread
From: Mitch Harder @ 2012-07-20 17:36 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Mitch Harder

The following patches are against Josef's btrfs-next repository,
and depend on Arnd Hannemann's "Btrfs: allow mount -o remount,compress=no"
patch.

The method was based on a previous example of checking for
lzo INCOMPAT used by Li Zefan when defragmenting with explicit
compression ("btrfs: Allow to specify compress method when defrag")
in ioctl.c.

The second patch uses the new function in the above referenced
existing check for lzo INCOMPAT performed when defragmenting
with explicit lzo compression.  This patch provides no
functional changes.

Mitch Harder (2):
  Btrfs: Check INCOMPAT flags on remount with lzo compression
  Btrfs: Use common function to check lzo INCOMPAT on defrag.

 fs/btrfs/ctree.h |    1 +
 fs/btrfs/ioctl.c |    7 +------
 fs/btrfs/super.c |   21 ++++++++++++++++++++-
 3 files changed, 22 insertions(+), 7 deletions(-)

-- 
1.7.8.6


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

end of thread, other threads:[~2012-07-20 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 17:36 [PATCH 0/2] LZO INCOMPAT Checking Mitch Harder
2012-07-20 17:36 ` [PATCH 1/2] Btrfs: Check INCOMPAT flags on remount with lzo compression Mitch Harder
2012-07-20 17:39   ` Josef Bacik
2012-07-20 17:36 ` [PATCH 2/2] Btrfs: Use common function to check lzo INCOMPAT on defrag Mitch Harder

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