aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik
2012-08-28Btrfs: do not strdup non existent stringsJosef Bacik
2012-08-04btrfs: nuke write_super from commentsArtem Bityutskiy
2012-07-23Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens
2012-07-23Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov
2012-07-02Btrfs: restore restriper state on all mountsIlya Dryomov
2012-07-02Btrfs: don't count I/O statistic read errors for missing devicesStefan Behrens
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens
2012-05-30Btrfs: add ioctl to get and reset the device statsStefan Behrens
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens
2012-05-30Btrfs: fix wrong error returned by adding a deviceLiu Bo
2012-04-27Btrfs: fix repair code for RAID10Jan Schmidt
2012-04-18fs/btrfs/volumes.c: add missing free_fs_devicesJulia Lawall
2012-04-18Btrfs: fix max chunk size check in chunk allocatorIlya Dryomov
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