linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: linux-ext4@vger.kernel.org, tytso@mit.edu
Cc: aneesh.kumar@linux.vnet.ibm.com
Subject: e2fsprogs: Undo I/O manager
Date: Wed,  9 May 2007 13:42:16 +0530	[thread overview]
Message-ID: <11786983382211-git-send-email-aneesh.kumar@linux.vnet.ibm.com> (raw)

This is a very early prototype of what i working on. I have done only minimal
testing of this. To use one need to use the below steps.


       io_manager io_mng = stack_io_manager_init();
       stack_push_io_manager(io_mng, unix_io_manager);
       stack_push_io_manager(io_mng, undo_io_manager);
       flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_RW;
       retval = ext2fs_open2(dev_name,"tdbfilename=/tmp/test.tdb&",
                                       flags, superblock, block_size,
                                       io_mng, &current_fs);

I am sending this across to find out if this is the approach that we want to follow.

-aneesh

             reply	other threads:[~2007-05-09  8:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-09  8:12 Aneesh Kumar K.V [this message]
     [not found] ` <d286e4520f717821cf2363ff3c71a9fff5ecad2f.1178698029.git.aneesh.kumar@linux.vnet.ibm.com>
2007-05-09  8:12   ` [PATCH 1/2] Add stack I/O manager Aneesh Kumar K.V
     [not found]   ` <cd9cd245faaef0628edabe875c507543f3195991.1178698029.git.aneesh.kumar@linux.vnet.ibm.com>
2007-05-09  8:12     ` [PATCH 2/2] Add undo " Aneesh Kumar K.V
2007-05-09  8:29   ` [PATCH 1/2] Add stack " Aneesh Kumar K.V
2007-05-19  3:31   ` Theodore Tso
2007-05-21 10:27     ` Aneesh Kumar K.V
2007-05-21 15:12       ` Theodore Tso
  -- strict thread matches above, loose matches on Subject: below --
2007-07-11 11:00 e2fsprogs: Undo " Aneesh Kumar K.V

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=11786983382211-git-send-email-aneesh.kumar@linux.vnet.ibm.com \
    --to=aneesh.kumar@linux.vnet.ibm.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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).