public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] pdflush fix and enhancement
@ 2008-12-30 23:12 Peter W Morreale
  2008-12-30 23:12 ` [PATCH 1/2] Fix pdflush thread creation upper bound Peter W Morreale
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Peter W Morreale @ 2008-12-30 23:12 UTC (permalink / raw)
  To: linux-kernel

The following series implements a fix for pdflush thread creation and an
enhancement for allowing the setting of the minimum and maximun number
of pdflush threads. 

These patches apply against 2.6.27.

Best,
-PWM

---

Peter W Morreale (2):
      Add /proc controls for pdflush threads
      Fix pdflush thread creation upper bound.


 include/linux/sysctl.h    |    2 ++
 include/linux/writeback.h |    2 ++
 kernel/sysctl.c           |   16 ++++++++++++++++
 mm/pdflush.c              |   42 +++++++++++++++++++++++++++++++++---------
 4 files changed, 53 insertions(+), 9 deletions(-)


^ permalink raw reply	[flat|nested] 23+ messages in thread
* [PATCH 0/2] fix pdflush races and enhancement v2
@ 2008-12-31 19:10 Peter W Morreale
  2008-12-31 19:10 ` [PATCH 2/2] Add /proc controls for pdflush threads Peter W Morreale
  0 siblings, 1 reply; 23+ messages in thread
From: Peter W Morreale @ 2008-12-31 19:10 UTC (permalink / raw)
  To: pmorreale, akpm, andi, linux-kernel, spamtrap

Update of pdflush series, changes since last post:

o Change upper bound patch to include update of last_empty_jifs to throttle 
thread creation to one per second.

o Change new sysctls to use CTL_UNNUMBERED per Andrew Morton

o Use proc_dointvec_minmax and tie bounds of min and max threads to 
the current min/max.  Otherwise the possible combinations of actual
threads makes my head hurt.

o Update Documentation/sysctl/vm.txt with the new entries


Peter W Morreale (2):
      Add /proc controls for pdflush threads
      Fix pdflush thread creation upper bound.


 Documentation/sysctl/vm.txt |   28 ++++++++++++++++++++++++++
 include/linux/writeback.h   |    2 ++
 kernel/sysctl.c             |   25 +++++++++++++++++++++--
 mm/pdflush.c                |   47 ++++++++++++++++++++++++++++++++++---------
 4 files changed, 90 insertions(+), 12 deletions(-)


Best,
-PWM


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

end of thread, other threads:[~2009-01-02  2:08 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 23:12 [PATCH 0/2] pdflush fix and enhancement Peter W Morreale
2008-12-30 23:12 ` [PATCH 1/2] Fix pdflush thread creation upper bound Peter W Morreale
2008-12-30 23:12 ` [PATCH 2/2] Add /proc controls for pdflush threads Peter W Morreale
2008-12-30 23:59   ` Randy Dunlap
2008-12-31  0:15     ` Peter W. Morreale
2008-12-31  2:38     ` Peter W. Morreale
2008-12-31  3:30       ` Randy Dunlap
2008-12-31  8:01   ` Andrew Morton
2008-12-31 14:54     ` Peter W. Morreale
2008-12-31  0:28 ` [PATCH 0/2] pdflush fix and enhancement Andi Kleen
2008-12-31  1:56   ` Peter W. Morreale
2008-12-31  2:46     ` Andi Kleen
2008-12-31  4:11       ` Peter W. Morreale
2008-12-31  7:08         ` Dave Chinner
2008-12-31 15:40           ` Peter W. Morreale
2009-01-01 23:27             ` Dave Chinner
2009-01-02  2:07               ` Peter W. Morreale
2008-12-31 13:27         ` Andi Kleen
2008-12-31 16:08           ` Peter W. Morreale
2009-01-01  1:48             ` Andi Kleen
2008-12-31 11:40       ` Martin Knoblauch
  -- strict thread matches above, loose matches on Subject: below --
2008-12-31 19:10 [PATCH 0/2] fix pdflush races and enhancement v2 Peter W Morreale
2008-12-31 19:10 ` [PATCH 2/2] Add /proc controls for pdflush threads Peter W Morreale
2008-12-31 21:35   ` Rik van Riel

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