Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
[linux-flexiantxendom0-3.2.10.git] / fs / btrfs / volumes.c
2012-04-27 Jan SchmidtBtrfs: fix repair code for RAID10
2012-04-18 Julia Lawallfs/btrfs/volumes.c: add missing free_fs_devices
2012-04-18 Ilya DryomovBtrfs: fix max chunk size check in chunk allocator
2012-04-12 Liu BoBtrfs: fix eof while discarding extents
2012-03-29 Chris MasonBtrfs: flush out and clean up any block device pages...
2012-03-29 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-03-29 Chris MasonMerge branch 'error-handling' into for-linus
2012-03-27 Ilya DryomovBtrfs: fix infinite loop in btrfs_shrink_device()
2012-03-27 Ilya DryomovBtrfs: allow dup for data chunks in mixed mode
2012-03-27 Ilya DryomovBtrfs: validate target profiles only if we are going...
2012-03-27 Ilya DryomovBtrfs: move alloc_profile_is_valid() to volumes.c
2012-03-27 Ilya DryomovBtrfs: make profile_is_valid() check more strict
2012-03-27 Ilya DryomovBtrfs: add wrappers for working with alloc profiles
2012-03-26 Chris MasonBtrfs: allow metadata blocks larger than the page size
2012-03-22 Jeff Mahoneybtrfs: replace many BUG_ONs with proper error handling
2012-03-22 Mark Fashehbtrfs: Remove BUG_ON from __finish_chunk_alloc()
2012-03-22 Mark Fashehbtrfs: Remove BUG_ON from __btrfs_alloc_chunk()
2012-03-22 Mark Fashehbtrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_ex...
2012-03-22 Mark Fashehbtrfs: Don't BUG_ON errors in __finish_chunk_alloc()
2012-03-22 Jeff Mahoneybtrfs: return void in functions without error conditions
2012-02-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-02-23 Chris MasonBtrfs: make sure we update latest_bdev
2012-02-16 Tsutomu ItohBtrfs: check return value of lookup_extent_mapping...
2012-02-15 David Sterbabtrfs: silence warning in raid array setup
2012-01-17 Linus TorvaldsMerge branch 'btrfs' of git://git./linux/kernel/git...
2012-01-16 Chris MasonBtrfs: use larger system chunks
2012-01-16 Chris MasonMerge branch 'integrity-check-patch-v2' of git://btrfs...
2012-01-16 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/linux...
2012-01-16 Chris MasonMerge branch 'restriper' of git://github.com/idryomov...
2012-01-16 Ilya DryomovBtrfs: add balance progress reporting
2012-01-16 Ilya DryomovBtrfs: allow for canceling restriper
2012-01-16 Ilya DryomovBtrfs: allow for pausing restriper
2012-01-16 Ilya DryomovBtrfs: add skip_balance mount option
2012-01-16 Ilya DryomovBtrfs: recover balance on mount
2012-01-16 Ilya DryomovBtrfs: save balance parameters to disk
2012-01-16 Ilya DryomovBtrfs: soft profile changing mode (aka soft convert)
2012-01-16 Ilya DryomovBtrfs: implement online profile changing
2012-01-16 Ilya DryomovBtrfs: virtual address space subset filter
2012-01-16 Ilya DryomovBtrfs: devid subset filter
2012-01-16 Ilya DryomovBtrfs: devid filter
2012-01-16 Ilya DryomovBtrfs: usage filter
2012-01-16 Ilya DryomovBtrfs: profiles filter
2012-01-16 Ilya DryomovBtrfs: add basic infrastructure for selective balancing
2012-01-16 Ilya DryomovBtrfs: add basic restriper infrastructure
2012-01-16 Ilya DryomovBtrfs: introduce masks for chunk type and profile
2012-01-16 Ilya DryomovBtrfs: get rid of *_alloc_profile fields
2012-01-11 Li ZefanBtrfs: fix possible deadlock when opening a seed device
2012-01-11 Li ZefanBtrfs: simplfy calculation of stripe length for discard...
2012-01-11 Li ZefanBtrfs: don't pre-allocate btrfs bio
2012-01-11 Li ZefanBtrfs: don't pass a trans handle unnecessarily in volumes.c
2012-01-09 Al Virobtrfs: fix a deadlock in btrfs_scan_one_device()
2012-01-06 Chris MasonBtrfs: use bigger metadata chunks on bigger filesystems
2011-12-21 Stefan BehrensBtrfs: integrate integrity check module into btrfs
2011-12-15 Chris MasonBtrfs: unplug every once and a while
2011-12-09 Chris MasonBtrfs: fix btrfs_end_bio to deal with write errors...
2011-12-08 Li ZefanBtrfs: check if the to-be-added device is writable
2011-11-11 Miao XieBtrfs: fix nocow when deleting the item
2011-11-06 Chris MasonMerge git://git.jan-o-sch.net/btrfs-unstable into integ...
2011-11-06 Chris MasonMerge branch 'for-chris' of git://github.com/sensille...
2011-11-06 David Sterbabtrfs: separate superblock items out of fs_info
2011-10-20 Ilya DryomovBtrfs: close all bdevs on mount failure
2011-10-19 Josef BacikBtrfs: allow us to overcommit our enospc reservations
2011-10-02 Arne Jansenbtrfs: state information for readahead
2011-09-29 Jan Schmidtbtrfs: Put mirror_num in bi_bdev
2011-09-29 Jan Schmidtbtrfs: btrfs_multi_bio replaced with btrfs_bio
2011-08-17 Miao XieBtrfs: fix uninitialized sync_pending
2011-08-17 liuboBtrfs: fix a bug of balance on full multi-disk partitions
2011-08-17 Josef BacikBtrfs: detect wether a device supports discard
2011-08-05 Chris MasonBtrfs: force unplugs when switching from high to regula...
2011-08-01 Chris MasonMerge branch 'alloc_path' of git://git./linux/kernel...
2011-07-27 Chris MasonBtrfs: make a lockdep class for each root
2011-07-25 Mark Fashehbtrfs: Don't BUG_ON alloc_path errors in find_next_chunk
2011-07-14 Mark Fashehbtrfs: Don't BUG_ON alloc_path errors in btrfs_balance()
2011-07-06 Josef BacikBtrfs: don't panic if we get an error while balancing V2
2011-06-10 Ilya DryomovBtrfs - use %pU to print fsid
2011-06-04 Arne Jansenbtrfs: false BUG_ON when degraded
2011-05-23 Chris MasonMerge branch 'cleanups_and_fixes' into inode_numbers
2011-05-23 Xiao GuangrongBtrfs: using rcu lock in the reader side of devices...
2011-05-23 Xiao GuangrongBtrfs: drop unnecessary device lock
2011-05-23 Xiao GuangrongBtrfs: fix the race between remove dev and alloc chunk
2011-05-23 Xiao GuangrongBtrfs: fix the race between reading and updating devices
2011-05-23 Xiao GuangrongBtrfs: fix bh leak on __btrfs_open_devices path
2011-05-23 Tsutomu ItohBtrfs: return error code to caller when btrfs_del_item...
2011-05-23 Tsutomu ItohBtrfs: return error code to caller when btrfs_previous_...
2011-05-23 Chris MasonMerge branch 'for-chris' of git://git./linux/kernel...
2011-05-22 Chris MasonMerge branch 'allocator' of git://git./linux/kernel...
2011-05-13 Arne Jansenbtrfs: quasi-round-robin for chunk allocation
2011-05-13 Arne Jansenbtrfs: heed alloc_start
2011-05-13 Arne Jansenbtrfs: move btrfs_cmp_device_free_bytes to super.c
2011-05-12 Arne Jansenbtrfs: scrub
2011-05-06 David Sterbabtrfs: remove all unused functions
2011-05-02 David Sterbabtrfs: drop unused parameter from btrfs_release_path
2011-05-02 David Sterbabtrfs: drop gfp parameter from alloc_extent_map
2011-05-02 David Sterbabtrfs: drop unused parameter from extent_map_tree_init
2011-04-20 Chris MasonBtrfs: do some plugging in the submit_bio threads
2011-03-28 Linus TorvaldsMerge branch 'for-linus-unmerged' of git://git./linux...
2011-03-28 Chris MasonBtrfs: fix __btrfs_map_block on 32 bit machines
2011-03-28 Li DongyangBtrfs: make btrfs_map_block() return entire free extent...
2011-03-28 liuboBtrfs: add initial tracepoint support for btrfs
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
next