linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: asj <anand.jain@oracle.com>
To: linux-btrfs@vger.kernel.org
Cc: hugo@carfax.org.uk, chris.mason@oracle.com,
	anand jain <anand.jain@oracle.com>
Subject: [RFC] [PATCH] Add btrfs autosnap feature
Date: Wed, 29 Feb 2012 10:59:35 +0800	[thread overview]
Message-ID: <1330484376-16178-1-git-send-email-anand.jain@oracle.com> (raw)
In-Reply-To: <n>

From: anand jain <anand.jain@oracle.com>

Anand Jain (1):
  [RFC] Add btrfs autosnap feature

 Makefile     |    6 +-
 autosnap.c   | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 autosnap.h   |   81 +++
 btrfs-list.c |  140 +++++-
 btrfs.c      |   46 ++-
 btrfs_cmds.c |  186 +++++++-
 btrfs_cmds.h |    3 +-
 scrub.c      |    1 +
 8 files changed, 1982 insertions(+), 34 deletions(-)
 create mode 100644 autosnap.c
 create mode 100644 autosnap.h


             reply	other threads:[~2012-02-29  2:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-29  2:59 asj [this message]
2012-02-29  2:59 ` [PATCH] [RFC] Add btrfs autosnap feature asj
2012-02-29  3:38   ` Anand Jain
2012-03-01 11:54   ` cwillu
2012-03-02 11:34     ` Arvin Schnell
2012-03-02 12:04       ` cwillu
2012-03-02 12:25         ` Sander
2012-03-05  6:51     ` Anand Jain
2012-03-05  7:07       ` Fajar A. Nugraha
2012-03-05  7:18         ` Arne Jansen
2012-03-05 10:21       ` Anand Jain
2012-03-05 10:28         ` cwillu
2012-03-01 13:23   ` Roman Mamedov
2012-03-06  7:56 ` [PATCH 1/2] Make find_updated_files to return value instead of printing Anand jain
2012-03-06  7:56   ` [PATCH 2/2] Use transaction id to determin if there is any change in the subvol Anand jain
2012-03-06  9:07     ` [PATCH 2/2 v2] " Anand jain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1330484376-16178-1-git-send-email-anand.jain@oracle.com \
    --to=anand.jain@oracle.com \
    --cc=chris.mason@oracle.com \
    --cc=hugo@carfax.org.uk \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).