aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-08btrfs: fix missing increment of bi_remainingMuthu Kumar
2013-12-03block: fixup for generic bio chainingKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-20btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown
2013-11-11Btrfs: init device stats for new devicesStefan Behrens
2013-11-11Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mountsIlya Dryomov
2013-11-11Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devicesIlya Dryomov
2013-11-11Btrfs: remove unused max_key arg from btrfs_search_forwardFilipe David Borba Manana
2013-11-11Btrfs: fix memory leak of chunks' extent mapLiu Bo
2013-10-05Merge branch 'for-linus' into for-linus-3.12Chris Mason
2013-10-04Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov
2013-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-21btrfs: Add btrfs: prefix to kernel log outputFrank Holton
2013-09-21Btrfs: do not add replace target to the alloc_listIlya Dryomov
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-01Btrfs: fix deadlock in uuid scan kthreadFilipe David Borba Manana
2013-09-01Btrfs: stop refusing the relocation of chunk 0Ilya Dryomov
2013-09-01Btrfs: adjust the fs_devices->missing count on unmountJosef Bacik
2013-09-01Btrfs: fix race conditions in BTRFS_IOC_FS_INFO ioctlFilipe David Borba Manana
2013-09-01Btrfs: fix race between removing a dev and writing sbsFilipe David Borba Manana
2013-09-01Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Make btrfs_device_fsid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Make btrfs_device_uuid() return unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: rollback btrfs_device fields on umountIlya Dryomov
2013-09-01Btrfs: add alloc_fs_devices and switch to itIlya Dryomov
2013-09-01Btrfs: add btrfs_alloc_device and switch to itIlya Dryomov
2013-09-01Btrfs: find_next_devid: root -> fs_infoIlya Dryomov
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens
2013-09-01Btrfs: fill UUID tree initiallyStefan Behrens
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens
2013-09-01Fix leak in __btrfs_map_block error pathDave Jones
2013-09-01Btrfs: optimize function btrfs_read_chunk_treeFilipe David Borba Manana
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo
2013-09-01btrfs: make errors in btrfs_num_copies less noisyDavid Sterba
2013-09-01Btrfs: Release uuid_mutex for shrink during device deleteCarey Underwood
2013-07-16Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik
2013-07-02Btrfs: fix wrong mirror number tuningMiao Xie
2013-06-14Btrfs: Cocci spatch "ptr_ret.spatch"Thomas Meyer
2013-06-14btrfs: device delete to get errors from the kernelAnand Jain
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds