linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Xavier Roche <roche+kml2@exalead.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [XFS] Kernel (2.6.11) deadlock in user mode when writing data through mmap on large files (64-bit systems)
Date: Tue, 10 May 2005 18:01:30 +0100	[thread overview]
Message-ID: <20050510170129.GA1320@infradead.org> (raw)
In-Reply-To: <4280D292.2030509@exalead.com>

This is a known problem, or rather two of them:

 1) when dirtying lots of memory via mmap writeout happens pretty randmomly
    inside the file and the filesystem has problems creating nice clusters.
    In the case of extent based filesystems that's really bad as the extent
    map is fragmented now
 2) XFS keeps each inode's extent map in one single memory block.

You're seeing allocation errors where we are trying to realloc that memory
block.

Could you try the patches that Nikita posted to -mm that should improve
this behaviour?

  reply	other threads:[~2005-05-10 17:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-09 13:18 Kernel (2.6.11) deadlock in user mode when writing data through mmap on large files (64-bit systems, xfs or ext3) Xavier Roche
2005-05-10 15:26 ` [XFS] Kernel (2.6.11) deadlock in user mode when writing data through mmap on large files (64-bit systems) Xavier Roche
2005-05-10 17:01   ` Christoph Hellwig [this message]
2005-05-12  9:19     ` [XFS] Kernel (2.6.11) deadlock (kernel hang) " Xavier Roche
2005-05-16  9:40       ` Christoph Hellwig

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=20050510170129.GA1320@infradead.org \
    --to=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=roche+kml2@exalead.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 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).