summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason2014-09-181-7/+6
* Btrfs: fix task hang under heavy compressed writeLiu Bo2014-08-241-1/+2
* Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie2014-08-191-1/+1
* Btrfs: Fix the problem that the replace destroys the seed filesystemMiao Xie2014-08-191-2/+6
* Btrfs: fix wrong missing device counter decreaseMiao Xie2014-08-191-1/+1
* Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fsMiao Xie2014-08-191-0/+3
* btrfs: check generation as replace duplicates devid+uuidAnand Jain2014-08-191-1/+21
* Btrfs: device_list_add() should not update list when mountedAnand Jain2014-08-191-0/+27
* btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen2014-07-191-4/+4
* btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain2014-07-031-5/+7
* btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain2014-06-281-0/+9
* btrfs: dev add should add its sysfs entryAnand Jain2014-06-281-0/+5
* btrfs: dev delete should remove sysfs entryAnand Jain2014-06-281-0/+4
* Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie2014-06-191-7/+15
* Btrfs: fix deadlock when mounting a degraded fsMiao Xie2014-06-191-1/+6
* Btrfs: use bio_endio_nodec instead of open codeMiao Xie2014-06-191-8/+1
* Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-191-7/+3
* fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-06-091-2/+3
* btrfs: remove stale newlines from log messagesDavid Sterba2014-06-091-5/+5
* Btrfs: set right total device count for seeding supportWang Shilong2014-06-091-1/+0
* Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo2014-06-091-4/+8
* btrfs: btrfs_rm_device() should zero mirror SB as wellAnand Jain2014-06-091-0/+31
* btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel spaceGui Hecheng2014-06-091-0/+16
* btrfs: fix wrong max system array size check in kernel spaceGui Hecheng2014-06-091-1/+2
* btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo2014-06-091-2/+24
* btrfs: balance filter: add limit of processed chunksDavid Sterba2014-06-091-0/+18
* 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-041-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/+0
| * 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-301-45/+44
|\ \ | |/
| * Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-45/+44
* | 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-231-6/+6
|/
* btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita2013-11-201-1/+1
* btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana2013-11-111-1/+1
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-111-8/+3
* btrfs: remove fs/btrfs/compat.hZach Brown2013-11-111-1/+0
* Btrfs: init device stats for new devicesStefan Behrens2013-11-111-0/+2
* Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mountsIlya Dryomov2013-11-111-0/+3
* Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devicesIlya Dryomov2013-11-111-1/+2
* Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana2013-11-111-1/+1
* Btrfs: fix memory leak of chunks' extent mapLiu Bo2013-11-111-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
|\ \ | |/
OpenPOWER on IntegriCloud