Btrfs: get rid of the extent_item type field
[linux-2.6] / fs / btrfs / ctree.c
2007-04-21  Chris MasonBtrfs: add owner and type fields to the extents aand...
2007-04-20  Chris MasonBtrfs: node balance optimizations
2007-04-20  Chris MasonBtrfs: write barriers on commit, balance level before...
2007-04-18  Chris MasonBtrfs: working file_write, reorganized key flags
2007-04-17  Chris MasonBtrfs: rework csums and extent item ordering
2007-04-17  Chris MasonBtrfs: progress on file_write
2007-04-16  Chris MasonBtrfs: early work to file_write in big extents
2007-04-11  Chris MasonBtrfs: create a logical->phsyical block number mapping...
2007-04-10  Chris MasonBtrfs: drop owner and parentid
2007-04-05  Chris MasonBtrfs: uuids
2007-04-04  Chris MasonBtrfs: support for items bigger than 1/2 the blocksize
2007-04-04  Chris MasonBtrfs: early inline file data code
2007-04-02  Chris MasonBtrfs: still corruption hunting
2007-03-30  Chris MasonBtrfs: corruption hunt continues
2007-03-30  Chris MasonBtrfs: hunting slab corruption
2007-03-29  Chris MasonBtrfs: verify csums on read
2007-03-27  Chris MasonBtrfs: split out level field in struct header
2007-03-23  Chris MasonAdd generation number to btrfs_header, readdir fixes...
2007-03-23  Chris Masonbtrfs_create, btrfs_write_super, btrfs_sync_fs
2007-03-22  Chris MasonMountable btrfs, with readdir
2007-03-21  Chris MasonBtrfs: initial move to kernel module land
2007-03-17  Chris MasonBtrfs: minor comments
2007-03-16  Chris MasonBtrfs: transaction handles everywhere
2007-03-16  Chris MasonBtrfs: pin freed blocks from the FS tree too
2007-03-16  Chris MasonBtrfs: add a name_len to dir items, reorder key
2007-03-15  Chris MasonBtrfs: Use a chunk of the key flags to record the item...
2007-03-14  Chris MasonBtrfs: variable block size support
2007-03-13  Chris MasonBtrfs: merge leaves before split
2007-03-13  Chris MasonBtrfs: make some funcs static
2007-03-13  Chris Masonrename funcs and structs to btrfs
2007-03-13  Chris MasonBtrfs: node->blockptrs endian fixes
2007-03-13  Chris MasonBtrfs: struct item endian fixes
2007-03-12  Chris MasonBtrfs: struct key endian fixes
2007-03-12  Chris MasonBtrfs: get/set for struct header fields
2007-03-07  Chris MasonBtrfs: get rid of add recursion
2007-03-07  Chris MasonBtrfs: Fixup reference counting on cows
2007-03-02  Chris MasonBtrfs: early reference counting
2007-03-02  Chris MasonBtrfs: Fix extent code to use merge during delete
2007-03-01  Chris MasonBtrfs: pretend page cache & commit code
2007-03-01  Chris MasonBtrfs: Fixup the code to merge during path walks
2007-03-01  Chris MasonBtrfs: merge on the way down during deletes
2007-02-28  Chris MasonBtrfs: more return code checking
2007-02-28  Chris MasonBtrfs: return code checking
2007-02-28  Chris MasonBtrfs: Take out the merge-during-search-on-delete code...
2007-02-26  Chris MasonBtrfs: Add fsx-style randomized tree tester
2007-02-24  Chris MasonBtrfs: cleanup & comment
2007-02-24  Chris MasonBtrfs: push_leaf_right
2007-02-24  Chris MasonBtrfs: Break up ctree.c a little
2007-02-23  Chris MasonBtrfs: Block sized tree extents and extent deletion
2007-02-22  Chris MasonBtrfs: switch to early splits
2007-02-21  Chris MasonBtrfs: extent fixes
2007-02-20  Chris MasonBtrfs: early extent mapping support
2007-02-02  Chris MasonBtrfs: Commenting/cleanup
2007-02-02  Chris MasonBtrfs: Add backing store, memory management
2007-01-26  Chris MasonBtrfs: Faster deletes, add Makefile and kerncompat
2007-01-26  Chris MasonBtrfs: Initial checkin, basic working tree code