summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-14btrfs: check unsupported filters in balance argumentsDavid Sterba1-0/+8
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason1-0/+3
2015-07-29btrfs: iterate over unused chunk space in FITRIMJeff Mahoney1-0/+3
2015-07-01Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+9
2015-05-27Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain1-0/+3
2015-05-27Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain1-0/+1
2015-05-27Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain1-0/+5
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer1-2/+0
2015-02-16btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen1-2/+1
2015-01-22Btrfs: Include map_type in raid_bioZhao Lei1-0/+1
2015-01-22Btrfs: add ref_count and free function for btrfs_bioZhao Lei1-7/+3
2015-01-22Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei1-2/+9
2014-12-03Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason1-3/+11
2014-12-03Btrfs: 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-23Btrfs: remove empty block groups automaticallyJosef Bacik1-0/+2
2014-09-18Btrfs: do file data check by sub-bio's selfMiao Xie1-2/+3
2014-09-18Btrfs: fix use-after-free problem of the device during device replaceMiao Xie1-0/+2
2014-09-18Btrfs: fix unprotected device's variants on 32bits machineMiao Xie1-0/+84
2014-09-18Btrfs: fix wrong device bytes_used in the super blockMiao Xie1-0/+4
2014-09-18Btrfs: fix wrong disk size when writing super blocksMiao Xie1-0/+18
2014-09-18Btrfs: fix unprotected assignment of the target deviceMiao Xie1-0/+1
2014-09-18Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie1-1/+0
2014-09-18Btrfs: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie1-3/+0
2014-09-18Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devieMiao Xie1-2/+2
2014-09-18Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie1-4/+15
2014-09-18Btrfs: make the device lock and its protected data in the same cachelineMiao Xie1-13/+12
2014-06-20Btrfs: fix deadlock when mounting a degraded fsMiao Xie1-0/+3
2014-06-10btrfs: 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-12btrfs: Pack struct btrfs_deviceDulshani Gunawardhana1-10/+10
2013-11-12Btrfs: 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-18Btrfs: 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-17Btrfs: put raid properties into global tableLiu Bo1-0/+9
2012-12-13Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-1/+2
2012-12-13Btrfs: add new sources for device replace codeStefan Behrens1-0/+8