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:	Sat, 19 Jun 2010 10:51:22 +0200
From:	Andi Kleen <andi@...stfloor.org>
To:	Zhihui Zhang <zzhsuny@...il.com>
Cc:	linux-kernel@...r.kernel.org, linux-btrfs@...r.kernel.org
Subject: Re: idea about internal fragmentation in Btrfs

Zhihui Zhang <zzhsuny@...il.com> writes:

> I wish Btrfs well, so I would venture an idea for this specific case
> mentioned by Edward Shishkin today.
>
> Everyone knows that B-tree has internal and leaf nodes.  Can we make
> the root as the leaf?  In other words, if you
> create a 2K file, the B-tree will have only one node, which is both
> the root and the leaf. Of course, you need some flag to
> say this is a "degenerated" form of B-tree. Please cc me if you want
> my response.

You need to copy linux-btrfs to reach btrfs developers.
Ccs added

The problem with your idea is that on btrfs there's only 
a single tree for the whole fs (or whole snapshot rather)
So it would only work for a single file because there's
only a single root.

-Andi
-- 
ak@...ux.intel.com -- Speaking for myself only.
--
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