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>] [day] [month] [year] [list]
Date:	Sat, 07 May 2011 16:53:50 -0700
From:	Allison Henderson <achender@...ux.vnet.ibm.com>
To:	Ext4 Developers List <linux-ext4@...r.kernel.org>
CC:	Jan Kara <jack@...e.cz>
Subject: Ext4 Punch Hole Change Summary v6->v7

Hi All,

This is an updated copy of punch hole that has the while loop 
optimization for ext4_ext_remove_space (in patch 3/5).  The optimization 
limits the tree searching to only the extents that are to be removed 
instead of searching the entire tree.

Also, I updated my base code to the latest copy of the ext4 code, and 
one of the punch hole test cases found a null pointer bug when trying to 
create a directory when the disk is full.  It is not directly related to 
punch hole, so I put it in a separate patch.  Jan, this looks like it 
may have been related to the "[PATCH 1/2] ext4: Fix fs corruption when 
make_indexed_dir() fails" patch.  Would you mind taking a look at it and 
giving it your OK if everything looks good?  Thx!

Allison Henderson
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists