#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null />
summaryrefslogtreecommitdiff
path: root/block/elevator.c
AgeCommit message (Expand)Author
2017-08-28block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery
2017-06-21block: Add fallthrough markers to switch statementsBart Van Assche
2017-05-10elevator: remove redundant warnings on IO scheduler switchJens Axboe
2017-05-02block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei
2017-05-02block: Remove elevator_change()Bart Van Assche
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-19block: respect BLK_MQ_F_NO_SCHEDMing Lei
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval
2017-04-07blk-mq-sched: refactor scheduler initializationOmar Sandoval
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe
2017-02-22block: get rid of blk-mq default scheduler choice Kconfig entriesJens Axboe
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-14elevator: fix loading wrong elevator type for blk-mq devicesJens Axboe
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-19elevator: fix unnecessary put of elevator in failure caseJens Axboe
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2017-01-17block: move existing elevator ops to unionJens Axboe
2016-12-09elevator: make the rqhash helpers exportedJens Axboe
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-08-16block: Fix secure eraseAdrian Hunter