]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/history - fs/btrfs/extent_io.h
Btrfs: Use a mutex in the extent buffer for tree block locking
[mirror_ubuntu-artful-kernel.git] / fs / btrfs / extent_io.h
2008-09-25 Chris MasonBtrfs: Use a mutex in the extent buffer for tree block...
2008-09-25 Chris MasonBtrfs: Index extent buffers in an rbtree
2008-09-25 Chris MasonBtrfs: Use async helpers to deal with pages that have...
2008-09-25 Chris MasonBtrfs: New data=ordered implementation
2008-09-25 Chris MasonBtrfs: Handle write errors on raid1 and raid10
2008-09-25 Chris MasonBtrfs: Don't drop extent_map cache during releasepage...
2008-09-25 Chris MasonBtrfs: Create a work queue for bio writes
2008-09-25 Chris MasonBtrfs: Handle checksumming errors while reading data...
2008-09-25 Chris MasonBtrfs: Retry metadata reads in the face of checksum...
2008-09-25 Chris MasonBtrfs: Do metadata checksums for reads via a workqueue
2008-09-25 Chris MasonBtrfs: Add additional debugging for metadata checksum...
2008-09-25 Chris MasonBtrfs: Add leak debugging for extent_buffer and extent_...
2008-09-25 Chris MasonBtrfs: Bring back mount -o ssd optimizations
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem
2008-09-25 Chris MasonBtrfs: checksum file data at bio submission time instea...
2008-09-25 Chris MasonBtrfs: Allocator improvements
2008-09-25 Chris MasonBtrfs: Create larger bios for btree blocks
2008-09-25 Chris MasonBtrfs: Add a lookup cache to the extent state tree
2008-09-25 Chris MasonBtrfs: Enable delalloc accounting
2008-09-25 Chris MasonBtrfs: Do delalloc accounting via hooks in the extent_s...
2008-09-25 Chris MasonBtrfs: extent_io and extent_state optimizations
2008-09-25 Chris MasonBtrfs: Split the extent_map code into two parts