aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAge
* Btrfs: fix allocation size calculations in alloc_btrfs_bioChris Mason2015-02-20
* btrfs: Fix out-of-space bugZhao Lei2015-02-14
* btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba2015-02-02
* btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba2015-02-02
* Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei2015-01-21
* Btrfs: Include map_type in raid_bioZhao Lei2015-01-21
* Btrfs: add ref_count and free function for btrfs_bioZhao Lei2015-01-21
* Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei2015-01-21
* Btrfs: sort raid_map before adding tgtdev stripesZhao Lei2015-01-21
* Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason2015-01-21
|\
| * btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba2014-12-12
* | btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro2014-12-17
|/
* Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason2014-12-02
|\
| * Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie2014-12-02
| * Btrfs, replace: write dirty pages into the replace target deviceMiao Xie2014-12-02
| * Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie2014-12-02
| * Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_blockZhao Lei2014-12-02
| * Btrfs: remove noused bbio_ret in __btrfs_map_block in conditionZhao Lei2014-12-02
* | Btrfs: fix fs mapping extent map leakFilipe Manana2014-12-02
* | Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana2014-12-02
* | btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo2014-11-25
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-10-11
|\
| * Btrfs: fix compilation errors under DEBUGFabian Frederick2014-10-03
| * Btrfs: remove empty block groups automaticallyJosef Bacik2014-09-22
| * Btrfs: Set real mirror number for read operation on RAID0/5/6Miao Xie2014-09-17
| * Btrfs: modify rw_devices counter under chunk_mutex contextMiao Xie2014-09-17
| * Btrfs: move the missing device to its own fs device listMiao Xie2014-09-17
| * Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fsMiao Xie2014-09-17
| * Btrfs: make the logic of source device removing more clearMiao Xie2014-09-17
| * Btrfs: fix use-after-free problem of the device during device replaceMiao Xie2014-09-17
| * Btrfs: fix unprotected device list access when cloning fs devicesMiao Xie2014-09-17
| * Btrfs: Fix misuse of chunk mutexMiao Xie2014-09-17
| * Btrfs: fix unprotected system chunk array insertionMiao Xie2014-09-17
| * Btrfs: fix unprotected device's variants on 32bits machineMiao Xie2014-09-17
| * Btrfs: update free_chunk_space during allocting a new chunkMiao Xie2014-09-17
| * Btrfs: fix unprotected device->bytes_used updateMiao Xie2014-09-17
| * Btrfs: Fix wrong free_chunk_space assignment during removing a deviceMiao Xie2014-09-17
| * Btrfs: fix wrong device bytes_used in the super blockMiao Xie2014-09-17
| * Btrfs: fix wrong disk size when writing super blocksMiao Xie2014-09-17
| * Btrfs: fix unprotected assignment of the target deviceMiao Xie2014-09-17
| * Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie2014-09-17
| * btrfs: rename total_bytes to avoid confusionAnand Jain2014-09-17
| * btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replac...Anand Jain2014-09-17
| * btrfs: fix memory leak when there is no more seed deviceAnand Jain2014-09-17
| * btrfs: update sprout seed pointer when seed fs is relinquishedAnand Jain2014-09-17
| * btrfs: replace seed device followed by unmount causes kernel WARNINGAnand Jain2014-09-17
| * btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed awareAnand Jain2014-09-17
| * Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana2014-09-17
| * Btrfs: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie2014-09-17
| * Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie2014-09-17