All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] two patches about B-tree corruptions in hfs and hfsplus
@ 2015-06-28  1:39 Hin-Tak Leung
  2015-06-28  1:39 ` [PATCH v2] hfs,hfsplus: cache pages correctly between bnode_create and bnode_free Hin-Tak Leung
  2015-06-28  1:39 ` [PATCH] hfs: fix B-tree corruption after insertion at position 0 Hin-Tak Leung
  0 siblings, 2 replies; 16+ messages in thread
From: Hin-Tak Leung @ 2015-06-28  1:39 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Hin-Tak Leung

From: Hin-Tak Leung <htl10@users.sourceforge.net>

At least 4 people had expressed concerns about the clarity of the patch
description of Sergei Antonov's "hfsplus: release bnode pages after use, not
before"; but also at least two people (me and Anton Altaparmakov) besides
Sergei really think the issue addressed by the patch is important to fix and
should be fixed soon.

So here is an attempt to write a different and hopefully clearer patch
description. Along the way, I also think it would be a good idea to keep the
hfs and hfsplus code in sync where it is obvious to do so, so the first patch
is a combo hfs+hfsplus one, but otherwise functionally identical to Sergei's.
The 2nd patch is an hfs follow-up to a previous hfsplus change.

Hin-Tak Leung (2):
  hfs,hfsplus: cache pages correctly between bnode_create and bnode_free
  hfs: fix B-tree corruption after insertion at position 0

 fs/hfs/bnode.c     |  9 ++++-----
 fs/hfs/brec.c      | 20 +++++++++++---------
 fs/hfsplus/bnode.c |  3 ---
 3 files changed, 15 insertions(+), 17 deletions(-)

-- 
2.4.3


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

end of thread, other threads:[~2015-08-03 13:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-28  1:39 [PATCH 0/2] two patches about B-tree corruptions in hfs and hfsplus Hin-Tak Leung
2015-06-28  1:39 ` [PATCH v2] hfs,hfsplus: cache pages correctly between bnode_create and bnode_free Hin-Tak Leung
2015-06-28 18:52   ` Sergei Antonov
2015-06-30 15:40     ` Hin-Tak Leung
2015-07-01 16:09       ` Sergei Antonov
2015-07-01 23:24         ` Hin-Tak Leung
2015-07-02 17:04           ` Sergei Antonov
2015-07-02 18:02             ` Hin-Tak Leung
2015-07-07 22:19               ` Andrew Morton
2015-07-07 23:19                 ` Sergei Antonov
2015-07-08 14:58                 ` Sergei Antonov
2015-07-08 15:29                   ` Hin-Tak Leung
2015-08-03 13:33                 ` Luc Pionchon
2015-06-30 15:55   ` Fwd: " Hin-Tak Leung
     [not found]     ` <CABbL6oanheE9JAwevN8Mrf-5o=y-e7JV2Nt4VW_-iW9Pt3jQuQ@mail.gmail.com>
     [not found]       ` <CABbL6oZ2vQsU9xG+vh_GkmfHHdcZvSYPcZYjUpnZq-r3b_HjPQ@mail.gmail.com>
2015-07-01 23:29         ` Hin-Tak Leung
2015-06-28  1:39 ` [PATCH] hfs: fix B-tree corruption after insertion at position 0 Hin-Tak Leung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.