Btrfs: Fix infinite loop in btrfs_extent_post_op
[safe/jmp/linux-2.6] / fs / btrfs / volumes.c
2009-01-21 Qinghuang FengBtrfs: simplify iteration codes
2009-01-21 Roland DreierBtrfs: Remove extra KERN_INFO in the middle of a line
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-16 Chris MasonBtrfs: Clear the device->running_pending flag before...
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2008-12-12 Yan ZhengBtrfs: shared seed device
2008-12-08 Chris MasonBtrfs: Add inode sequence number for NFS and reserved...
2008-12-08 Chris MasonBtrfs: Use map_private_extent_buffer during generic_bin...
2008-12-08 Yan ZhengBtrfs: superblock duplication
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-12-02 Christoph HellwigBtrfs: corret fmode_t annotations
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-11-20 Chris MasonBtrfs: compat code fixes
2008-11-20 Chris MasonBtrfs: Fixes for 2.6.28-rc API changes
2008-11-12 yanhai zhuBtrfs: Add a missing return pointer check
2008-11-18 Yan ZhengBtrfs: Seed device support
2008-11-07 Chris MasonBtrfs: Avoid unplug storms during commit
2008-10-29 Josef BacikBtrfs: nuke fs wide allocation mutex V2
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-10-03 Chris MasonBtrfs: cast bio->bi_sector to a u64 before shifting
2008-09-29 Chris MasonBtrfs: Wait for IO on the block device inodes of newly...
2008-09-26 Zheng YanBtrfs: update space balancing code
2008-09-25 Chris MasonRemove Btrfs compat code for older kernels
2008-09-25 Josef BacikBtrfs: free space accounting redo
2008-09-25 Zheng YanBtrfs: properly set blocksize when adding new device.
2008-09-25 Chris MasonBtrfs: Add debugging checks to track down corrupted...
2008-09-25 Chris MasonBtrfs: Throttle for async bio submits higher up the...
2008-09-25 Chris MasonBtrfs: Wait for async bio submissions to make some...
2008-09-25 Chris MasonBtrfs: Count async bios separately from async checksum...
2008-09-25 Chris MasonBtrfs: Fix the multi-bio code to save the original...
2008-09-25 Chris MasonBtrfs: Hold a reference on bios during submit_bio,...
2008-09-25 YanBtrfs: implement memory reclaim for leaf reference...
2008-09-25 Chris MasonBtrfs: Add locking around volume management (device...
2008-09-25 Chris MasonBtrfs: Replace the transaction work queue with kthreads
2008-09-25 Chris MasonBtrfs: Replace the big fs_mutex with a collection of...
2008-09-25 Chris MasonBtrfs: Add a thread pool just for submit_bio
2008-09-25 Chris MasonBtrfs: Add async worker threads for pre and post IO...
2008-09-25 Chris MasonBtrfs: Allocator fix variety pack
2008-09-25 Chris MasonBtrfs: Use kzalloc on the fs_devices allocation
2008-09-25 Chris MasonBtrfs: Handle transid == 0 while opening devices
2008-09-25 Chris MasonFix btrfs_open_devices to deal with changes since the...
2008-09-25 Chris MasonBtrfs: Add mount -o degraded to allow mounts to continu...
2008-09-25 Chris MasonBtrfs: Handle write errors on raid1 and raid10
2008-09-25 Chris MasonBtrfs: Chunk relocation fine tuning, and add a few...
2008-09-25 Chris MasonBtrfs: Only open block devices once during mount -o...
2008-09-25 Chris MasonBtrfs: Add support for online device removal
2008-09-25 Chris MasonBtrfs: Compile warning fixup in volume.c
2008-09-25 Chris MasonBtrfs: Tune stripe selection for raid1 and raid10
2008-09-25 Chris MasonBtrfs: Deal with failed writes in mirrored configurations
2008-09-25 Chris MasonBtrfs: Drop some verbose printks
2008-09-25 Chris MasonBtrfs: Add balance ioctl to restripe the chunks
2008-09-25 Chris MasonBtrfs: Add new ioctl to add devices
2008-09-25 Chris MasonBtrfs: Make the resizer work based on shrinking and...
2008-09-25 Chris MasonBtrfs: Add failure handling for read_sys_array
2008-09-25 Chris MasonFix btrfs_get_extent and get_block corner cases, and...
2008-09-25 Chris MasonBtrfs: Add a special device list for chunk allocations
2008-09-25 Chris MasonBtrfs: Simplify device selection for mirrored reads
2008-09-25 Chris MasonBtrfs: Make an unplug function that doesn't unplug...
2008-09-25 Chris MasonBtrfs: Add 1MB to the min_free in alloc_chunk
2008-09-25 Chris MasonBtrfs: Fix chunk allocation when some devices don't...
2008-09-25 Chris MasonBtrfs: Calculate appropriate chunk sizes for both small...
2008-09-25 Chris MasonBtrfs: Add support for labels in the super block
2008-09-25 Chris MasonBtrfs: Check device uuids along with devids
2008-09-25 Chris MasonBtrfs: Avoid 64 bit div for RAID10
2008-09-25 Chris MasonBtrfs: Use the extent map cache to find the logical...
2008-09-25 Chris MasonBtrfs: Add RAID10 support
2008-09-25 Chris MasonBtrfs: Add chunk uuids and update multi-device back...
2008-09-25 Chris MasonBtrfs: A few updates for 2.6.18 and versions older...
2008-09-25 MiguelBtrfs: bio_endio support for linux 2.6.23 and older.
2008-09-25 Chris MasonBtrfs: Write out all super blocks on commit, and bring...
2008-09-25 Chris MasonBtrfs: Retry metadata reads in the face of checksum...
2008-09-25 Chris MasonChange btrfs_map_block to return a structure with mappi...
2008-09-25 Chris MasonBtrfs: Add support for duplicate blocks on a single...
2008-09-25 Chris MasonBtrfs: Add support for mirroring across drives
2008-09-25 YanFix btrfs_fill_super to return -EINVAL when no FS found
2008-09-25 Chris MasonBtrfs: Implement raid0 when multiple devices are present
2008-09-25 Chris MasonBtrfs: Add support for device scanning and detection...
2008-09-25 Chris MasonBtrfs: Bring back mount -o ssd optimizations
2008-09-25 Chris MasonBtrfs: Move device information into the super block...
2008-09-25 Chris MasonBtrfs: Dynamic chunk and block group allocation
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem