Btrfs: 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)
commit62e2749e03a855d98855f9ce032dbe72d5fad148
treeed12521d1bde4ac7eda7f917b57b3cab1e76539d
parenta1516c8921ce2c148b69493e858d95bc79c92f01
Btrfs: 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

Signed-off-by: Chris Mason <chris.mason@oracle.com>
14 files changed:
fs/btrfs/Makefile
fs/btrfs/TODO
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/dir-item.c [new file with mode: 0644]
fs/btrfs/extent-tree.c
fs/btrfs/hash.c [new file with mode: 0644]
fs/btrfs/hasher.c [new file with mode: 0644]
fs/btrfs/kerncompat.h
fs/btrfs/mkfs.c
fs/btrfs/print-tree.c
fs/btrfs/quick-test.c
fs/btrfs/random-test.c
fs/btrfs/root-tree.c