index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-tag.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-17
1
-22
/
+0
|
\
|
*
block: remov blk_queue_invalidate_tags
Christoph Hellwig
2018-06-15
1
-22
/
+0
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
block: Unexport blk_queue_end_tag()
Bart Van Assche
2017-08-18
1
-1
/
+0
*
block: Check locking assumptions at runtime
Bart Van Assche
2017-06-20
1
-9
/
+6
*
blk-mq-sched: add framework for MQ capable IO schedulers
Jens Axboe
2017-01-17
1
-0
/
+1
*
block: split out request-only flags into a new namespace
Christoph Hellwig
2016-10-28
1
-3
/
+3
*
block: support different tag allocation policy
Shaohua Li
2015-01-23
1
-8
/
+25
*
block: don't assume last put of shared tags is for the host
Christoph Hellwig
2014-07-08
1
-26
/
+7
*
block: Reserve only one queue tag for sync IO if only 3 tags are available
Jan Kara
2013-06-28
1
-2
/
+9
*
block/blk-tag.c: Remove useless kfree
Peter Senna Tschudin
2012-09-12
1
-4
/
+2
*
block: fix blk_queue_end_tag()
Dan Williams
2011-12-29
1
-11
/
+2
*
block: warn if tag is greater than real_max_depth.
Tao Ma
2011-10-25
1
-2
/
+4
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
block: use proper BLK_RW_ASYNC in blk_queue_start_tag()
Jens Axboe
2009-10-06
1
-1
/
+1
*
block: change the tag sync vs async restriction logic
Jens Axboe
2009-05-20
1
-6
/
+9
*
block: implement and enforce request peek/start/fetch
Tejun Heo
2009-05-11
1
-1
/
+1
*
block/blk-tag.c: cleanup kernel-doc
Qinghuang Feng
2008-12-29
1
-1
/
+0
*
block: reserve some tags just for sync IO
Jens Axboe
2008-10-09
1
-2
/
+12
*
Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...
Randy Dunlap
2008-10-09
1
-4
/
+4
*
block: remove unused ->busy part of the block queue tag map
Matthew Wilcox
2008-08-27
1
-4
/
+2
*
block: adjust tagging function queue bit locking
Jens Axboe
2008-05-07
1
-3
/
+6
*
block: remove remaining __FUNCTION__ occurrences
Harvey Harrison
2008-05-01
1
-4
/
+4
*
block: make queue flags non-atomic
Nick Piggin
2008-04-29
1
-4
/
+4
*
block/blk-tag.c should #include "blk.h"
Adrian Bunk
2008-03-04
1
-0
/
+2
*
block: make core bits checkpatch compliant
Jens Axboe
2008-02-01
1
-9
/
+3
*
block: split tag and sysfs handling from blk-core.c
Jens Axboe
2008-01-29
1
-0
/
+396