Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extentLu Fengqi
2018-08-06btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtreeLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_itemsLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extentLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroupLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroupLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relationLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from __del_qgroup_relationLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relationLu Fengqi
2018-08-06btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_stat...Lu Fengqi
2018-08-06btrfs: qgroup: Drop root parameter from update_qgroup_info_itemLu Fengqi
2018-08-06btrfs: qgroup: Drop root parameter from update_qgroup_limit_itemLu Fengqi
2018-08-06btrfs: qgroup: Drop quota_root parameter from del_qgroup_itemLu Fengqi
2018-08-06btrfs: qgroup: Drop quota_root parameter from del_qgroup_relation_itemLu Fengqi
2018-08-06btrfs: qgroup: Drop quota_root parameter from add_qgroup_relation_itemLu Fengqi
2018-08-06btrfs: rename btrfs_parse_early_optionsAnand Jain
2018-08-06btrfs: qgroup: cleanup the unused srcroot from btrfs_qgroup_inheritLu Fengqi
2018-08-06btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo
2018-08-06btrfs: Rewrite retry logic in do_chunk_allocNikolay Borisov
2018-08-06btrfs: use customized batch size for total_bytes_pinnedEthan Lien
2018-08-06btrfs: use correct compare function of dirty_metadata_bytesEthan Lien
2018-08-06btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang
2018-08-06btrfs: make fs_devices a local variable in btrfs_parse_early_optionsGu Jinxiang
2018-08-06btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba
2018-08-06btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba
2018-08-06btrfs: use device_list_mutex when removing stale devicesAnand Jain
2018-08-06btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(Anand Jain
2018-08-06btrfs: extend locked section when adding a new device in device_list_addAnand Jain
2018-08-06btrfs: do btrfs_free_stale_devices outside of device_list_addAnand Jain
2018-08-06btrfs: close devices without offloading to a temporary listNikolay Borisov
2018-08-06btrfs: Remove unused function btrfs_account_dev_extents_sizeQu Wenruo
2018-08-06btrfs: remove unused parameter from btrfs_parse_subvol_optionsGu Jinxiang
2018-08-06btrfs: fix in-memory value of total_devices after seed device deletionAnand Jain
2018-08-06btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disableNikolay Borisov
2018-08-06btrfs: raid56: catch errors from full_stripe_writeDavid Sterba
2018-08-06btrfs: raid56: merge rbio_is_full helpersDavid Sterba
2018-08-06btrfs: raid56: use new helper for async_scrub_parityDavid Sterba
2018-08-06btrfs: raid56: use new helper for async_read_rebuildDavid Sterba
2018-08-06btrfs: raid56: use new helper for async_rmw_stripeDavid Sterba
2018-08-06btrfs: raid56: add new helper for starting async workDavid Sterba
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba
2018-08-06btrfs: switch types to int when counting eb pagesDavid Sterba
2018-08-06btrfs: use round_up wrapper in num_extent_pagesDavid Sterba
2018-08-06btrfs: pass only eb to num_extent_pagesDavid Sterba
2018-08-06btrfs: prune unused includesDavid Sterba
2018-08-06btrfs: use copy_page for copying pages instead of memcpyDavid Sterba