linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] read-only remount race fix v10
@ 2011-11-21 11:11 Miklos Szeredi
  2011-11-21 11:11 ` [PATCH 1/4] vfs: keep list of mounts for each superblock Miklos Szeredi
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Miklos Szeredi @ 2011-11-21 11:11 UTC (permalink / raw)
  To: viro; +Cc: hch, linux-fsdevel, linux-kernel, jack, akpm, toshi.okajima,
	mszeredi

Al,

Please apply the following patches that fix read-only remount races.

Git tree is here:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git read-only-remount-fixes.v10

Thanks,
Miklos
---
Miklos Szeredi (4):
      vfs: keep list of mounts for each superblock
      vfs: protect remounting superblock read-only
      vfs: count unlinked inodes
      vfs: prevent remount read-only if pending removes

---
 fs/file_table.c       |   23 -------------
 fs/inode.c            |   85 +++++++++++++++++++++++++++++++++++++++++++++++++
 fs/internal.h         |    1 +
 fs/namespace.c        |   57 ++++++++++++++++++++++++++++++++-
 fs/super.c            |   20 +++++++++--
 include/linux/fs.h    |   67 ++++++--------------------------------
 include/linux/mount.h |    1 +
 7 files changed, 170 insertions(+), 84 deletions(-)


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

end of thread, other threads:[~2011-12-19 16:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-21 11:11 [PATCH 0/4] read-only remount race fix v10 Miklos Szeredi
2011-11-21 11:11 ` [PATCH 1/4] vfs: keep list of mounts for each superblock Miklos Szeredi
2011-11-21 11:11 ` [PATCH 2/4] vfs: protect remounting superblock read-only Miklos Szeredi
2011-11-21 11:11 ` [PATCH 3/4] vfs: count unlinked inodes Miklos Szeredi
2011-11-21 11:34   ` Christoph Hellwig
2011-11-21 11:51     ` Miklos Szeredi
2011-12-17  7:36   ` Al Viro
2011-12-19 14:38     ` Steven Whitehouse
2011-12-19 16:03       ` Miklos Szeredi
2011-12-19 16:14         ` Steven Whitehouse
2011-11-21 11:11 ` [PATCH 4/4] vfs: prevent remount read-only if pending removes Miklos Szeredi
2011-11-28  9:39 ` [PATCH 0/4] read-only remount race fix v10 Miklos Szeredi
2011-12-07  8:40   ` Miklos Szeredi

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