All of lore.kernel.org
 help / color / mirror / Atom feed
* e2fsprogs: Undo I/O manager
@ 2007-07-11 11:00 Aneesh Kumar K.V
  2007-07-11 11:00   ` Aneesh Kumar K.V
  0 siblings, 1 reply; 4+ messages in thread
From: Aneesh Kumar K.V @ 2007-07-11 11:00 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso

Hi Ted,
	Following patch implement the Undo I/O manager and undoe2fs.
The patches are on top of latest git(23edf9b4674ced1cdf8625bd609d95dbd62923b3)

-aneesh

^ permalink raw reply	[flat|nested] 4+ messages in thread
* e2fsprogs: Undo I/O manager
@ 2007-05-09  8:12 Aneesh Kumar K.V
  0 siblings, 0 replies; 4+ messages in thread
From: Aneesh Kumar K.V @ 2007-05-09  8:12 UTC (permalink / raw)
  To: linux-ext4, tytso; +Cc: aneesh.kumar

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

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

end of thread, other threads:[~2007-07-11 11:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-11 11:00 e2fsprogs: Undo I/O manager Aneesh Kumar K.V
2007-07-11 11:00 ` [PATCH 1/2] e2fsprogs: Add undo " Aneesh Kumar K.V
2007-07-11 11:00   ` Aneesh Kumar K.V
2007-07-11 11:00   ` [PATCH 2/2] e2fsprogs: Add undoe2fs Aneesh Kumar K.V
2007-07-11 11:00     ` Aneesh Kumar K.V
  -- strict thread matches above, loose matches on Subject: below --
2007-05-09  8:12 e2fsprogs: Undo I/O manager Aneesh Kumar K.V

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.