tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / fs / btrfs / extent_map.c
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-09-18 Chris MasonBtrfs: search for an allocation hint while filling...
2009-09-11 Chris MasonBtrfs: Fix extent replacment race
2009-09-11 Chris MasonBtrfs: switch extent_map to a rw lock
2009-04-24 Christoph HellwigBtrfs: kill btrfs_cache_create
2009-04-24 Christoph HellwigBtrfs: don't export symbols
2009-04-02 Dan CarpenterBtrfs: remove dead code
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-09-29 Chris MasonBtrfs: add and improve comments
2008-09-25 Chris MasonBtrfs: Fix add_extent_mapping to check for duplicates...
2008-09-25 David WoodhouseBtrfs: Use assert_spin_locked instead of spin_trylock
2008-09-25 Chris MasonBtrfs: Fix some data=ordered related data corruptions
2008-09-25 Chris MasonBtrfs: Keep extent mappings in ram until pending ordere...
2008-09-25 Chris MasonBtrfs: New data=ordered implementation
2008-09-25 Christoph HellwigBtrfs: kerneldoc comments for extent_map.c
2008-09-25 Christoph Hellwigbtrfs: fix strange indentation in lookup_extent_mapping
2008-09-25 Chris MasonBtrfs: Split the extent_map code into two parts
2008-09-25 Chris MasonBtrfs: Fix hole insertion corner cases
2008-09-25 YanBtrfs: Fix for test_range_bit
2008-09-25 Chris MasonBtrfs: Remove verbose WARN_ON
2008-09-25 Chris MasonBtrfs: Fix extent_buffer usage when nodesize != leafsize
2008-09-25 Chris MasonBtrfs: Remove extent_map debugging message
2008-09-25 Chris MasonBtrfs: Fix an off by one in the extent_map prepare...
2008-09-25 Chris MasonBtrfs: Implement basic support for -ENOSPC
2008-09-25 Chris MasonBtrfs: Fix delayed allocation to avoid missing delalloc...
2008-09-25 Chris MasonBtrfs: Back port to 2.6.18-el kernels
2008-09-25 Christian HesseBtrfs: section mismatch warnings
2008-09-25 Chris MasonBtrfs: Add efficient dirty accounting to the extent_map...
2008-09-25 Chris MasonBtrfs: Limit btree writeback to prevent seeks
2008-09-25 Chris MasonBtrfs: Handle writeback under high memory pressure...
2008-09-25 Chris MasonBtrfs: Make sure page mapping dirty tag is properly...
2008-09-25 Chris MasonBtrfs: Avoid fragmentation from parallel delalloc filling
2008-09-25 Wyatt BanksBtrfs: Return value checking in module init
2008-09-25 Chris MasonBtrfs: Fix extent bit range testing
2008-09-25 Chris MasonBtrfs: Add readpages support
2008-09-25 Chris MasonBtrfs: Avoid extent_buffer lru corruption
2008-09-25 Chris MasonBtrfs: Fix failure cleanups when allocating extent...
2008-09-25 Chris MasonBtrfs: Add writepages support
2008-09-25 YanBtrfs: small fixes for find_lock_delalloc_range.
2008-09-25 Chris MasonBtrfs: Fix a number of inline extent problems that...
2008-09-25 Chris MasonBtrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines
2008-09-25 YanBtrfs: Fix extent_map leak in extent_bmap
2008-09-25 YanBtrfs: Off by one fixes in extent_map.c
2008-09-25 Chris MasonBtrfs: Avoid recursive KM_USER1 mappings in copy_extent...
2008-09-25 Chris MasonBtrfs: CPU usage optimizations in push and the extent_m...
2008-09-25 Chris MasonBtrfs: Fix read/write_extent_buffer to use KM_USER1...
2008-09-25 Jens AxboeBtrfs: Fix bi_end_io() functions on > 2.6.23 kernels
2008-09-25 Jens Axboebtrfs: 32-bit type problems
2008-09-25 Chris MasonBtrfs: Add back file data checksumming
2008-09-25 Chris MasonBtrfs: Add back metadata checksumming
2008-09-25 Chris MasonBtrfs: extent_map optimizations to cut down on CPU...
2008-09-25 Chris MasonBtrfs: Add an extent buffer LRU to reduce radix tree...
2008-09-25 Chris MasonBtrfs: Fix allocation routines to avoid intermixing...
2008-09-25 Chris MasonBtrfs: Use an array of pages in the extent buffers...
2008-09-25 Chris MasonBtrfs: Cache extent buffer mappings
2008-09-25 Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25 Chris MasonBtrfs: Change the remaining radix trees used by extent...
2008-09-25 Chris MasonBtrfs: Stop using radix trees for the block group cache
2008-09-25 Chris MasonBtrfs: Fix extent_buffer and extent_state leaks
2008-09-25 Chris MasonBtrfs: Go back to kmaps instead of page_address in...
2008-09-25 Chris MasonBtrfs: Avoid memcpy where possible in extent_buffers
2008-09-25 Chris MasonBtrfs: Optimizations for the extent_buffer code
2008-09-25 Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2008-09-25 Christoph HellwigBtrfs: factor page private preparations into a helper
2007-09-11 Christoph HellwigBtrfs: [PATCH] extent_map: add writepage_end_io hook
2007-09-11 Christoph HellwigBtrfs: [PATCH] extent_map: make the writepage_io hook...
2007-09-11 Christoph HellwigBtrfs: [PATCH] extent_map: provide generic bmap
2007-09-11 Christoph HellwigBtrfs: [PATCH] extent_map: fix locking for bio completion
2007-09-11 Chris MasonBtrfs: Reorder tests in set_extent_bit to properly...
2007-09-10 Chris MasonAdd support for defragging files via btrfsctl -d. ...
2007-08-30 Chris MasonBtrfs: fsx delalloc fixes
2007-08-30 Chris MasonBtrfs: Add file data csums back in via hooks in the...
2007-08-27 Chris MasonBtrfs: Add delayed allocation to the extent based page...
2007-08-27 Chris MasonBtrfs: Extent based page cache code. This uses an...