summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-17btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro1-1/+1
2014-12-03Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason1-12/+40
2014-12-03Btrfs: fix fs mapping extent map leakFilipe Manana1-0/+2
2014-12-03Btrfs: 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 procedu...Miao 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/mas...Linus Torvalds1-250/+426
2014-10-04Btrfs: fix compilation errors under DEBUGFabian Frederick1-2/+2
2014-09-23Btrfs: 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-18Btrfs: Set real mirror number for read operation on RAID0/5/6Miao Xie1-0/+5
2014-09-18Btrfs: modify rw_devices counter under chunk_mutex contextMiao Xie1-2/+2
2014-09-18Btrfs: move the missing device to its own fs device listMiao Xie1-26/+52
2014-09-18Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fsMiao Xie1-1/+1
2014-09-18Btrfs: make the logic of source device removing more clearMiao Xie1-12/+7
2014-09-18Btrfs: fix use-after-free problem of the device during device replaceMiao Xie1-1/+3
2014-09-18Btrfs: fix unprotected device list access when cloning fs devicesMiao Xie1-0/+3
2014-09-18Btrfs: Fix misuse of chunk mutexMiao Xie1-67/+62
2014-09-18Btrfs: fix unprotected system chunk array insertionMiao Xie1-1/+6
2014-09-18Btrfs: fix unprotected device's variants on 32bits machineMiao Xie1-20/+28
2014-09-18Btrfs: update free_chunk_space during allocting a new chunkMiao Xie1-5/+5
2014-09-18Btrfs: fix unprotected device->bytes_used updateMiao Xie1-1/+3
2014-09-18Btrfs: Fix wrong free_chunk_space assignment during removing a deviceMiao Xie1-5/+0
2014-09-18Btrfs: fix wrong device bytes_used in the super blockMiao Xie1-0/+27
2014-09-18Btrfs: fix wrong disk size when writing super blocksMiao Xie1-1/+39
2014-09-18Btrfs: fix unprotected assignment of the target deviceMiao Xie1-4/+19
2014-09-18Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie1-14/+2
2014-09-18btrfs: rename total_bytes to avoid confusionAnand Jain1-5/+5
2014-09-18btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replac...Anand Jain1-1/+2
2014-09-18btrfs: fix memory leak when there is no more seed deviceAnand Jain1-0/+2
2014-09-18btrfs: update sprout seed pointer when seed fs is relinquishedAnand Jain1-0/+21
2014-09-18btrfs: replace seed device followed by unmount causes kernel WARNINGAnand Jain1-1/+7
2014-09-18btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed awareAnand Jain1-5/+9
2014-09-18Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana1-2/+0
2014-09-18Btrfs: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie1-31/+11
2014-09-18Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie1-2/+5
2014-09-18Btrfs: use BUG_ONHIMANGI SARAOGI1-2/+2
2014-09-18Btrfs: fix writing data into the seed filesystemMiao Xie1-16/+36
2014-09-18btrfs: kill the key type accessor helpersDavid Sterba1-2/+2
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-1/+2
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie1-1/+1
2014-08-19Btrfs: Fix the problem that the replace destroys the seed filesystemMiao Xie1-2/+6
2014-08-19Btrfs: fix wrong missing device counter decreaseMiao Xie1-1/+1
2014-08-19Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fsMiao Xie1-0/+3
2014-08-19btrfs: check generation as replace duplicates devid+uuidAnand Jain1-1/+21
2014-08-19Btrfs: device_list_add() should not update list when mountedAnand Jain1-0/+27