summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi2018-08-064-7/+6
* btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relationLu Fengqi2018-08-063-6/+6
* btrfs: qgroup: Drop fs_info parameter from __del_qgroup_relationLu Fengqi2018-08-061-6/+6
* btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relationLu Fengqi2018-08-063-6/+6
* btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_stat...Lu Fengqi2018-08-061-6/+6
* btrfs: qgroup: Drop root parameter from update_qgroup_info_itemLu Fengqi2018-08-061-4/+5
* btrfs: qgroup: Drop root parameter from update_qgroup_limit_itemLu Fengqi2018-08-061-5/+5
* btrfs: qgroup: Drop quota_root parameter from del_qgroup_itemLu Fengqi2018-08-061-3/+3
* btrfs: qgroup: Drop quota_root parameter from del_qgroup_relation_itemLu Fengqi2018-08-061-6/+6
* btrfs: qgroup: Drop quota_root parameter from add_qgroup_relation_itemLu Fengqi2018-08-061-9/+9
* btrfs: rename btrfs_parse_early_optionsAnand Jain2018-08-061-7/+6
* btrfs: qgroup: cleanup the unused srcroot from btrfs_qgroup_inheritLu Fengqi2018-08-061-16/+1
* btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo2018-08-063-27/+19
* btrfs: Rewrite retry logic in do_chunk_allocNikolay Borisov2018-08-061-37/+37
* btrfs: use customized batch size for total_bytes_pinnedEthan Lien2018-08-062-15/+32
* btrfs: use correct compare function of dirty_metadata_bytesEthan Lien2018-08-061-4/+6
* btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang2018-08-063-26/+30
* btrfs: make fs_devices a local variable in btrfs_parse_early_optionsGu Jinxiang2018-08-061-3/+4
* btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba2018-08-061-6/+6
* btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba2018-08-061-16/+14
* btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba2018-08-061-2/+4
* btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba2018-08-062-2/+4
* btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba2018-08-062-3/+13
* btrfs: use device_list_mutex when removing stale devicesAnand Jain2018-08-061-10/+15
* btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(Anand Jain2018-08-061-18/+17
* btrfs: extend locked section when adding a new device in device_list_addAnand Jain2018-08-061-4/+12
* btrfs: do btrfs_free_stale_devices outside of device_list_addAnand Jain2018-08-061-5/+10
* btrfs: close devices without offloading to a temporary listNikolay Borisov2018-08-061-20/+6
* btrfs: Remove unused function btrfs_account_dev_extents_sizeQu Wenruo2018-08-062-87/+0
* btrfs: remove unused parameter from btrfs_parse_subvol_optionsGu Jinxiang2018-08-061-4/+4
* btrfs: fix in-memory value of total_devices after seed device deletionAnand Jain2018-08-061-0/+3
* btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disableNikolay Borisov2018-08-063-31/+76
* btrfs: raid56: catch errors from full_stripe_writeDavid Sterba2018-08-061-1/+4
* btrfs: raid56: merge rbio_is_full helpersDavid Sterba2018-08-061-17/+6
* btrfs: raid56: use new helper for async_scrub_parityDavid Sterba2018-08-061-11/+3
* btrfs: raid56: use new helper for async_read_rebuildDavid Sterba2018-08-061-12/+3
* btrfs: raid56: use new helper for async_rmw_stripeDavid Sterba2018-08-061-9/+2
* btrfs: raid56: add new helper for starting async workDavid Sterba2018-08-061-0/+6
* btrfs: open-code bio_set_op_attrsDavid Sterba2018-08-066-13/+13
* btrfs: switch types to int when counting eb pagesDavid Sterba2018-08-062-23/+23
* btrfs: use round_up wrapper in num_extent_pagesDavid Sterba2018-08-061-2/+2
* btrfs: pass only eb to num_extent_pagesDavid Sterba2018-08-062-18/+18
* btrfs: prune unused includesDavid Sterba2018-08-0614-48/+0
* btrfs: use copy_page for copying pages instead of memcpyDavid Sterba2018-08-062-9/+7
* btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-068-25/+22
* btrfs: simplify some assignments of inode numbersDavid Sterba2018-08-061-6/+6
* Btrfs: free space cache: make sure there is always room for generation numberZhihui Zhang2018-08-061-2/+2
* btrfs: drop unnecessary variable in btrfs_init_new_deviceAnand Jain2018-08-061-4/+1
* btrfs: use a temporary variable for fs_devices in btrfs_init_new_deviceAnand Jain2018-08-061-21/+21
* btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo2018-08-061-11/+12