aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-13btrfs: Fix tail space processing in find_free_dev_extent()Zhao Lei1-11/+13
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-23/+11
2015-03-03btrfs: remove shadowing variables in __btrfs_map_blockDavid Sterba1-4/+1
2015-03-03btrfs: cleanup, use correct type in div_u64_remDavid Sterba1-5/+6
2015-03-03btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba1-15/+16
2015-03-03btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba1-13/+13
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-2/+2
2015-03-03btrfs: need_resched not needed with cond_reschedDavid Sterba1-4/+3
2015-02-20Btrfs: fix allocation size calculations in alloc_btrfs_bioChris Mason1-1/+8
2015-02-16btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen1-2/+1
2015-02-16btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei1-6/+3
2015-02-16btrfs: remove unused chunk_tree argument in several functionsZhao Lei1-14/+6
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-1/+1
2015-02-14btrfs: Fix out-of-space bugZhao Lei1-0/+2
2015-02-02btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba1-3/+23
2015-02-02btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba1-15/+16
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei1-15/+9
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei1-0/+1
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei1-7/+36
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei1-52/+48
2015-01-21Btrfs: sort raid_map before adding tgtdev stripesZhao Lei1-14/+8
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-2/+7
2014-12-17btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro1-1/+1
2014-12-12btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba1-2/+7
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linusChris Mason1-12/+40
2014-12-02Btrfs: fix fs mapping extent map leakFilipe Manana1-0/+2
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana1-18/+8
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56Miao Xie1-5/+2
2014-12-03Btrfs, replace: write dirty pages into the replace target deviceMiao Xie1-2/+24
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie1-2/+14
2014-12-03Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_blockZhao Lei1-3/+1
2014-12-03Btrfs: remove noused bbio_ret in __btrfs_map_block in conditionZhao Lei1-2/+1
2014-11-25btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo1-2/+8
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-250/+426
2014-10-03Btrfs: fix compilation errors under DEBUGFabian Frederick1-2/+2
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik1-39/+76
2014-09-18Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason1-7/+6
2014-09-17Btrfs: Set real mirror number for read operation on RAID0/5/6Miao Xie1-0/+5
2014-09-17Btrfs: modify rw_devices counter under chunk_mutex contextMiao Xie1-2/+2
2014-09-17Btrfs: move the missing device to its own fs device listMiao Xie1-26/+52
2014-09-17Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fsMiao Xie1-1/+1
2014-09-17Btrfs: make the logic of source device removing more clearMiao Xie1-12/+7
2014-09-17Btrfs: fix use-after-free problem of the device during device replaceMiao Xie1-1/+3
2014-09-17Btrfs: fix unprotected device list access when cloning fs devicesMiao Xie1-0/+3
2014-09-17Btrfs: Fix misuse of chunk mutexMiao Xie1-67/+62
2014-09-17Btrfs: fix unprotected system chunk array insertionMiao Xie1-1/+6
2014-09-17Btrfs: fix unprotected device's variants on 32bits machineMiao Xie1-20/+28
2014-09-17Btrfs: update free_chunk_space during allocting a new chunkMiao Xie1-5/+5
2014-09-17Btrfs: fix unprotected device->bytes_used updateMiao Xie1-1/+3
2014-09-17Btrfs: Fix wrong free_chunk_space assignment during removing a deviceMiao Xie1-5/+0