aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-19btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen1-4/+4
2014-07-03btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain1-5/+7
2014-06-28btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain1-0/+9
2014-06-28btrfs: dev add should add its sysfs entryAnand Jain1-0/+5
2014-06-28btrfs: dev delete should remove sysfs entryAnand Jain1-0/+4
2014-06-19Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie1-7/+15
2014-06-19Btrfs: fix deadlock when mounting a degraded fsMiao Xie1-1/+6
2014-06-19Btrfs: use bio_endio_nodec instead of open codeMiao Xie1-8/+1
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong1-7/+3
2014-06-09fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+3
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba1-5/+5
2014-06-09Btrfs: set right total device count for seeding supportWang Shilong1-1/+0
2014-06-09Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo1-4/+8
2014-06-09btrfs: btrfs_rm_device() should zero mirror SB as wellAnand Jain1-0/+31
2014-06-09btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel spaceGui Hecheng1-0/+16
2014-06-09btrfs: fix wrong max system array size check in kernel spaceGui Hecheng1-1/+2
2014-06-09btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo1-2/+24
2014-06-09btrfs: balance filter: add limit of processed chunksDavid Sterba1-0/+18
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-11/+24
2014-04-07btrfs: make device scan less noisyDavid Sterba1-11/+24
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-18/+28
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo1-5/+6
2014-03-10btrfs: Cleanup the unused struct async_sched.Qu Wenruo1-7/+0
2014-03-10Btrfs: fix use-after-free in the finishing procedure of the device replaceMiao Xie1-7/+23
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-45/+44
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-45/+44
2014-01-08btrfs: fix missing increment of bi_remainingMuthu Kumar1-2/+7
2013-12-03block: fixup for generic bio chainingKent Overstreet1-0/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-6/+6
2013-11-20btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita1-1/+1
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana1-1/+1
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-8/+3
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-11Btrfs: init device stats for new devicesStefan Behrens1-0/+2
2013-11-11Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mountsIlya Dryomov1-0/+3
2013-11-11Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devicesIlya Dryomov1-1/+2
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana1-1/+1
2013-11-11Btrfs: fix memory leak of chunks' extent mapLiu Bo1-0/+2
2013-10-05Merge branch 'for-linus' into for-linus-3.12Chris Mason1-1/+6
2013-10-04Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov1-1/+6
2013-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+4
2013-09-21btrfs: Add btrfs: prefix to kernel log outputFrank Holton1-2/+2
2013-09-21Btrfs: do not add replace target to the alloc_listIlya Dryomov1-1/+2
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-149/+464
2013-09-01Btrfs: fix deadlock in uuid scan kthreadFilipe David Borba Manana1-17/+18
2013-09-01Btrfs: stop refusing the relocation of chunk 0Ilya Dryomov1-4/+2
2013-09-01Btrfs: adjust the fs_devices->missing count on unmountJosef Bacik1-0/+2
2013-09-01Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctlFilipe David Borba Manana1-2/+3
2013-09-01Btrfs: fix race between removing a dev and writing sbsFilipe David Borba Manana1-2/+6