public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] xfs: fix up EFI/EFD error handling
@ 2015-07-23 20:13 Brian Foster
  2015-07-23 20:13 ` [PATCH RFC 1/2] xfs: return committed status from xfs_trans_roll() Brian Foster
  2015-07-23 20:13 ` [PATCH RFC 2/2] xfs: fix efi/efd error handling to avoid fs shutdown hangs Brian Foster
  0 siblings, 2 replies; 10+ messages in thread
From: Brian Foster @ 2015-07-23 20:13 UTC (permalink / raw)
  To: xfs

Hi all,

This is another quick RFC related to testing issues I'm hitting with my
previously posted log recovery fixes. Patch 1 is a small refactor to
support patch 2. Patch 2 describes the issues I'm hitting in repeated
shutdown and log recovery testing.

This passes some spot testing and seems to resolve the hang from the
test sequence described in the commit log description, but more testing
is definitely required. I _think_ I follow the log callbacks and how the
EFI/EFD are expected to be managed, but I could easily be missing
something. As it is, I'm off for a long weekend after today so I'm
sending this to hopefully get some eyes to sanity check before I get too
deep into testing this along with the previous fixes next week...

Brian

Brian Foster (2):
  xfs: return committed status from xfs_trans_roll()
  xfs: fix efi/efd error handling to avoid fs shutdown hangs

 fs/xfs/xfs_bmap_util.c    | 35 ++++++++++++++++++++--------
 fs/xfs/xfs_extfree_item.c | 59 +++++++++++++++++++++++++----------------------
 fs/xfs/xfs_trans.c        | 15 ++++++++++--
 fs/xfs/xfs_trans.h        |  1 +
 4 files changed, 71 insertions(+), 39 deletions(-)

-- 
2.1.0

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2015-08-10 18:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 20:13 [PATCH RFC 0/2] xfs: fix up EFI/EFD error handling Brian Foster
2015-07-23 20:13 ` [PATCH RFC 1/2] xfs: return committed status from xfs_trans_roll() Brian Foster
2015-07-28  0:40   ` Dave Chinner
2015-07-28 13:40     ` Brian Foster
2015-07-28 21:51       ` Dave Chinner
2015-07-29 11:47         ` Brian Foster
2015-07-30 17:21       ` Christoph Hellwig
2015-08-10 18:55     ` Brian Foster
2015-07-23 20:13 ` [PATCH RFC 2/2] xfs: fix efi/efd error handling to avoid fs shutdown hangs Brian Foster
2015-07-29 22:18   ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox