login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
September
»
28
Re: A unresponsive file system can hang all I/O in the system on linux-2.6.23-rc6 (dirty_thresh problem?)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Trond Myklebust
Subject:
Re: A unresponsive file system can hang all I/O in the system on linux-2.6.23-rc6 (dirty_thresh problem?)
Date: Friday, September 28, 2007 - 12:16 pm
On Fri, 2007-09-28 at 11:49 -0700, Andrew Morton wrote:
quoted text
> On Fri, 28 Sep 2007 13:00:53 -0400 Trond Myklebust <trond.myklebust@fys.uio.no> wrote: > > Do these patches also cause the memory reclaimers to steer clear of > > devices that are congested (and stop waiting on a congested device if > > they see that it remains congested for a long period of time)? Most of > > the collateral blocking I see tends to happen in memory allocation... > > > > No, they don't attempt to do that, but I suspect they put in place > infrastructure which could be used to improve direct-reclaimer latency. In > the throttle_vm_writeout() path, at least. > > Do you know where the stalls are occurring? throttle_vm_writeout(), or via > direct calls to congestion_wait() from page_alloc.c and vmscan.c? (running > sysrq-w five or ten times will probably be enough to determine this)
Looking back, they were getting caught up in balance_dirty_pages_ratelimited() and friends. See the attached example... Cheers Trond
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
A unresponsive file system can hang all I/O in the system ...
, Chakri n
, (Thu Sep 27, 11:32 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Andrew Morton
, (Thu Sep 27, 11:50 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Peter Zijlstra
, (Thu Sep 27, 11:59 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Chakri n
, (Fri Sep 28, 1:27 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Peter Zijlstra
, (Fri Sep 28, 1:40 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Chakri n
, (Fri Sep 28, 2:01 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Peter Zijlstra
, (Fri Sep 28, 2:12 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Chakri n
, (Fri Sep 28, 2:20 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Peter Zijlstra
, (Fri Sep 28, 2:23 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Chakri n
, (Fri Sep 28, 3:36 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Jonathan Corbet
, (Fri Sep 28, 6:28 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Peter Zijlstra
, (Fri Sep 28, 6:35 am)
Re: [linux-pm] Re: A unresponsive file system can hang all ...
, Alan Stern
, (Fri Sep 28, 9:45 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Trond Myklebust
, (Fri Sep 28, 10:00 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Andrew Morton
, (Fri Sep 28, 11:04 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Peter Zijlstra
, (Fri Sep 28, 11:48 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Andrew Morton
, (Fri Sep 28, 11:49 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Trond Myklebust
, (Fri Sep 28, 12:16 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Andrew Morton
, (Fri Sep 28, 12:16 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Andrew Morton
, (Fri Sep 28, 12:26 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Trond Myklebust
, (Fri Sep 28, 12:52 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Andrew Morton
, (Fri Sep 28, 1:10 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Daniel Phillips
, (Fri Sep 28, 1:24 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Trond Myklebust
, (Fri Sep 28, 1:32 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Andrew Morton
, (Fri Sep 28, 1:43 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Chakri n
, (Fri Sep 28, 2:36 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Chakri n
, (Fri Sep 28, 4:33 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Daniel Phillips
, (Fri Sep 28, 5:46 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Daniel Phillips
, (Fri Sep 28, 6:27 pm)
KDB?
, Daniel Phillips
, (Fri Sep 28, 6:51 pm)
Re: A unresponsive file system can hang all I/O in the sys ...
, Fengguang Wu
, (Sat Sep 29, 4:04 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Peter Zijlstra
, (Sat Sep 29, 4:48 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Fengguang Wu
, (Sat Sep 29, 5:28 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Peter Zijlstra
, (Sat Sep 29, 7:43 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Chuck Ebbert
, (Mon Oct 1, 8:57 am)
[PATCH] writeback: avoid possible balance_dirty_pages() lo ...
, Fengguang Wu
, (Mon Oct 1, 7:00 pm)
Re: [PATCH] writeback: avoid possible balance_dirty_pages( ...
, Andrew Morton
, (Mon Oct 1, 7:14 pm)
Re: [PATCH] writeback: avoid possible balance_dirty_pages( ...
, Fengguang Wu
, (Tue Oct 2, 5:13 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Peter Zijlstra
, (Tue Oct 2, 6:36 am)
Re: A unresponsive file system can hang all I/O in the sys ...
, Randy Dunlap
, (Tue Oct 2, 8:42 am)
[PATCH] lockstat: documentation
, Peter Zijlstra
, (Wed Oct 3, 2:28 am)
Re: [PATCH] lockstat: documentation
, Ingo Molnar
, (Wed Oct 3, 2:35 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
David Daney
[PATCH 5/7] Staging: Octeon Ethernet: Convert to NAPI.
Wolfgang Grandegger
[PATCH net-next v4 1/3] can: mscan: fix improper return if dlc < 8 in start_xmi...
Amit Kumar Salecha
[PATCHv3 NEXT 2/2] NET: Add Qlogic ethernet driver for CNA devices
openbsd-misc
:
Theo de Raadt
Re: Old IPSEC bug
Tomáš Bodžár
Problem with vpnc connection - check group password !
Insan Praja SW
Mandoc Compiling Error
Carl Roberso
Re: Cannot change MTU of carp interface?
Richard Daemon
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate