aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-01Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned longGeert Uytterhoeven1-2/+1
2013-09-01Btrfs: Make btrfs_device_fsid() return unsigned longGeert Uytterhoeven1-5/+3
2013-09-01Btrfs: Make btrfs_device_uuid() return unsigned longGeert Uytterhoeven1-6/+4
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-12/+7
2013-09-01Btrfs: rollback btrfs_device fields on umountIlya Dryomov1-9/+6
2013-09-01Btrfs: add alloc_fs_devices and switch to itIlya Dryomov1-18/+53
2013-09-01Btrfs: add btrfs_alloc_device and switch to itIlya Dryomov1-57/+94
2013-09-01Btrfs: find_next_devid: root -> fs_infoIlya Dryomov1-8/+8
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens1-0/+83
2013-09-01Btrfs: fill UUID tree initiallyStefan Behrens1-1/+150
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens1-0/+26
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-3/+0
2013-09-01Fix leak in __btrfs_map_block error pathDave Jones1-0/+1
2013-09-01Btrfs: optimize function btrfs_read_chunk_treeFilipe David Borba Manana1-19/+11
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-1/+1
2013-09-01btrfs: make errors in btrfs_num_copies less noisyDavid Sterba1-2/+2
2013-09-01Btrfs: Release uuid_mutex for shrink during device deleteCarey Underwood1-0/+2
2013-07-16Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-195/+156
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik1-167/+137
2013-07-02Btrfs: fix wrong mirror number tuningMiao Xie1-3/+0
2013-06-14Btrfs: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-4/+1
2013-06-14btrfs: device delete to get errors from the kernelAnand Jain1-19/+7
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-2/+11
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-42/+12
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-nextChris Mason1-7/+6
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-35/+6
2013-05-17Correct allowed raid levels on balance.Andreas Philipp1-7/+6
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-41/+56
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-14/+15
2013-05-06Btrfs: don't BUG_ON() in btrfs_num_copiesJosef Bacik1-2/+18
2013-05-06Btrfs: deal with bad mappings in btrfs_map_blockJosef Bacik1-2/+8
2013-05-06Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie1-9/+1
2013-05-06btrfs: ignore device open failures in __btrfs_open_devicesEric Sandeen1-3/+3
2013-05-06Btrfs: fix bad extent loggingJosef Bacik1-2/+2
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby1-9/+9
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/coreJens Axboe1-1/+12
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet1-1/+1
2013-03-21Btrfs: handle a bogus chunk tree nicelyJosef Bacik1-1/+12
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-06Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov1-0/+5