summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix wrong max device number for single profileMiao Xie2013-01-241-1/+1
* Btrfs: fix a regression in balance usage filterIlya Dryomov2013-01-211-1/+8
* Btrfs: bring back balance pause/resume logicIlya Dryomov2013-01-201-3/+7
* btrfs: get the device in write mode when deleting itLukas Czerner2013-01-141-1/+1
* Btrfs: put raid properties into global tableLiu Bo2012-12-161-30/+16
* Btrfs: log changed inodes based on the extent map treeJosef Bacik2012-12-161-0/+1
* btrfs: Notify udev when removing deviceLukas Czerner2012-12-161-0/+16
* Btrfs: fix a build warning for an unused labelStefan Behrens2012-12-161-1/+0
* Btrfs: allow repair code to include target disk when searching mirrorsStefan Behrens2012-12-121-5/+154
* Btrfs: optionally avoid reads from device replace source driveStefan Behrens2012-12-121-11/+35
* Btrfs: changes to live filesystem are also written to replacement diskStefan Behrens2012-12-121-1/+49
* Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens2012-12-121-4/+4
* Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens2012-12-121-10/+44
* Btrfs: add new sources for device replace codeStefan Behrens2012-12-121-0/+139
* Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens2012-12-121-1/+1
* Btrfs: disallow some operations on the device replace target deviceStefan Behrens2012-12-121-9/+32
* Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens2012-12-121-0/+2
* Btrfs: pass fs_info instead of rootStefan Behrens2012-12-121-11/+12
* Btrfs: add btrfs_scratch_superblock() functionStefan Behrens2012-12-121-0/+18
* Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens2012-12-121-6/+5
* Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens2012-12-121-1/+2
* Btrfs: add two more find_device() methodsStefan Behrens2012-12-121-0/+59
* Btrfs: move some common code into a subfunctionStefan Behrens2012-12-121-43/+50
* Btrfs: protect devices list with its mutexLiu Bo2012-12-121-4/+5
* Btrfs: Don't trust the superblock label and simply printk("%s") itStefan Behrens2012-12-121-2/+5
* fs/btrfs: use WARNJulia Lawall2012-12-121-2/+1
* Btrfs: Fix typo in fs/btrfsMasanari Iida2012-12-121-1/+1
* Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev()jeff.liu2012-12-121-3/+0
* Btrfs: recheck bio against block device when we map the bioJosef Bacik2012-12-111-28/+131
* Btrfs: cleanup duplicated division functionsMiao Xie2012-12-111-22/+1
* Btrfs: fix deadlock caused by the nested chunk allocationMiao Xie2012-10-251-0/+7
* Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens2012-10-091-0/+30
* btrfs: fix message printingDaniel J Blueman2012-10-091-3/+3
* btrfs: move transaction aborts to the point of failureDavid Sterba2012-10-081-14/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-08-291-27/+6
|\
| * Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens2012-08-281-22/+0
| * Btrfs: barrier before waitqueue_activeJosef Bacik2012-08-281-2/+1
| * Btrfs: do not strdup non existent stringsJosef Bacik2012-08-281-3/+5
* | btrfs: nuke write_super from commentsArtem Bityutskiy2012-08-041-4/+0
|/
* Btrfs: suppress printk() if all device I/O stats are zeroStefan Behrens2012-07-231-0/+8
* Btrfs: remove unwanted printk() for btrfs device I/O statsStefan Behrens2012-07-231-3/+0
* Btrfs: add DEVICE_READY ioctlJosef Bacik2012-07-231-1/+8
* btrfs: join DEV_STATS ioctls to oneDavid Sterba2012-07-231-3/+2
* Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov2012-07-021-9/+27
* Btrfs: restore restriper state on all mountsIlya Dryomov2012-07-021-20/+19
* Btrfs: don't count I/O statistic read errors for missing devicesStefan Behrens2012-07-021-10/+12
* Btrfs: use rcu to protect device->nameJosef Bacik2012-06-141-34/+58
* Btrfs: read device stats on mount, write modified ones during commitStefan Behrens2012-05-301-0/+176
* Btrfs: add ioctl to get and reset the device statsStefan Behrens2012-05-301-0/+34
* Btrfs: add device counters for detected IO and checksum errorsStefan Behrens2012-05-301-2/+92
OpenPOWER on IntegriCloud