HAMMER 7/many - deletions, overwrites, B-Tree work.
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 26 Nov 2007 21:38:37 +0000 (21:38 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 26 Nov 2007 21:38:37 +0000 (21:38 +0000)
commit7637693317077cd2733fb000ba8ffcfed00efb57
tree248238a2b9f4c25ae401a3b0c87a0f132cfb8878
parentdd4df7e9be017096277f538515bf2f2a5dde88da
HAMMER 7/many - deletions, overwrites, B-Tree work.

Fix numerous tag-ends related to file deletions and overwrites and get the
B-Tree insertion algorithm working properly.  Also get the memory cache
squared away, particularly when dealing with temporary files.
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_btree.c
sys/vfs/hammer/hammer_cursor.c
sys/vfs/hammer/hammer_inode.c
sys/vfs/hammer/hammer_object.c
sys/vfs/hammer/hammer_ondisk.c
sys/vfs/hammer/hammer_vnops.c