summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-111-11/+24
|\
| * btrfs: make device scan less noisyDavid Sterba2014-04-071-11/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-051-18/+28
|\|
| * btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo2014-03-101-1/+1
| * btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo2014-03-101-5/+6
| * btrfs: Cleanup the unused struct async_sched.Qu Wenruo2014-03-101-7/+0Star
| * Btrfs: fix use-after-free in the finishing procedure of the device replaceMiao Xie2014-03-101-7/+23
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-01-311-45/+44Star
|\|
| * Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-45/+44Star
* | btrfs: fix missing increment of bi_remainingMuthu Kumar2014-01-081-2/+7
* | block: fixup for generic bio chainingKent Overstreet2013-12-031-0/+2
* | block: Abstract out bvec iteratorKent Overstreet2013-11-241-6/+6
|/
* btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita2013-11-211-1/+1
* btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana2013-11-121-1/+1
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-121-8/+3Star
* btrfs: remove fs/btrfs/compat.hZach Brown2013-11-121-1/+0Star
* Btrfs: init device stats for new devicesStefan Behrens2013-11-121-0/+2
* Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mountsIlya Dryomov2013-11-121-0/+3
* Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devicesIlya Dryomov2013-11-121-1/+2
* Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana2013-11-121-1/+1
* Btrfs: fix memory leak of chunks' extent mapLiu Bo2013-11-121-0/+2
* Merge branch 'for-linus' into for-linus-3.12Chris Mason2013-10-051-1/+6
|\
| * Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2013-10-041-1/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-09-221-3/+4
|\|
| * btrfs: Add btrfs: prefix to kernel log outputFrank Holton2013-09-211-2/+2
| * Btrfs: do not add replace target to the alloc_listIlya Dryomov2013-09-211-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-09-121-149/+464
|\|
| * Btrfs: fix deadlock in uuid scan kthreadFilipe David Borba Manana2013-09-011-17/+18
| * Btrfs: stop refusing the relocation of chunk 0Ilya Dryomov2013-09-011-4/+2Star
| * 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/+1Star
| * Btrfs: Make btrfs_device_fsid() return unsigned longGeert Uytterhoeven2013-09-011-5/+3Star
| * Btrfs: Make btrfs_device_uuid() return unsigned longGeert Uytterhoeven2013-09-011-6/+4Star
| * Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-12/+7Star
| * Btrfs: rollback btrfs_device fields on umountIlya Dryomov2013-09-011-9/+6Star
| * 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/+0Star
| * 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/+11Star
| * 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
* | Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
|/