lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 25 Nov 2018 21:57:35 -0500
From:   "Theodore Y. Ts'o" <tytso@....edu>
To:     "Darrick J. Wong" <darrick.wong@...cle.com>
Cc:     linux-ext4 <linux-ext4@...r.kernel.org>, Elana.Hashman@...sigma.com
Subject: Re: [PATCH] e2freefrag: fix free blocks count during live scan

On Thu, Nov 08, 2018 at 10:44:31AM -0800, Darrick J. Wong wrote:
> From: Darrick J. Wong <darrick.wong@...cle.com>
> 
> In e2freefrag live scan mode, we take the free block count from the
> ondisk superblock.  This leads to screwy histogram percentages:
> 
> Extent Size Range :  Free extents   Free Blocks  Percent
>     4M...    8M-  :             5          8234    1.05%
>    64M...  128M-  :             2         52279    6.64%
>   512M... 1024M-  :             1        202752   25.74%
> 
> ...because there could be superblock updates in the journal that haven't
> yet been checkpointed.  The online scan is perfectly capable of tallying
> the free blocks on its own, so teach it do that and make a more accurate
> report.
> 
> Reported-by: Elana Hashman <Elana.Hashman@...sigma.com>
> Signed-off-by: Darrick J. Wong <darrick.wong@...cle.com>

Thanks, applied.

					- Ted

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ