aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-12-11Btrfs: cleanup duplicated division functionsMiao Xie1-22/+1
2012-10-25Btrfs: fix deadlock caused by the nested chunk allocationMiao Xie1-0/+7
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens1-0/+30
2012-10-09btrfs: fix message printingDaniel J Blueman1-3/+3
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba1-14/+23
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-27/+6
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens1-22/+0
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik1-2/+1
2012-08-28Btrfs: do not strdup non existent stringsJosef Bacik1-3/+5
2012-08-04btrfs: nuke write_super from commentsArtem Bityutskiy1-4/+0
2012-07-23Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens1-0/+8
2012-07-23Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens1-3/+0
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik1-1/+8
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba1-3/+2
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov1-9/+27
2012-07-02Btrfs: restore restriper state on all mountsIlya Dryomov1-20/+19
2012-07-02Btrfs: don't count I/O statistic read errors for missing devicesStefan Behrens1-10/+12
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik1-34/+58
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens1-0/+176