[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1256647729-29834-1-git-send-email-jack@suse.cz>
Date: Tue, 27 Oct 2009 13:48:45 +0100
From: Jan Kara <jack@...e.cz>
To: linux-ext4@...r.kernel.org
Cc: tytso@....edu
Subject: [PATCH 0/4] Fix fsync on ext3 and ext4 (v2)
Hi,
this is a second try for a patchset which makes ext3 and ext4 properly force
a transaction commit when needed. We now do not rely on buffer dirty bits
(which does not work as pdflush can just clear them without forcing a
transaction commit) but rather keep transaction ids that need to be committed
for each inode.
Since last version, I've implemented Aneesh's and Curt's comments and also
fixed a missing initialization of the fields. I've tested that now the patch
works correctly for uninitialized extents as well as for standard writes. If
noone objects, would you merge the ext4 part Ted? I'll take care of the ext3
patch.
Honza
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists