summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
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 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
2012-12-16Btrfs: fix a build warning for an unused labelStefan Behrens1-1/+0
2012-12-12Btrfs: allow repair code to include target disk when searching mirrorsStefan Behrens1-5/+154
2012-12-12Btrfs: optionally avoid reads from device replace source driveStefan Behrens1-11/+35
2012-12-12Btrfs: changes to live filesystem are also written to replacement diskStefan Behrens1-1/+49
2012-12-12Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens1-4/+4
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-10/+44
2012-12-12Btrfs: add new sources for device replace codeStefan Behrens1-0/+139
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens1-1/+1
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens1-9/+32
2012-12-12Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens1-0/+2
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens1-11/+12
2012-12-12Btrfs: add btrfs_scratch_superblock() functionStefan Behrens1-0/+18
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-6/+5
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens1-1/+2
2012-12-12Btrfs: add two more find_device() methodsStefan Behrens1-0/+59
2012-12-12Btrfs: move some common code into a subfunctionStefan Behrens1-43/+50
2012-12-12Btrfs: protect devices list with its mutexLiu Bo1-4/+5
2012-12-12Btrfs: Don't trust the superblock label and simply printk("%s") itStefan Behrens1-2/+5
2012-12-12fs/btrfs: use WARNJulia Lawall1-2/+1
2012-12-12Btrfs: Fix typo in fs/btrfsMasanari Iida1-1/+1
2012-12-12Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev()jeff.liu1-3/+0
2012-12-11Btrfs: recheck bio against block device when we map the bioJosef Bacik1-28/+131