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:	Mon, 06 Jun 2011 16:43:37 -0700
From:	Allison Henderson <achender@...t.ibm.com>
To:	Ext4 Developers List <linux-ext4@...r.kernel.org>
Subject: PATCH 0/2 v2] EXT4: Punch Hole Optimizations

Hi all,





We realized late that we could optimize the punch hole code by skipping

ext4_ext_remove_space, and directly calling ext4_ext_rm_leaf.  Since

punch hole is done through map blocks, the path to the extent is already

known, so we do not need to look it up again. The extra parameter that

was added in ext4_ext_remove_space is removed since we no longer need it.

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ