summaryrefslogtreecommitdiffstats
path: root/block/blk-tag.c
Commit message (Expand)AuthorAgeFilesLines
* block: Unexport blk_queue_end_tag()Bart Van Assche2017-08-181-1/+0
* block: Check locking assumptions at runtimeBart Van Assche2017-06-201-9/+6
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-0/+1
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-3/+3
* block: support different tag allocation policyShaohua Li2015-01-231-8/+25
* block: don't assume last put of shared tags is for the hostChristoph Hellwig2014-07-081-26/+7
* block: Reserve only one queue tag for sync IO if only 3 tags are availableJan Kara2013-06-281-2/+9
* block/blk-tag.c: Remove useless kfreePeter Senna Tschudin2012-09-121-4/+2
* block: fix blk_queue_end_tag()Dan Williams2011-12-291-11/+2
* block: warn if tag is greater than real_max_depth.Tao Ma2011-10-251-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: use proper BLK_RW_ASYNC in blk_queue_start_tag()Jens Axboe2009-10-061-1/+1
* block: change the tag sync vs async restriction logicJens Axboe2009-05-201-6/+9
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-1/+1
* block/blk-tag.c: cleanup kernel-docQinghuang Feng2008-12-291-1/+0
* block: reserve some tags just for sync IOJens Axboe2008-10-091-2/+12
* Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap2008-10-091-4/+4
* block: remove unused ->busy part of the block queue tag mapMatthew Wilcox2008-08-271-4/+2
* block: adjust tagging function queue bit lockingJens Axboe2008-05-071-3/+6
* block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-011-4/+4
* block: make queue flags non-atomicNick Piggin2008-04-291-4/+4
* block/blk-tag.c should #include "blk.h"Adrian Bunk2008-03-041-0/+2
* block: make core bits checkpatch compliantJens Axboe2008-02-011-9/+3
* block: split tag and sysfs handling from blk-core.cJens Axboe2008-01-291-0/+396