summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2014-12-17btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason
2014-12-02Btrfs: fix fs mapping extent map leakFilipe Manana
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie
2014-12-03Btrfs, replace: write dirty pages into the replace target deviceMiao Xie
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie
2014-12-03Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_blockZhao Lei
2014-12-03Btrfs: remove noused bbio_ret in __btrfs_map_block in conditionZhao Lei
2014-11-25btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-03Btrfs: fix compilation errors under DEBUGFabian Frederick
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik
2014-09-18Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason
2014-09-17Btrfs: Set real mirror number for read operation on RAID0/5/6Miao Xie
2014-09-17Btrfs: modify rw_devices counter under chunk_mutex contextMiao Xie
2014-09-17Btrfs: move the missing device to its own fs device listMiao Xie
2014-09-17Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fsMiao Xie
2014-09-17Btrfs: make the logic of source device removing more clearMiao Xie
2014-09-17Btrfs: fix use-after-free problem of the device during device replaceMiao Xie
2014-09-17Btrfs: fix unprotected device list access when cloning fs devicesMiao Xie
2014-09-17Btrfs: Fix misuse of chunk mutexMiao Xie
2014-09-17Btrfs: fix unprotected system chunk array insertionMiao Xie
2014-09-17Btrfs: fix unprotected device's variants on 32bits machineMiao Xie
2014-09-17Btrfs: update free_chunk_space during allocting a new chunkMiao Xie
2014-09-17Btrfs: fix unprotected device->bytes_used updateMiao Xie
2014-09-17Btrfs: Fix wrong free_chunk_space assignment during removing a deviceMiao Xie
2014-09-17Btrfs: fix wrong device bytes_used in the super blockMiao Xie
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie
2014-09-17Btrfs: fix unprotected assignment of the target deviceMiao Xie
2014-09-17Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie
2014-09-17btrfs: rename total_bytes to avoid confusionAnand Jain
2014-09-17btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replac...Anand Jain
2014-09-17btrfs: fix memory leak when there is no more seed deviceAnand Jain
2014-09-17btrfs: update sprout seed pointer when seed fs is relinquishedAnand Jain
2014-09-17btrfs: replace seed device followed by unmount causes kernel WARNINGAnand Jain
2014-09-17btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed awareAnand Jain
2014-09-17Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana
2014-09-17Btrfs: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie
2014-09-17Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie
2014-09-17Btrfs: use BUG_ONHIMANGI SARAOGI
2014-09-17Btrfs: fix writing data into the seed filesystemMiao Xie
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie
2014-08-19Btrfs: Fix the problem that the replace destroys the seed filesystemMiao Xie
2014-08-19Btrfs: fix wrong missing device counter decreaseMiao Xie
2014-08-19Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fsMiao Xie
2014-08-19btrfs: check generation as replace duplicates devid+uuidAnand Jain
2014-08-19Btrfs: device_list_add() should not update list when mountedAnand Jain