linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: fortification for GFP_NOFS allocations
@ 2015-08-19 12:17 mhocko
  2015-08-19 12:17 ` [PATCH 1/2] btrfs: Prevent from early transaction abort mhocko
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: mhocko @ 2015-08-19 12:17 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Chris Mason, Josef Bacik, David Sterba, linux-kernel

Hi,
these two patches were sent as a part of a larger RFC which aims at
allowing GFP_NOFS allocations to fail to help sort out memory reclaim
issues bound to the current behavior
(http://marc.info/?l=linux-mm&m=143876830616538&w=2).

It is clear that move to the GFP_NOFS behavior change is a long term
plan but these patches should be good enough even with that change in
place. It also seems that Chris wasn't opposed and would be willing to
take them http://marc.info/?l=linux-mm&m=143991792427165&w=2 so here we
come. I have rephrased the changeslogs to not refer to the patch which
changes the NOFS behavior.

Just to clarify. These two patches allowed my particular testcase
(mentioned in the cover referenced above) to survive it doesn't mean
that the failing GFP_NOFS are OK now. I have seen some other places
where GFP_NOFS allocation is followed by BUG_ON(ALLOC_FAILED). I have
not encountered them though.

Let me know if you would prefer other changes.


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

end of thread, other threads:[~2015-09-11  8:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19 12:17 [PATCH 0/2] btrfs: fortification for GFP_NOFS allocations mhocko
2015-08-19 12:17 ` [PATCH 1/2] btrfs: Prevent from early transaction abort mhocko
2015-08-19 12:17 ` [PATCH 2/2] btrfs: use __GFP_NOFAIL in alloc_btrfs_bio mhocko
2015-08-19 18:17 ` [PATCH 0/2] btrfs: fortification for GFP_NOFS allocations Chris Mason
2015-09-09 16:13   ` Vlastimil Babka
2015-09-11  8:27     ` Michal Hocko

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