aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-195/+156
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik1-167/+137
2013-07-02Btrfs: fix wrong mirror number tuningMiao Xie1-3/+0
2013-06-14Btrfs: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-4/+1
2013-06-14btrfs: device delete to get errors from the kernelAnand Jain1-19/+7
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-2/+11
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-42/+12
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-nextChris Mason1-7/+6
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-35/+6
2013-05-17Correct allowed raid levels on balance.Andreas Philipp1-7/+6
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-41/+56
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-14/+15
2013-05-06Btrfs: don't BUG_ON() in btrfs_num_copiesJosef Bacik1-2/+18
2013-05-06Btrfs: deal with bad mappings in btrfs_map_blockJosef Bacik1-2/+8
2013-05-06Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie1-9/+1
2013-05-06btrfs: ignore device open failures in __btrfs_open_devicesEric Sandeen1-3/+3
2013-05-06Btrfs: fix bad extent loggingJosef Bacik1-2/+2
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby1-9/+9
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/coreJens Axboe1-1/+12
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet1-1/+1
2013-03-21Btrfs: handle a bogus chunk tree nicelyJosef Bacik1-1/+12
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-06Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov1-0/+5
2013-03-04Btrfs: do not BUG_ON on aborted situationLiu Bo1-2/+7
2013-02-28btrfs: remove a printk from scan_one_deviceDavid Sterba1-1/+0
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo1-2/+1
2013-02-20Btrfs: fix max chunk size on raid5/6Chris Mason1-4/+21
2013-02-20btrfs: Init io_lock after cloning btrfs device structThomas Gleixner1-0/+1
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-44/+336
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown1-2/+1
2013-02-20Btrfs: allow for selecting only completely empty chunksIlya Dryomov1-1/+1
2013-02-20Btrfs: eliminate a use-after-free in btrfs_balance()Ilya Dryomov1-5/+5
2013-02-20btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunkEric Sandeen1-1/+5
2013-02-20Btrfs: remove extent mapping if we fail to add chunkJosef Bacik1-2/+12
2013-02-20Btrfs: fix chunk allocation error handlingJosef Bacik1-10/+22
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie1-26/+30
2013-02-20Btrfs: make raid attr array more readableMiao Xie1-6/+41
2013-02-15btrfs: access superblock via pagecache in scan_one_deviceDavid Sterba1-6/+64
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-chris into for-linusChris Mason1-6/+17
2013-02-05Merge branch 'for-linus' into raid56-experimentalChris Mason1-6/+17
2013-02-05Btrfs: remove conflicting check for minimum number of devices in raid56Chris Mason1-8/+0
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-41/+344
2013-02-01btrfs: don't try to notify udev about missing devicesEric Sandeen1-1/+2
2013-01-24Btrfs: fix wrong max device number for single profileMiao Xie1-1/+1
2013-01-21Btrfs: fix a regression in balance usage filterIlya Dryomov1-1/+8
2013-01-20Btrfs: bring back balance pause/resume logicIlya Dryomov1-3/+7
2013-01-14btrfs: get the device in write mode when deleting itLukas Czerner1-1/+1
2012-12-16Btrfs: put raid properties into global tableLiu Bo1-30/+16
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik1-0/+1
2012-12-16btrfs: Notify udev when removing deviceLukas Czerner1-0/+16