Btrfs: Fix oops and use after free during space balancing
[safe/jmp/linux-2.6] / fs / btrfs / extent-tree.c
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...
2008-11-07 Chris MasonBtfs: More metadata allocator optimizations
2008-11-07 Chris MasonBtrfs: enforce metadata allocation clustering
2008-11-07 Chris MasonBtrfs: Optimize compressed writeback and reads
2008-10-30 Yan ZhengBtrfs: Add fallocate support v2
2008-10-30 Yan ZhengBtrfs: update nodatacow code v2
2008-10-30 Yan ZhengBtrfs: Fix bookend extent race v2
2008-10-30 Chris MasonBtrfs: prevent looping forever in finish_current_insert...
2008-10-29 Yan ZhengBtrfs: Add root tree pointer transaction ids
2008-10-29 Josef BacikBtrfs: nuke fs wide allocation mutex V2
2008-10-29 Josef BacikBtrfs: fix enospc when there is plenty of space
2008-10-29 Yan ZhengBtrfs: Improve space balancing code
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-10-09 Yan ZhengBtrfs: Fix leaf reference cache miss
2008-10-09 Yan ZhengBtrfs: Remove offset field from struct btrfs_extent_ref
2008-10-09 Yan ZhengBtrfs: Count space allocated to file in bytes
2008-10-03 Chris MasonBtrfs: remove last_log_alloc allocator optimization
2008-10-01 Josef BacikBtrfs: fix deadlock between alloc_mutex/chunk_mutex
2008-09-30 Chris MasonBtrfs: fix multi-device code to use raid policies set...
2008-09-30 Josef BacikBtrfs: fix seekiness due to finding the wrong block...
2008-09-26 Zheng YanBtrfs: update space balancing code
2008-09-26 Zheng YanBtrfs: Add shared reference cache
2008-09-26 Zheng YanBtrfs: allocator fixes for space balancing update
2008-09-25 Chris MasonBtrfs: fix sleep with spinlock held during unmount
2008-09-25 Zheng YanBtrfs: Full back reference support
2008-09-25 Chris MasonAdd check for tree-log roots in btrfs_alloc_reserved_ex...
2008-09-25 Josef BacikBtrfs: free space accounting redo
2008-09-25 Josef BacikBtrfs: fix cache_block_group error handling
2008-09-25 Chris MasonBtrfs: Record dirty pages tree-log pages in an extent_i...
2008-09-25 Chris MasonBtrfs: Optimize tree log block allocations
2008-09-25 Chris MasonBtrfs: Tree logging fixes
2008-09-25 Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25 David WoodhouseBtrfs: Discard sector data in __free_extent()
2008-09-25 Yan ZhengBtrfs: Fix nodatacow for the new data=ordered mode
2008-09-25 Chris MasonBtrfs: Maintain a list of inodes that are delalloc...
2008-09-25 Chris MasonBtrfs: Don't corrupt ram in shrink_extent_tree, leak...
next