aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-30Btrfs: add ioctl to get and reset the device statsStefan Behrens1-0/+34
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens1-2/+92
2012-05-30Btrfs: fix wrong error returned by adding a deviceLiu Bo1-1/+1
2012-04-27Btrfs: fix repair code for RAID10Jan Schmidt1-1/+2
2012-04-18fs/btrfs/volumes.c: add missing free_fs_devicesJulia Lawall1-1/+3
2012-04-18Btrfs: fix max chunk size check in chunk allocatorIlya Dryomov1-2/+4
2012-04-12Btrfs: fix eof while discarding extentsLiu Bo1-2/+18
2012-03-28Btrfs: flush out and clean up any block device pages during mountChris Mason1-0/+3
2012-03-28Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linusChris Mason1-39/+54