aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-05-17Correct allowed raid levels on balance.Andreas Philipp
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: don't BUG_ON() in btrfs_num_copiesJosef Bacik
2013-05-06Btrfs: deal with bad mappings in btrfs_map_blockJosef Bacik
2013-05-06Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie
2013-05-06btrfs: ignore device open failures in __btrfs_open_devicesEric Sandeen
2013-05-06Btrfs: fix bad extent loggingJosef Bacik
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet
2013-03-21Btrfs: handle a bogus chunk tree nicelyJosef Bacik
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen
2013-03-06Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov
2013-03-04Btrfs: do not BUG_ON on aborted situationLiu Bo
2013-02-28btrfs: remove a printk from scan_one_deviceDavid Sterba
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo
2013-02-20Btrfs: fix max chunk size on raid5/6Chris Mason
2013-02-20btrfs: Init io_lock after cloning btrfs device structThomas Gleixner
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown
2013-02-20Btrfs: allow for selecting only completely empty chunksIlya Dryomov
2013-02-20Btrfs: eliminate a use-after-free in btrfs_balance()Ilya Dryomov
2013-02-20btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunkEric Sandeen
2013-02-20Btrfs: remove extent mapping if we fail to add chunkJosef Bacik
2013-02-20Btrfs: fix chunk allocation error handlingJosef Bacik
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie
2013-02-20Btrfs: make raid attr array more readableMiao Xie
2013-02-15btrfs: access superblock via pagecache in scan_one_deviceDavid Sterba
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-...Chris Mason
2013-02-05Merge branch 'for-linus' into raid56-experimentalChris Mason
2013-02-05Btrfs: remove conflicting check for minimum number of devices in raid56Chris Mason
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse
2013-02-01btrfs: don't try to notify udev about missing devicesEric Sandeen
2013-01-24Btrfs: fix wrong max device number for single profileMiao Xie
2013-01-21Btrfs: fix a regression in balance usage filterIlya Dryomov
2013-01-20Btrfs: bring back balance pause/resume logicIlya Dryomov
2013-01-14btrfs: get the device in write mode when deleting itLukas Czerner
2012-12-16Btrfs: put raid properties into global tableLiu Bo
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik
2012-12-16btrfs: Notify udev when removing deviceLukas Czerner
2012-12-16Btrfs: fix a build warning for an unused labelStefan Behrens
2012-12-12Btrfs: allow repair code to include target disk when searching mirrorsStefan Behrens
2012-12-12Btrfs: optionally avoid reads from device replace source driveStefan Behrens
2012-12-12Btrfs: changes to live filesystem are also written to replacement diskStefan Behrens
2012-12-12Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens