#!/bin/bash perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@ l='alternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/block/blk-tag.c?h=linux-4.15.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/block/blk-tag.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-18block: Unexport blk_queue_end_tag()Bart Van Assche
2017-06-20block: Check locking assumptions at runtimeBart Van Assche
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2015-01-23block: support different tag allocation policyShaohua Li