summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2012-04-12Btrfs: fix eof while discarding extentsLiu Bo
2012-03-28Btrfs: flush out and clean up any block device pages during mountChris Mason
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for...Chris Mason
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-27Btrfs: fix infinite loop in btrfs_shrink_device()Ilya Dryomov
2012-03-27Btrfs: allow dup for data chunks in mixed modeIlya Dryomov
2012-03-27Btrfs: validate target profiles only if we are going to use themIlya Dryomov
2012-03-27Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov
2012-03-27Btrfs: make profile_is_valid() check more strictIlya Dryomov
2012-03-27Btrfs: add wrappers for working with alloc profilesIlya Dryomov
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: Remove BUG_ON from __finish_chunk_alloc()Mark Fasheh
2012-03-22btrfs: Remove BUG_ON from __btrfs_alloc_chunk()Mark Fasheh
2012-03-22btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent()Mark Fasheh
2012-03-22btrfs: Don't BUG_ON errors in __finish_chunk_alloc()Mark Fasheh
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-02-23Btrfs: make sure we update latest_bdevChris Mason
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh
2012-02-15btrfs: silence warning in raid array setupDavid Sterba
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2012-01-16Btrfs: use larger system chunksChris Mason
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason
2012-01-16Btrfs: add balance progress reportingIlya Dryomov
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov
2012-01-16Btrfs: add skip_balance mount optionIlya Dryomov
2012-01-16Btrfs: recover balance on mountIlya Dryomov
2012-01-16Btrfs: save balance parameters to diskIlya Dryomov
2012-01-16Btrfs: soft profile changing mode (aka soft convert)Ilya Dryomov
2012-01-16Btrfs: implement online profile changingIlya Dryomov
2012-01-16Btrfs: virtual address space subset filterIlya Dryomov
2012-01-16Btrfs: devid subset filterIlya Dryomov
2012-01-16Btrfs: devid filterIlya Dryomov
2012-01-16Btrfs: usage filterIlya Dryomov
2012-01-16Btrfs: profiles filterIlya Dryomov
2012-01-16Btrfs: add basic infrastructure for selective balancingIlya Dryomov
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov
2012-01-16Btrfs: introduce masks for chunk type and profileIlya Dryomov
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov
2012-01-11Btrfs: fix possible deadlock when opening a seed deviceLi Zefan
2012-01-11Btrfs: simplfy calculation of stripe length for discard operationLi Zefan
2012-01-11Btrfs: don't pre-allocate btrfs bioLi Zefan
2012-01-11Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan
2012-01-08btrfs: fix a deadlock in btrfs_scan_one_device()Al Viro
2012-01-06Btrfs: use bigger metadata chunks on bigger filesystemsChris Mason
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens