linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5 resend] fix s_umount thaw/write and journal deadlock
@ 2011-12-05 20:54 Kamal Mostafa
  2011-12-05 20:54 ` [PATCH 1/5 resend] Adding support to freeze and unfreeze a journal Kamal Mostafa
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Kamal Mostafa @ 2011-12-05 20:54 UTC (permalink / raw)
  To: Jan Kara, Alexander Viro, Andreas Dilger, Matthew Wilcox,
	Randy Dunlap, Theodore Tso
  Cc: linux-doc, linux-ext4, linux-fsdevel, linux-kernel,
	Surbhi Palande, Valerie Aurora, Kamal Mostafa,
	Christopher Chaltain, Peter M. Petrakis, Mikulas Patocka

[resend: This is an unchanged resend of the patches sent on 2011-11-30,
 which were apparently not delivered to some recipients.]

This set of filesystem freeze/thaw deadlock patches is submitted
on behalf of the authors, Surbhi Palande and Valerie Aurora.  The
patches fix the bug:

BugLink: https://bugs.launchpad.net/bugs/897421

Surbhi Palande (2):
  Adding support to freeze and unfreeze a journal
  Thaw the journal when you unfreeze the fs.

Valerie Aurora (3):
  VFS: Fix s_umount thaw/write deadlock
  VFS: Rename vfs_check_frozen() to
  Documentation: Correct s_umount state for

 Documentation/filesystems/Locking |    4 +-
 fs/btrfs/disk-io.c                |    4 +-
 fs/btrfs/file.c                   |    2 +-
 fs/buffer.c                       |    7 +++--
 fs/drop_caches.c                  |    8 ++++++
 fs/ext4/inode.c                   |    2 +-
 fs/ext4/super.c                   |   28 +++++++++------------
 fs/fs-writeback.c                 |   50 ++++++++++++++++++++++++------------
 fs/fuse/file.c                    |    2 +-
 fs/gfs2/file.c                    |    2 +-
 fs/jbd2/journal.c                 |    1 +
 fs/jbd2/transaction.c             |   42 +++++++++++++++++++++++++++++++
 fs/nilfs2/ioctl.c                 |    2 +-
 fs/nilfs2/segment.c               |    2 +-
 fs/ntfs/file.c                    |    2 +-
 fs/ocfs2/file.c                   |    2 +-
 fs/quota/quota.c                  |   12 ++++++++-
 fs/super.c                        |   26 +++++++++++++++++++
 fs/sync.c                         |    9 +++---
 fs/xfs/xfs_mount.h                |    2 +-
 include/linux/fs.h                |    8 ++++-
 include/linux/jbd2.h              |    7 +++++
 mm/filemap.c                      |    2 +-
 mm/filemap_xip.c                  |    2 +-
 24 files changed, 170 insertions(+), 58 deletions(-)


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

end of thread, other threads:[~2011-12-09 11:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 20:54 [PATCH 0/5 resend] fix s_umount thaw/write and journal deadlock Kamal Mostafa
2011-12-05 20:54 ` [PATCH 1/5 resend] Adding support to freeze and unfreeze a journal Kamal Mostafa
2011-12-06 14:25   ` Matthew Wilcox
2011-12-05 20:54 ` [PATCH 2/5 resend] Thaw the journal when you unfreeze the fs Kamal Mostafa
2011-12-06 11:07   ` Matt Fleming
2011-12-06 16:22     ` Eric Sandeen
2011-12-05 20:54 ` [PATCH 3/5 resend] VFS: Fix s_umount thaw/write deadlock Kamal Mostafa
2011-12-06 11:35   ` Christoph Hellwig
2011-12-07 23:16     ` Jan Kara
2011-12-07 23:49       ` Matthew Wilcox
2011-12-08  0:05         ` Jan Kara
2011-12-09 11:47       ` Christoph Hellwig
2011-12-05 20:54 ` [PATCH 4/5 resend] VFS: Rename vfs_check_frozen() to vfs_block_until_thawed() Kamal Mostafa
2011-12-06 11:40   ` Christoph Hellwig
2011-12-07 22:46     ` Jan Kara
2011-12-05 20:54 ` [PATCH 5/5 resend] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs Kamal Mostafa
2011-12-06 11:40   ` 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).