During deletes and truncate, remove many items at once from the tree
[platform/upstream/btrfs-progs.git] / ctree.c
2008-01-29 Chris MasonDuring deletes and truncate, remove many items at once...
2008-01-17 YanRemove kernel-space header in btrfs-progs
2008-01-04 YanUpdate btrfs-progs to match kernel sources
2007-12-11 Chris MasonAdd back pointers from extents to the file or btree...
2007-12-09 Chris MasonAdd generation numbers to block pointers
2007-12-05 YanUpdate btrfs-progs to better match the kernel
2007-10-15 Chris MasonSwitch to byte granular allocations
2007-10-15 Chris MasonAllow large blocks
2007-06-12 Chris Masonadd GPLv2
2007-04-26 Chris Masonstart of block group code
2007-04-23 Chris Masonfaster btrfsck
2007-04-21 Chris Masonadd owner and type fields to the extents aand block...
2007-04-19 Chris Masonbring back the inode number directory index
2007-04-17 Chris Masonrework csum and extent item ordering
2007-04-10 Chris Masondrop owner and parentid
2007-03-29 Chris Masoncsum data struct changes
2007-03-27 Chris Masonadd generation to file extents
2007-03-17 Chris Masonminor comments
2007-03-16 Chris Masontransaction handles everywhere
2007-03-16 Chris Masonpin freed blocks from the FS tree too
2007-03-16 Chris Masonadd a name_len to dir items, reorder key
2007-03-15 Chris MasonUse a chunk of the key flags to record the item type.
2007-03-14 Chris Masonvariable block size support
2007-03-13 Chris Masonmerge leaves before split
2007-03-13 Chris Masonmake some funcs static
2007-03-13 Chris Masonrename funcs and structs to btrfs
2007-03-13 Chris Masonnode->blockptrs endian fixes
2007-03-13 Chris Masonstruct item endian fixes
2007-03-12 Chris Masonstruct key endian fixes
2007-03-12 Chris Masonget/set for struct header fields
2007-03-07 Chris Masonget rid of add recursion
2007-03-07 Chris MasonFixup reference counting on cows
2007-03-02 Chris Masonearly reference counting
2007-03-02 Chris MasonFix extent code to use merge during delete
2007-03-01 Chris Masonpretend page cache & commit code
2007-03-01 Chris MasonFixup the code to merge during path walks
2007-03-01 Chris Masonmerge on the way down during deletes
2007-02-28 Chris Masonmore return code checking
2007-02-28 Chris Masonreturn code checking
2007-02-28 Chris MasonTake out the merge-during-search-on-delete code, it...
2007-02-26 Chris MasonAdd fsx-style randomized tree tester
2007-02-24 Chris Masoncleanup & comment
2007-02-24 Chris Masonpush_leaf_right
2007-02-24 Chris MasonBreak up ctree.c a little
2007-02-23 Chris MasonBlock sized tree extents and extent deletion
2007-02-22 Chris Masonswitch to early splits
2007-02-21 Chris Masonextent fixes
2007-02-20 Chris Masonearly extent mapping support
2007-02-02 Chris MasonCommenting/cleanup
2007-02-02 Chris MasonAdd backing store, memory management
2007-01-26 Chris MasonFaster deletes, add Makefile and kerncompat
2007-01-26 Chris MasonInitial checkin, basic working tree code