summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: adjust the fs_devices->missing count on unmountJosef Bacik2013-09-011-0/+2
* Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctlFilipe David Borba Manana2013-09-011-2/+3
* Btrfs: fix race between removing a dev and writing sbsFilipe David Borba Manana2013-09-011-2/+6
* Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned longGeert Uytterhoeven2013-09-011-2/+1
* Btrfs: Make btrfs_device_fsid() return unsigned longGeert Uytterhoeven2013-09-011-5/+3
* Btrfs: Make btrfs_device_uuid() return unsigned longGeert Uytterhoeven2013-09-011-6/+4
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-12/+7
* Btrfs: rollback btrfs_device fields on umountIlya Dryomov2013-09-011-9/+6
* Btrfs: add alloc_fs_devices and switch to itIlya Dryomov2013-09-011-18/+53
* Btrfs: add btrfs_alloc_device and switch to itIlya Dryomov2013-09-011-57/+94
* Btrfs: find_next_devid: root -> fs_infoIlya Dryomov2013-09-011-8/+8
* Btrfs: check UUID tree during mount if requiredStefan Behrens2013-09-011-0/+83
* Btrfs: fill UUID tree initiallyStefan Behrens2013-09-011-1/+150
* Btrfs: create UUID tree if requiredStefan Behrens2013-09-011-0/+26
* Btrfs: get rid of sparse warningsStefan Behrens2013-09-011-3/+0
* Fix leak in __btrfs_map_block error pathDave Jones2013-09-011-0/+1
* Btrfs: optimize function btrfs_read_chunk_treeFilipe David Borba Manana2013-09-011-19/+11
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-011-1/+1
* btrfs: make errors in btrfs_num_copies less noisyDavid Sterba2013-09-011-2/+2
* Btrfs: Release uuid_mutex for shrink during device deleteCarey Underwood2013-09-011-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-091-195/+156
|\
| * Btrfs: make the chunk allocator completely tree locklessJosef Bacik2013-07-021-167/+137
| * Btrfs: fix wrong mirror number tuningMiao Xie2013-07-021-3/+0
| * Btrfs: Cocci spatch "ptr_ret.spatch"Thomas Meyer2013-06-141-4/+1
| * btrfs: device delete to get errors from the kernelAnand Jain2013-06-141-19/+7
| * Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-141-2/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-05-181-42/+12
|\ \ | |/
| * Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2013-05-171-7/+6
| |\
| | * Correct allowed raid levels on balance.Andreas Philipp2013-05-171-7/+6
| * | Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason2013-05-171-35/+6
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-05-091-41/+56
|\ \ | |/
| * btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-14/+15
| * Btrfs: don't BUG_ON() in btrfs_num_copiesJosef Bacik2013-05-061-2/+18
| * Btrfs: deal with bad mappings in btrfs_map_blockJosef Bacik2013-05-061-2/+8
| * Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie2013-05-061-9/+1
| * btrfs: ignore device open failures in __btrfs_open_devicesEric Sandeen2013-05-061-3/+3
| * Btrfs: fix bad extent loggingJosef Bacik2013-05-061-2/+2
| * Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-9/+9
* | Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-021-1/+12
|\ \ | |/
| * Btrfs: handle a bogus chunk tree nicelyJosef Bacik2013-03-211-1/+12
* | block: Use bio_sectors() more consistentlyKent Overstreet2013-03-231-1/+1
|/
* btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen2013-03-141-0/+6
* Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov2013-03-061-0/+5
* Btrfs: do not BUG_ON on aborted situationLiu Bo2013-03-041-2/+7
* btrfs: remove a printk from scan_one_deviceDavid Sterba2013-02-281-1/+0
* btrfs: cleanup for open-coded alignmentQu Wenruo2013-02-261-2/+1
* Btrfs: fix max chunk size on raid5/6Chris Mason2013-02-201-4/+21
* btrfs: Init io_lock after cloning btrfs device structThomas Gleixner2013-02-201-0/+1
* Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-44/+336
|\
| * Merge branch 'for-linus' into raid56-experimentalChris Mason2013-02-051-6/+17
| |\
OpenPOWER on IntegriCloud