linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/6] remove dependency on __GFP_NOFAIL for failable allocations
@ 2010-07-21  2:44 David Rientjes
  2010-07-21  2:44 ` [patch 1/6] sparc: remove dependency on __GFP_NOFAIL David Rientjes
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: David Rientjes @ 2010-07-21  2:44 UTC (permalink / raw)
  To: Andrew Morton, David S. Miller, Steve Wise, Al Viro,
	Steven Whitehouse, Jan Kara
  Cc: Benjamin Herrenschmidt, Roland Dreier, Jens Axboe, Bob Peterson,
	Andreas Dilger, Jiri Kosina, linux-mm

This patchset removes __GFP_NOFAIL from various allocations when those 
callers have error handling or the subsystem doesn't absolutely require
success.

This is the first phase of two for the total removal of __GFP_NOFAIL:
this patchset is intended to fix obvious users of __GFP_NOFAIL that are
already failable or otherwise unnecessary.  The second phase will replace
__GFP_NOFAIL with a different gfp which will use all of the page
allocator's resources (direct reclaim, compaction, and the oom killer)
to free memory but not infinitely loop in the allocator itself.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2010-07-23 21:12 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21  2:44 [patch 0/6] remove dependency on __GFP_NOFAIL for failable allocations David Rientjes
2010-07-21  2:44 ` [patch 1/6] sparc: remove dependency on __GFP_NOFAIL David Rientjes
2010-07-21  3:31   ` David Miller
2010-07-21  9:41     ` David Rientjes
2010-07-21  2:44 ` [patch 2/6] infiniband: " David Rientjes
2010-07-21  3:19   ` Steve Wise
2010-07-21 17:55     ` Roland Dreier
2010-07-21  2:45 ` [patch 3/6] fs: " David Rientjes
2010-07-23 19:36   ` Andrew Morton
2010-07-23 19:51     ` David Rientjes
2010-07-23 21:12       ` Pekka Enberg
2010-07-21  2:45 ` [patch 4/6] gfs2: " David Rientjes
2010-07-21  9:24   ` Steven Whitehouse
2010-07-21  9:31     ` David Rientjes
2010-07-21  2:45 ` [patch 6/6] jbd2: " David Rientjes
2010-07-22 14:14   ` Ted Ts'o
2010-07-22 18:09     ` David Rientjes
2010-07-22 23:09       ` Ted Ts'o
2010-07-22 23:24         ` David Rientjes
2010-07-23 14:10           ` Ted Ts'o
2010-07-23 14:57             ` Jan Kara
2010-07-23 15:05               ` Ted Ts'o
2010-07-23 15:32                 ` Jan Kara
2010-07-23 19:40                 ` David Rientjes
2010-07-23 19:52                   ` Ted Ts'o
2010-07-21 19:26 ` [patch 5/6] jbd: " David Rientjes

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).