summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-011-0/+9
|\
| * Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain2015-05-271-0/+3
| * Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain2015-05-271-0/+1
| * Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain2015-05-271-0/+5
* | block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-221-2/+0Star
|/
* btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen2015-02-161-2/+1Star
* Btrfs: Include map_type in raid_bioZhao Lei2015-01-221-0/+1
* Btrfs: add ref_count and free function for btrfs_bioZhao Lei2015-01-221-7/+3Star
* Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei2015-01-221-2/+9
* Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason2014-12-031-3/+11
|\
| * Btrfs, replace: write dirty pages into the replace target deviceMiao Xie2014-12-031-3/+7
| * Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie2014-12-031-0/+4
* | Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana2014-12-031-0/+12
* | btrfs: Fix a lockdep warning when running xfstest.Qu Wenruo2014-11-251-2/+4
|/
* Btrfs: remove empty block groups automaticallyJosef Bacik2014-09-231-0/+2
* Btrfs: do file data check by sub-bio's selfMiao Xie2014-09-171-2/+3
* Btrfs: fix use-after-free problem of the device during device replaceMiao Xie2014-09-171-0/+2
* Btrfs: fix unprotected device's variants on 32bits machineMiao Xie2014-09-171-0/+84
* Btrfs: fix wrong device bytes_used in the super blockMiao Xie2014-09-171-0/+4
* Btrfs: fix wrong disk size when writing super blocksMiao Xie2014-09-171-0/+18
* Btrfs: fix unprotected assignment of the target deviceMiao Xie2014-09-171-0/+1
* Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie2014-09-171-1/+0Star
* Btrfs: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie2014-09-171-3/+0Star
* Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devieMiao Xie2014-09-171-2/+2
* Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie2014-09-171-4/+15
* Btrfs: make the device lock and its protected data in the same cachelineMiao Xie2014-09-171-13/+12Star
* Btrfs: fix deadlock when mounting a degraded fsMiao Xie2014-06-191-0/+3
* btrfs: balance filter: add limit of processed chunksDavid Sterba2014-06-101-0/+1
* btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo2014-03-101-1/+1
* btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
* Btrfs: fix use-after-free in the finishing procedure of the device replaceMiao Xie2014-03-101-0/+1
* btrfs: Pack struct btrfs_deviceDulshani Gunawardhana2013-11-121-10/+10
* Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong2013-11-121-1/+3
* Btrfs: add btrfs_alloc_device and switch to itIlya Dryomov2013-09-011-0/+3
* Btrfs: check UUID tree during mount if requiredStefan Behrens2013-09-011-0/+1
* Btrfs: create UUID tree if requiredStefan Behrens2013-09-011-0/+1
* Btrfs: don't cache the csum value into the extent state treeMiao Xie2013-09-011-0/+7
* Btrfs: make the chunk allocator completely tree locklessJosef Bacik2013-07-021-1/+5
* Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-141-0/+1
* Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason2013-05-181-0/+20
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-13/+0Star
* Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-1/+8
|\
| * Btrfs: RAID5 and RAID6David Woodhouse2013-02-011-1/+8
* | Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger2013-02-201-1/+1
|/
* Btrfs: put raid properties into global tableLiu Bo2012-12-171-0/+9
* Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens2012-12-121-1/+2
* Btrfs: add new sources for device replace codeStefan Behrens2012-12-121-0/+8
* Btrfs: disallow some operations on the device replace target deviceStefan Behrens2012-12-121-0/+1
* Btrfs: pass fs_info instead of rootStefan Behrens2012-12-121-1/+1
* Btrfs: add btrfs_scratch_superblock() functionStefan Behrens2012-12-121-0/+1