From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Sandeen Subject: Re: [PATCH] - catch blocks beyond pagecache limit in __getblk_slow Date: Mon, 06 Nov 2006 16:31:54 -0600 Message-ID: <454FB7DA.5070305@redhat.com> References: <454FB710.2030108@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Linux Kernel Mailing List , linux-fsdevel Return-path: Received: from mx1.redhat.com ([66.187.233.31]:52894 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1753880AbWKFWb4 (ORCPT ); Mon, 6 Nov 2006 17:31:56 -0500 To: Eric Sandeen In-Reply-To: <454FB710.2030108@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Eric Sandeen wrote: > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=206328 > > has a nice analysis of what can go wrong when we try to read blocks which > are at extremely high offsets, when our sector_t is 64 bits but our pgoff_t > is only 32. The cases in question that I've seen are the result of filesystem > corruption. Urk, scratch that I see a fix is already in. http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=e5657933863f43cc6bb76a54d659303dafaa9e58 -Eric