summaryrefslogtreecommitdiff
path: root/block/blk-tag.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* block: Unexport blk_queue_end_tag()Bart Van Assche2017-08-18
* block: Check locking assumptions at runtimeBart Van Assche2017-06-20
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-17
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* block: support different tag allocation policyShaohua Li2015-01-23
* block: don't assume last put of shared tags is for the hostChristoph Hellwig2014-07-08
* block: Reserve only one queue tag for sync IO if only 3 tags are availableJan Kara2013-06-28
* block/blk-tag.c: Remove useless kfreePeter Senna Tschudin2012-09-12
* block: fix blk_queue_end_tag()Dan Williams2011-12-29
* block: warn if tag is greater than real_max_depth.Tao Ma2011-10-25
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* block: use proper BLK_RW_ASYNC in blk_queue_start_tag()Jens Axboe2009-10-06
* block: change the tag sync vs async restriction logicJens Axboe2009-05-20
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-11
* block/blk-tag.c: cleanup kernel-docQinghuang Feng2008-12-29
* block: reserve some tags just for sync IOJens Axboe2008-10-09
* Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap2008-10-09
* block: remove unused ->busy part of the block queue tag mapMatthew Wilcox2008-08-27
* block: adjust tagging function queue bit lockingJens Axboe2008-05-07
* block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-01
* block: make queue flags non-atomicNick Piggin2008-04-29
* block/blk-tag.c should #include "blk.h"Adrian Bunk2008-03-04
* block: make core bits checkpatch compliantJens Axboe2008-02-01
* block: split tag and sysfs handling from blk-core.cJens Axboe2008-01-29