All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Patches for gfs2_lookup_by_inum deadlock
@ 2016-06-20 15:55 ` Bob Peterson
  0 siblings, 0 replies; 12+ messages in thread
From: Bob Peterson @ 2016-06-20 15:55 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: cluster-devel

Hi,

This is a set of four patches from Andreas Gruenbacher that fix the
gfs2_lookup_by_inum deadlock problem, plus a few bugs we've uncovered
during testing, and a cleanup or two. I've been working with Andreas
for a while now, and we've both made several attempts to fix this
problem in the past, in regard to the transition of dinodes from the
"unlinked" to the "free" state. This is the latest attempt, and it
seems to be working well.

I sent the first 3 patches on 15 June, and Andreas had posted some of
this as well, but I wanted to add the fourth patch, plus cc linux-fsdevel.

Prior to that, a previous version was posted which included a patch to
VFS, but Al Viro didn't like that. That design was scrapped in favor
of this one, which is simpler and confined to GFS2. Hopefully Al will
like this implementation.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
---
Andreas Gruenbacher (4):
  gfs2: Fix gfs2_lookup_by_inum lock inversion
  gfs2: Get rid of gfs2_ilookup
  gfs2: Large-filesystem fix for 32-bit systems
  gfs2: Lock holder cleanup

 fs/gfs2/dentry.c     |   2 +-
 fs/gfs2/dir.c        |   3 +-
 fs/gfs2/export.c     |  11 -----
 fs/gfs2/file.c       |   2 +-
 fs/gfs2/glock.c      |  11 +----
 fs/gfs2/glock.h      |  10 ++++
 fs/gfs2/inode.c      | 128 ++++++++++++++++++++++++++++++++++-----------------
 fs/gfs2/inode.h      |   4 +-
 fs/gfs2/main.c       |   2 +-
 fs/gfs2/ops_fstype.c |   3 +-
 fs/gfs2/quota.c      |   2 +-
 fs/gfs2/rgrp.c       |   4 +-
 fs/gfs2/super.c      |  24 ++++++----
 13 files changed, 123 insertions(+), 83 deletions(-)

-- 
2.5.5


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

end of thread, other threads:[~2016-06-24 11:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-20 15:55 [PATCH 0/4] Patches for gfs2_lookup_by_inum deadlock Bob Peterson
2016-06-20 15:55 ` [Cluster-devel] " Bob Peterson
2016-06-20 15:55 ` [PATCH 1/4] gfs2: Fix gfs2_lookup_by_inum lock inversion Bob Peterson
2016-06-20 15:55   ` [Cluster-devel] " Bob Peterson
2016-06-20 15:55 ` [PATCH 2/4] gfs2: Get rid of gfs2_ilookup Bob Peterson
2016-06-20 15:55   ` [Cluster-devel] " Bob Peterson
2016-06-20 15:55 ` [PATCH 3/4] gfs2: Large-filesystem fix for 32-bit systems Bob Peterson
2016-06-20 15:55   ` [Cluster-devel] " Bob Peterson
2016-06-20 15:55 ` [PATCH 4/4] gfs2: Lock holder cleanup Bob Peterson
2016-06-20 15:55   ` [Cluster-devel] " Bob Peterson
2016-06-24 11:04 ` [Cluster-devel] [PATCH 0/4] Patches for gfs2_lookup_by_inum deadlock Steven Whitehouse
2016-06-24 11:04   ` Steven Whitehouse

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.