aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik1-34/+58
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens1-0/+176
2012-05-30Btrfs: add ioctl to get and reset the device statsStefan Behrens1-0/+34
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens1-2/+92
2012-05-30Btrfs: fix wrong error returned by adding a deviceLiu Bo1-1/+1
2012-04-27Btrfs: fix repair code for RAID10Jan Schmidt1-1/+2
2012-04-18fs/btrfs/volumes.c: add missing free_fs_devicesJulia Lawall1-1/+3
2012-04-18Btrfs: fix max chunk size check in chunk allocatorIlya Dryomov1-2/+4
2012-04-12Btrfs: fix eof while discarding extentsLiu Bo1-2/+18
2012-03-28Btrfs: flush out and clean up any block device pages during mountChris Mason1-0/+3
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linusChris Mason1-39/+54
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-46/+96
2012-03-27Btrfs: fix infinite loop in btrfs_shrink_device()Ilya Dryomov1-3/+2
2012-03-27Btrfs: allow dup for data chunks in mixed modeIlya Dryomov1-4/+9
2012-03-27Btrfs: validate target profiles only if we are going to use themIlya Dryomov1-16/+11
2012-03-27Btrfs: move alloc_profile_is_valid() to volumes.cIlya Dryomov1-5/+25
2012-03-27Btrfs: make profile_is_valid() check more strictIlya Dryomov1-3/+3
2012-03-27Btrfs: add wrappers for working with alloc profilesIlya Dryomov1-12/+8
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason1-1/+1
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-27/+76
2012-03-22btrfs: Remove BUG_ON from __finish_chunk_alloc()Mark Fasheh1-1/+3
2012-03-22btrfs: Remove BUG_ON from __btrfs_alloc_chunk()Mark Fasheh1-1/+2
2012-03-22btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent()Mark Fasheh1-1/+3
2012-03-22btrfs: Don't BUG_ON errors in __finish_chunk_alloc()Mark Fasheh1-4/+6
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-12/+6
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+31
2012-02-23Btrfs: make sure we update latest_bdevChris Mason1-1/+16
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh1-1/+1
2012-02-15btrfs: silence warning in raid array setupDavid Sterba1-0/+14
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2012-01-16Btrfs: use larger system chunksChris Mason1-1/+1
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integrationChris Mason1-3/+4
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason1-119/+66
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integrationChris Mason1-39/+751
2012-01-16Btrfs: add balance progress reportingIlya Dryomov1-4/+35
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov1-3/+44
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov1-2/+49
2012-01-16Btrfs: add skip_balance mount optionIlya Dryomov1-3/+7
2012-01-16Btrfs: recover balance on mountIlya Dryomov1-2/+133
2012-01-16Btrfs: save balance parameters to diskIlya Dryomov1-0/+99
2012-01-16Btrfs: soft profile changing mode (aka soft convert)Ilya Dryomov1-0/+23
2012-01-16Btrfs: implement online profile changingIlya Dryomov1-0/+69
2012-01-16Btrfs: virtual address space subset filterIlya Dryomov1-0/+20
2012-01-16Btrfs: devid subset filterIlya Dryomov1-0/+46
2012-01-16Btrfs: devid filterIlya Dryomov1-0/+23
2012-01-16Btrfs: usage filterIlya Dryomov1-0/+36
2012-01-16Btrfs: profiles filterIlya Dryomov1-0/+24
2012-01-16Btrfs: add basic infrastructure for selective balancingIlya Dryomov1-2/+57
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov1-24/+96
2012-01-16Btrfs: introduce masks for chunk type and profileIlya Dryomov1-9/+2