Use a chunk of the key flags to record the item type.
authorChris Mason <chris.mason@oracle.com>
Thu, 15 Mar 2007 16:56:47 +0000 (12:56 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Thu, 15 Mar 2007 16:56:47 +0000 (12:56 -0400)
commitda99898c78a5c580ef1cb54fdcbd66cb7d48d429
tree900b308ad2abe7abbb13030ff2272c71b849916d
parentc8afca944b9cf606924adf5c0efaef4132f9d8cd
Use a chunk of the key flags to record the item type.
Add (untested and simple) directory item code
Fix comp_keys to use the new key ordering
Add btrfs_insert_empty_item
14 files changed:
Makefile
TODO
ctree.c
ctree.h
dir-item.c [new file with mode: 0644]
extent-tree.c
hash.c [new file with mode: 0644]
hasher.c [new file with mode: 0644]
kerncompat.h
mkfs.c
print-tree.c
quick-test.c
random-test.c
root-tree.c