Hi, the patch series below fixes the problem ext3 and ext4 has that we rely on inode dirty bits for correct fsync. This has two problems: a) ext3 and ext4 often does not set them (as they call ext?_mark_inode_dirty) and thus only quota code sets the dirty bit as a sideeffect. b) pdflush can come in and clear the dirty bit any time (thanks to Chris for pointing out this). The second and third patch in the series are just minor bug fixes to ext4. I did some basic testing to verify that the code does what I'd expect it to do but an extra pair of eyes checking the new code would be helpful... Honza -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html