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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 2 Apr 2009 19:45:24 -0700 (PDT)
From:	Christian Kujau <lists@...dbynature.de>
To:	Theodore Tso <tytso@....edu>
cc:	Artem Bityutskiy <Artem.Bityutskiy@...ia.com>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: EXT4-ish "fixes" in UBIFS

On Thu, 2 Apr 2009, Theodore Tso wrote:
> It will, but you might not like the performance....  the reason why
> it's there is that some users might want the particular tradeoff, but
> it probably wouldn't make a good default.

Thanks for confirming this. Yes, I know about the performance impact, but 
perhaps it's feasible for some setups.

Christian.

PS: I was curious *how* bad the impact was and so I tried generating a
    477 MB tarball, first on an async, then on an sync mounted partition:

   /dev/md0 /mnt/md0 ext4 rw,noatime,barrier=1,data=ordered
   $ time tar -cf /mnt/md0/test.tar /usr
   real	1m36.615s

   /dev/md0 /mnt/md0 ext4 rw,sync,noatime,barrier=1,data=ordered
   $ time tar -cf /mnt/md0/test.tar /usr
   real	5m23.793s

-- 
Bruce Schneier does not get kidney stones. He gets Rosetta Stones.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ