Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
[safe/jmp/linux-2.6] / fs / btrfs / extent-tree.c
2009-10-11 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-10-09 Yan, ZhengBtrfs: optimize back reference update during btrfs_drop...
2009-10-08 Josef BacikBtrfs: async delalloc flushing under space pressure
2009-10-08 Josef BacikBtrfs: release delalloc reservations on extent item...
2009-10-06 Josef BacikBtrfs: fix possible softlockup in the allocator
2009-10-01 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-29 Sage WeilBtrfs: fix deadlock with free space handling and user...
2009-09-28 Josef BacikBtrfs: proper -ENOSPC handling
2009-09-24 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-22 Chris MasonBtrfs: fix early enospc during balancing
2009-09-22 Chris MasonBtrfs: deal with NULL space info
2009-09-21 Josef BacikBtrfs: account for space used by the super mirrors
2009-09-21 Josef BacikBtrfs: remove dead code
2009-09-21 Josef BacikBtrfs: don't keep retrying a block group if we fail...
2009-09-21 Josef BacikBtrfs: make balance code choose more wisely when relocating
2009-09-21 Yan, ZhengBtrfs: add snapshot/subvolume destroy ioctl
2009-09-21 Yan, ZhengBtrfs: speed up snapshot dropping
2009-09-17 Yan ZhengBtrfs: improve async block group caching
2009-09-14 Christoph Hellwigblock: use blkdev_issue_discard in blk_ioctl_discard
2009-09-11 Chris MasonBtrfs: switch extent_map to a rw lock
2009-07-31 Chris MasonBtrfs: make sure the async caching thread advances...
2009-07-30 Chris MasonBtrfs: be more polite in the async caching threads
2009-07-30 Yan ZhengBtrfs: preserve commit_root for async caching
2009-07-28 Yan ZhengBtrfs: Fix async caching interaction with unmount
2009-07-27 Josef BacikBtrfs: change how we unpin extents
2009-07-24 Chris MasonBtrfs: clear all space_info->full after removing a...
2009-07-24 Josef BacikBtrfs: async block group caching
2009-07-24 Josef BacikBtrfs: use hybrid extents+bitmap rb tree for free space
2009-07-22 Yan ZhengBtrfs: make sure all dirty blocks are written at commit...
2009-07-02 Hu TaoBtrfs: fix error message formatting
2009-07-02 Yan ZhengBtrfs: update backrefs while dropping snapshot
2009-06-11 Yan ZhengBtrfs: check duplicate backrefs for both data and metadata
2009-06-10 David WoodhouseBtrfs: remove crc32c.h and use libcrc32c directly.
2009-06-10 Chris MasonBtrfs: add mount -o ssd_spread to spread allocations out
2009-06-10 Yan ZhengBtrfs: Mixed back reference (FORWARD ROLLING FORMAT...
2009-06-04 Chris MasonBtrfs: Fix oops and use after free during space balancing
2009-05-14 Sankar PBtrfs: Spelling fix in btrfs_lookup_first_block_group...
2009-04-27 Joel BeckerBtrfs: Fix a bunch of printk() warnings.
2009-04-24 Josef BacikBtrfs: try to keep a healthy ratio of metadata vs data...
2009-04-03 Chris MasonBtrfs: rework allocation clustering
2009-04-03 Josef BacikBtrfs: kill the pinned_mutex
2009-04-03 Josef BacikBtrfs: kill the block group alloc mutex
2009-04-03 Josef BacikBtrfs: clean up find_free_extent
2009-04-03 Josef BacikBtrfs: free space cache cleanups
2009-03-31 Chris MasonBtrfs: try to free metadata pages when we free btree...
2009-03-24 Chris MasonBtrfs: tree logging unlink/rename fixes
2009-03-24 Chris MasonBtrfs: leave btree locks spinning more often
2009-03-24 Chris MasonBtrfs: reduce stalls during transaction commit
2009-03-24 Chris MasonBtrfs: process the delayed reference queue in clusters
2009-03-24 Chris MasonBtrfs: try to cleanup delayed refs while freeing extents
2009-03-24 Chris MasonBtrfs: do extent allocation and reference count updates...
2009-03-10 Chris MasonBtrfs: Fix locking around adding new space_info
2009-03-09 Chris MasonBtrfs: fix spinlock assertions on UP systems
2009-02-20 Josef BacikBtrfs: try committing transaction before returning...
2009-02-20 Josef BacikBtrfs: add better -ENOSPC handling
2009-02-12 Yan ZhengBtrfs: hold trans_mutex when using btrfs_record_root_in...
2009-02-12 Chris MasonBtrfs: make a lockdep class for the extent buffer locks
2009-02-12 Chris MasonBtrfs: use larger metadata clusters in ssd mode
2009-02-12 Josef BacikBtrfs: make sure all pending extent operations are...
2009-02-05 Chris MasonBtrfs: Fix memory leak in cache_drop_leaf_ref
2009-02-04 Chris MasonBtrfs: Make btrfs_drop_snapshot work in larger and...
2009-02-04 Chris MasonBtrfs: Change btree locking to use explicit blocking...
2009-02-04 Chris MasonBtrfs: sort references by byte number during btrfs_inc_ref
2009-01-21 Yan ZhengBtrfs: fix tree logs parallel sync
2009-01-21 Yan ZhengBtrfs: fix stop searching test in replace_one_extent
2009-01-21 Huang WeiyiBtrfs: remove duplicated #include
2009-01-21 Yan ZhengBtrfs: Fix infinite loop in btrfs_extent_post_op
2009-01-21 Yan ZhengBtrfs: fix locking issue in btrfs_remove_block_group
2009-01-21 Qinghuang FengBtrfs: simplify iteration codes
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-06 Yan ZhengBtrfs: tree logging checksum fixes
2009-01-06 Chris MasonBtrfs: drop remaining LINUX_KERNEL_VERSION checks and...
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2009-01-05 Liu HuiBtrfs: Fix free block discard calls down to the block...
2008-12-19 Yan ZhengBtrfs: set EXTENT_BOUNDARY bit before marking extent...
2008-12-19 Yan ZhengBtrfs: properly update block accounting for metadata
2008-12-16 Chris MasonBtrfs: delete checksum items before marking blocks...
2008-12-15 Chris MasonBtrfs: Don't use spin*lock_irq for the delalloc lock
2008-12-12 Yan ZhengBtrfs: fix nodatasum handling in balancing code
2008-12-12 Yan ZhengBtrfs: shared seed device
2008-12-11 Yan ZhengBtrfs: fix leaking block group on balance
2008-12-11 Yan ZhengBtrfs: Add checking of csum tree in balancing code
2008-12-10 Chris MasonBtrfs: Delete csum items when freeing extents
2008-12-08 Yan ZhengBtrfs: superblock duplication
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-11-20 Josef BacikBtrfs: Fix for lockdep warnings with alloc_mutex and...
2008-11-20 Chris MasonBtrfs: compat code fixes
2008-11-20 Chris MasonBtrfs: Fixes for 2.6.28-rc API changes
2008-11-19 Josef BacikBtrfs: fix free space accounting when unpinning extents
2008-11-18 Liu HuiBtrfs: Some fixes for batching extent insert.
2008-11-18 Josef BacikBtrfs: Add some debugging around the ENOSPC bugs
2008-11-18 Josef BacikBtrfs: fix free space leak
2008-11-18 Yan ZhengBtrfs: Seed device support
2008-11-12 Yan ZhengBtrfs: mount ro and remount support
2008-11-12 Josef BacikBtrfs: batch extent inserts/updates/deletions on the...
2008-11-13 Chris MasonBtrfs: Fix handling of space info full during allocations
2008-11-10 Chris MasonBtrfs: empty_size allocation fixes again
2008-11-10 Chris MasonBtrfs: Try harder while searching for free space
2008-11-10 Chris MasonBtrfs: Don't substract too much from the allocation...
2008-11-07 Chris MasonBtrfs: Fix more false enospc errors and an oops from...
next