All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ext3: crossport ext3 sb_lock changes
@ 2009-12-14 18:55 Eric Sandeen
  2009-12-14 18:59 ` [PATCH 1/4] ext3: Remove outdated comment about lock_super() Eric Sandeen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Sandeen @ 2009-12-14 18:55 UTC (permalink / raw)
  To: ext4 development; +Cc: Jan Kara, Theodore Tso

I ran into a deadlock in ext3 resize due to orphan list manipulation
and filesystem resizing both wanting to grab the sb_lock, and stepping
on each other.

This patch series backports 4 ext4 commits to ext3, pretty trivial
changes to un-overload the superblock lock.

Thanks,
-Eric

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 18:55 [PATCH 0/4] ext3: crossport ext3 sb_lock changes Eric Sandeen
2009-12-14 18:59 ` [PATCH 1/4] ext3: Remove outdated comment about lock_super() Eric Sandeen
2009-12-14 18:59 ` [PATCH 2/4] ext3: ext3_mark_recovery_complete() doesn't need to use lock_super Eric Sandeen
2009-12-14 19:00 ` [PATCH 3/4] ext3: Replace lock/unlock_super() with an explicit lock for the orphan list Eric Sandeen
2009-12-14 19:01 ` [PATCH 4/4] ext3: Replace lock/unlock_super() with an explicit lock for resizing Eric Sandeen

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.