aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linusChris Mason1-3/+11
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana1-0/+12
2014-12-03Btrfs, replace: write dirty pages into the replace target deviceMiao Xie1-3/+7
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie1-0/+4
2014-11-25btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo1-2/+4
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik1-0/+2
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie1-2/+3
2014-09-17Btrfs: fix use-after-free problem of the device during device replaceMiao Xie1-0/+2
2014-09-17Btrfs: fix unprotected device's variants on 32bits machineMiao Xie1-0/+84
2014-09-17Btrfs: fix wrong device bytes_used in the super blockMiao Xie1-0/+4
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie1-0/+18
2014-09-17Btrfs: fix unprotected assignment of the target deviceMiao Xie1-0/+1
2014-09-17Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie1-1/+0
2014-09-17Btrfs: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie1-3/+0
2014-09-17Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devieMiao Xie1-2/+2
2014-09-17Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie1-4/+15
2014-09-17Btrfs: make the device lock and its protected data in the same cachelineMiao Xie1-13/+12
2014-06-19Btrfs: fix deadlock when mounting a degraded fsMiao Xie1-0/+3
2014-06-09btrfs: balance filter: add limit of processed chunksDavid Sterba1-0/+1
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10Btrfs: fix use-after-free in the finishing procedure of the device replaceMiao Xie1-0/+1
2013-11-11btrfs: Pack struct btrfs_deviceDulshani Gunawardhana1-10/+10
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong1-1/+3
2013-09-01Btrfs: add btrfs_alloc_device and switch to itIlya Dryomov1-0/+3
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens1-0/+1
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens1-0/+1
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-0/+7
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik1-1/+5
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-0/+1
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-0/+20
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-13/+0
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-1/+8
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger1-1/+1
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-1/+8
2012-12-16Btrfs: put raid properties into global tableLiu Bo1-0/+9
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-1/+2
2012-12-12Btrfs: add new sources for device replace codeStefan Behrens1-0/+8
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens1-0/+1
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens1-1/+1
2012-12-12Btrfs: add btrfs_scratch_superblock() functionStefan Behrens1-0/+1
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-1/+1
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens1-1/+1
2012-12-12Btrfs: add two more find_device() methodsStefan Behrens1-0/+5
2012-12-12Btrfs: rename the scrub context structureStefan Behrens1-1/+1
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens1-2/+0
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik1-0/+1
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba1-2/+1
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov1-0/+1
2012-07-02Btrfs: restore restriper state on all mountsIlya Dryomov1-1/+1