aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
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
2012-12-12Btrfs: add new sources for device replace codeStefan Behrens
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens
2012-12-12Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens
2012-12-12Btrfs: add btrfs_scratch_superblock() functionStefan Behrens
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: add two more find_device() methodsStefan Behrens
2012-12-12Btrfs: move some common code into a subfunctionStefan Behrens
2012-12-12Btrfs: protect devices list with its mutexLiu Bo
2012-12-12Btrfs: Don't trust the superblock label and simply printk("%s") itStefan Behrens
2012-12-12fs/btrfs: use WARNJulia Lawall
2012-12-12Btrfs: Fix typo in fs/btrfsMasanari Iida
2012-12-12Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev()jeff.liu
2012-12-11Btrfs: recheck bio against block device when we map the bioJosef Bacik
2012-12-11Btrfs: cleanup duplicated division functionsMiao Xie
2012-10-25Btrfs: fix deadlock caused by the nested chunk allocationMiao Xie