summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)Author
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana
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-11-25btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie
2014-09-17Btrfs: fix use-after-free problem of the device during device replaceMiao Xie
2014-09-17Btrfs: fix unprotected device's variants on 32bits machineMiao 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: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie
2014-09-17Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devieMiao Xie
2014-09-17Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie
2014-09-17Btrfs: make the device lock and its protected data in the same cachelineMiao Xie
2014-06-19Btrfs: fix deadlock when mounting a degraded fsMiao Xie
2014-06-09btrfs: balance filter: add limit of processed chunksDavid Sterba
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo
2014-03-10Btrfs: fix use-after-free in the finishing procedure of the device replaceMiao Xie
2013-11-11btrfs: Pack struct btrfs_deviceDulshani Gunawardhana
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong
2013-09-01Btrfs: add btrfs_alloc_device and switch to itIlya Dryomov
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse
2012-12-16Btrfs: put raid properties into global tableLiu Bo
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens
2012-12-12Btrfs: add new sources for device replace codeStefan Behrens
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens
2012-12-12Btrfs: add btrfs_scratch_superblock() functionStefan Behrens
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: add two more find_device() methodsStefan Behrens
2012-12-12Btrfs: rename the scrub context structureStefan Behrens
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik