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] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 27 Apr 2008 21:43:05 -0700
From:	"Ulrich Drepper" <drepper@...il.com>
To:	"Soeren Sandmann" <sandmann@...mi.au.dk>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: stat benchmark

On Thu, Apr 24, 2008 at 1:59 PM, Soeren Sandmann <sandmann@...mi.au.dk> wrote:
>  So I am looking for ways to improve this.

Aside from what has already been proposed there is also the
readdirplus() route.  Unfortunately the people behind this and related
proposals vanished after the last discussions.  I was  hoping they
come back with a revised proposal but perhaps not.  Maybe it's time to
pick up the ball myself.

As a reminder, readdirplus() is an extended readdir() which also
returns (a subset of) the stat information for the file at the same
time.  The subset part is needed to account for the different
information contained in the inodes.  For most applications the subset
should be sufficient and therefore all that's needed is a single
iteration over the directory.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists