Age | Commit message (Expand) | Author | Files | Lines |
2016-05-19 | block: Move I/O throttling configuration functions to BlockBackend | Kevin Wolf | 1 | -6/+6 |
2016-05-19 | block: Move actual I/O throttling to BlockBackend | Kevin Wolf | 1 | -3/+2 |
2016-05-19 | block: Move throttling fields from BDS to BB | Kevin Wolf | 1 | -61/+68 |
2016-05-19 | block: Convert throttle_group_get_name() to BlockBackend | Kevin Wolf | 1 | -6/+6 |
2016-05-19 | block: throttle-groups: Use BlockBackend pointers internally | Kevin Wolf | 1 | -66/+68 |
2016-05-12 | block: introduce bdrv_no_throttling_begin/end | Paolo Bonzini | 1 | -0/+4 |
2016-05-12 | block: move restarting of throttled reqs to block/throttle-groups.c | Paolo Bonzini | 1 | -0/+14 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-11-11 | throttle: Check for pending requests in throttle_group_unregister_bs() | Alberto Garcia | 1 | -0/+7 |
2015-10-23 | throttle: Remove throttle_group_lock/unlock() | Alberto Garcia | 1 | -30/+1 |
2015-10-23 | block/throttle-groups: Make incref/decref public | Max Reitz | 1 | -8/+11 |
2015-06-23 | throttle: Check current timers before updating any_timer_armed[] | Alberto Garcia | 1 | -2/+7 |
2015-06-12 | throttle: acquire the ThrottleGroup lock in bdrv_swap() | Alberto Garcia | 1 | -1/+30 |
2015-06-12 | throttle: Add throttle group support | Alberto Garcia | 1 | -4/+210 |
2015-06-12 | throttle: Add throttle group infrastructure | Alberto Garcia | 1 | -0/+261 |