Merge branch 'topic/hda' into for-linus
[linux-2.6] / fs / btrfs / super.c
2007-05-01  Chris MasonBtrfs: directory readahead
2007-04-30  Chris MasonBtrfs: allocator improvements, inode block groups
2007-04-28  Chris MasonBtrfs: smarter transaction writeback
2007-04-27  Chris MasonBtrfs: more block allocator work
2007-04-26  Chris MasonBtrfs: start of block group code
2007-04-24  Chris MasonBtrfs: fixup dirty_inode related deadlocks
2007-04-24  Chris MasonBtrfs: get rid of the extent_item type field
2007-04-24  Chris MasonBtrfs: add dirty_inode call
2007-04-23  Chris MasonBtrfs: new subvolume oops fix
2007-04-21  Chris MasonBtrfs: add owner and type fields to the extents aand...
2007-04-20  Chris MasonBtrfs: early fsync support
2007-04-19  Chris MasonBtrfs: directory inode index is back
2007-04-19  Chris MasonBtrfs: many file_write fixes, inline data
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-12  Chris MasonBtrfs: add a device id to device items
2007-04-12  Chris MasonBtrfs: add disk ioctl, mostly working
2007-04-11  Chris MasonBtrfs: create a logical->phsyical block number mapping...
2007-04-11  Chris MasonBtrfs: detect duplicate subvol names
2007-04-10  Chris MasonBtrfs: subvolumes
2007-04-10  Chris MasonBtrfs: when forced to cow for file_write, get the page...
2007-04-10  Chris MasonBtrfs: only cow in get_block when create==1
2007-04-10  Chris MasonBtrfs: cow file extents before writing
2007-04-10  Chris MasonBtrfs: drop the inode map tree
2007-04-10  Chris MasonBtrfs: snapshot progress
2007-04-09  Chris MasonBtrfs: groundwork for subvolume and snapshot roots
2007-04-06  Chris MasonBtrfs: start of support for many FS volumes
2007-04-05  Chris MasonBtrfs: uuids
2007-04-05  Chris MasonBtrfs: dirindex optimizations
2007-04-05  Chris MasonBtrfs: finish off inode indexing in dirs, add overflows
2007-04-05  Chris MasonBtrfs: more inode indexed directory work
2007-04-05  Chris MasonBtrfs: add dir inode index
2007-04-04  Chris MasonBtrfs: disable inline data code for now
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: csum_verify_file_block locking fix
2007-04-02  Chris MasonBtrfs: corruptions fixed
2007-04-02  Chris MasonBtrfs: dynamic allocation of path struct
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-29  Chris Masonbtrfs_file_write -- first pass
2007-03-28  Chris MasonBtrfs: sha256 csums on metadata
2007-03-28  Chris MasonBtrfs: use a btree inode instead of sb_getblk
2007-03-27  Chris Masonbtrfs_rmdir
2007-03-27  Chris MasonBtrfs: byte offsets for file keys
2007-03-27  Chris Masonbtrfs_truncate
2007-03-27  Chris MasonBtrfs: reference counts on data extents
2007-03-26  Chris Masonbtrfs_get_block, file read/write
2007-03-26  Chris Masonbtrfs_dirty_inode
2007-03-26  Chris Masonbtrfs_mkdir
2007-03-25  Chris MasonBtrfs: very simple readdir readahead
2007-03-25  Chris MasonBtrfs: unlink and delete_inode
2007-03-25  Chris MasonBtrfs: leak fixes, pinning fixes
2007-03-23  Chris MasonBtrfs: very minimal locking
2007-03-23  Chris MasonAdd generation number to btrfs_header, readdir fixes...
2007-03-23  Chris MasonBtrfs: properly set new buffers for new blocks up to...
2007-03-23  Chris Masonbtrfs_create, btrfs_write_super, btrfs_sync_fs
2007-03-22  Chris MasonBtrfs: transaction rework
2007-03-22  Chris MasonMountable btrfs, with readdir
2007-03-21  Chris MasonBtrfs: initial move to kernel module land