linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix sys_sync() bug and slightly cleanup the code
@ 2009-04-22 15:56 Jan Kara
  2009-04-22 15:56 ` [PATCH] vfs: Fix sys_sync() and fsync_super() reliability Jan Kara
  2009-04-22 15:56 ` [PATCH] vfs: Merge sync_supers(), sync_filesystems() and sync_blockdevs() Jan Kara
  0 siblings, 2 replies; 11+ messages in thread
From: Jan Kara @ 2009-04-22 15:56 UTC (permalink / raw)
  To: LKML; +Cc: linux-fsdevel, Andrew Morton, Jens Axboe


  Hi,

  this series of two patches fixes a bug in sys_sync() which could result in
not all data being safely on disk after this function returns. It also fixes
the same issue in fsync_super() which leads to assertion failure in JBD with
Jens's per-BDI writeback patches.
  The first patch fixes those two bugs, the second patch just simplifies the
code afterwards.

									Honza

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

end of thread, other threads:[~2009-04-23 13:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-22 15:56 [PATCH 0/2] Fix sys_sync() bug and slightly cleanup the code Jan Kara
2009-04-22 15:56 ` [PATCH] vfs: Fix sys_sync() and fsync_super() reliability Jan Kara
2009-04-22 17:16   ` Trond Myklebust
2009-04-22 17:23     ` Jan Kara
2009-04-23 11:10   ` Christoph Hellwig
2009-04-23 13:07     ` Jan Kara
2009-04-23 13:09       ` Christoph Hellwig
2009-04-22 15:56 ` [PATCH] vfs: Merge sync_supers(), sync_filesystems() and sync_blockdevs() Jan Kara
2009-04-22 17:20   ` Trond Myklebust
2009-04-23 11:06   ` Christoph Hellwig
2009-04-23 12:31   ` Christoph Hellwig

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).