aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-25Btrfs: fix deadlock caused by the nested chunk allocationMiao Xie1-0/+7
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens1-0/+30
2012-10-09btrfs: fix message printingDaniel J Blueman1-3/+3
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba1-14/+23
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-27/+6
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens1-22/+0
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik1-2/+1
2012-08-28Btrfs: do not strdup non existent stringsJosef Bacik1-3/+5
2012-08-04btrfs: nuke write_super from commentsArtem Bityutskiy1-4/+0
2012-07-23Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens1-0/+8
2012-07-23Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens1-3/+0
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik1-1/+8
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba1-3/+2
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov1-9/+27
2012-07-02Btrfs: restore restriper state on all mountsIlya Dryomov1-20/+19
2012-07-02Btrfs: don't count I/O statistic read errors for missing devicesStefan Behrens1-10/+12
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