All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Justin Piszcz <jpiszcz@lucidpixels.com>
Cc: linux-kernel@vger.kernel.org, xfs@oss.sgi.com
Subject: Re: Kernel 2.6.30.4 XFS(..?) regression (happened again)
Date: Sat, 15 Aug 2009 22:23:31 -0400	[thread overview]
Message-ID: <20090816022331.GA2309@infradead.org> (raw)
In-Reply-To: <alpine.DEB.2.00.0908110624420.22426@p34.internal.lan>

All your traces seem to have in common that you're block on locks hold
by processed doing I/O.  Especially a lot of page locks which are
controlled by the VM and not the filesystem.  Can you try with commit
8aa7e847d834ed937a9ad37a0f2ad5b8584c1ab0 from 2.6.31-rc applied, or
better directly 2.6.3-rc6?

I would be surprised if this is something inside XFS, but running with
CONFIG_XFS_DEBUG never hurts.

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

WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@infradead.org>
To: Justin Piszcz <jpiszcz@lucidpixels.com>
Cc: Felix Blyakher <felixb@sgi.com>,
	linux-kernel@vger.kernel.org, xfs@oss.sgi.com
Subject: Re: Kernel 2.6.30.4 XFS(..?) regression (happened again)
Date: Sat, 15 Aug 2009 22:23:31 -0400	[thread overview]
Message-ID: <20090816022331.GA2309@infradead.org> (raw)
In-Reply-To: <alpine.DEB.2.00.0908110624420.22426@p34.internal.lan>

All your traces seem to have in common that you're block on locks hold
by processed doing I/O.  Especially a lot of page locks which are
controlled by the VM and not the filesystem.  Can you try with commit
8aa7e847d834ed937a9ad37a0f2ad5b8584c1ab0 from 2.6.31-rc applied, or
better directly 2.6.3-rc6?

I would be surprised if this is something inside XFS, but running with
CONFIG_XFS_DEBUG never hurts.


  reply	other threads:[~2009-08-16  2:23 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-08  8:39 Kernel 2.6.30.4 XFS(..?) regression Justin Piszcz
2009-08-08  8:39 ` Justin Piszcz
2009-08-08 19:31 ` Felix Blyakher
2009-08-08 19:31   ` Felix Blyakher
2009-08-09 10:09   ` Justin Piszcz
2009-08-09 10:09     ` Justin Piszcz
2009-08-11 10:58     ` Kernel 2.6.30.4 XFS(..?) regression (happened again) Justin Piszcz
2009-08-11 10:58       ` Justin Piszcz
2009-08-16  2:23       ` Christoph Hellwig [this message]
2009-08-16  2:23         ` Christoph Hellwig
2009-08-17 14:25         ` Justin Piszcz
2009-08-17 14:25           ` Justin Piszcz
2009-08-22 10:27           ` Kernel 2.6.30.4 XFS(..?) regression (& with/2.6.31-rc6) Justin Piszcz
2009-08-22 10:27             ` Justin Piszcz
2009-08-22 14:25             ` Christoph Hellwig
2009-08-22 14:25               ` Christoph Hellwig
2009-08-22 14:45               ` Justin Piszcz
2009-08-22 14:45                 ` Justin Piszcz
2009-08-22 20:15                 ` Christoph Hellwig
2009-08-22 20:15                   ` Christoph Hellwig
2009-08-22 20:46                   ` Justin Piszcz
2009-08-22 20:46                     ` Justin Piszcz
2009-08-22 20:55                     ` Christoph Hellwig
2009-08-22 20:55                       ` Christoph Hellwig
2009-08-22 21:01                       ` Justin Piszcz
2009-08-22 21:01                         ` Justin Piszcz
2009-08-23 22:45                         ` Christoph Hellwig
2009-08-23 22:45                           ` Christoph Hellwig
2009-08-24 11:04                           ` Justin Piszcz
2009-08-24 11:04                             ` Justin Piszcz
2009-08-26 13:50                             ` Justin Piszcz
2009-08-26 13:50                               ` Justin Piszcz
2009-08-26 18:02                               ` Kernel 2.6.30.4 loop(..?) " Christoph Hellwig
2009-08-26 18:02                                 ` Christoph Hellwig
2009-08-26 21:19                                 ` Justin Piszcz
2009-08-26 21:19                                   ` Justin Piszcz
2009-08-26 21:27                                   ` Christoph Hellwig
2009-08-26 21:27                                     ` Christoph Hellwig
2009-08-26 21:31                                     ` Justin Piszcz
2009-08-26 21:31                                       ` Justin Piszcz
2009-08-28 11:23                                       ` Justin Piszcz
2009-08-28 11:23                                         ` Justin Piszcz
2009-08-28 16:55                                         ` Christoph Hellwig
2009-08-28 16:55                                           ` Christoph Hellwig
2009-09-02 11:45                                         ` Justin Piszcz
2009-09-02 11:45                                           ` Justin Piszcz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090816022331.GA2309@infradead.org \
    --to=hch@infradead.org \
    --cc=jpiszcz@lucidpixels.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.