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
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: use nanosecond resolution for iostat
Omar Sandoval
2018-09-21
4
-10
/
+8
*
blk-cgroup: increase number of supported policies
Jens Axboe
2018-09-11
1
-1
/
+3
*
block: bfq: swap puts in bfqg_and_blkg_put
Konstantin Khlebnikov
2018-09-06
1
-2
/
+2
*
block: don't warn when doing fsync on read-only devices
Mikulas Patocka
2018-09-05
1
-1
/
+4
*
blkcg: use tryget logic when associating a blkg with a bio
Dennis Zhou (Facebook)
2018-08-31
2
-3
/
+5
*
blkcg: delay blkg destruction until after writeback has finished
Dennis Zhou (Facebook)
2018-08-31
1
-8
/
+45
*
Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...
Dennis Zhou (Facebook)
2018-08-31
1
-62
/
+16
*
block: bsg: move atomic_t ref_count variable to refcount API
John Pittman
2018-08-27
1
-4
/
+4
*
block: remove unnecessary condition check
Chengguang Xu
2018-08-27
1
-2
/
+1
*
blk-wbt: remove dead code
Jens Axboe
2018-08-27
1
-5
/
+0
*
blk-wbt: improve waking of tasks
Jens Axboe
2018-08-27
1
-7
/
+56
*
blk-wbt: abstract out end IO completion handler
Jens Axboe
2018-08-27
1
-7
/
+14
*
blk-wbt: don't maintain inflight counts if disabled
Jens Axboe
2018-08-23
2
-1
/
+21
*
blk-wbt: fix has-sleeper queueing check
Jens Axboe
2018-08-22
1
-3
/
+5
*
blk-wbt: use wq_has_sleeper() for wq active check
Jens Axboe
2018-08-22
1
-4
/
+4
*
blk-wbt: move disable check into get_limit()
Jens Axboe
2018-08-22
1
-15
/
+7
*
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-22
11
-100
/
+173
|
\
|
*
blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter
Jianchao Wang
2018-08-21
2
-1
/
+17
|
*
blk-mq: init hctx sched after update ctx and hctx mapping
Jianchao Wang
2018-08-21
5
-65
/
+98
|
*
block: remove duplicate initialization
Chaitanya Kulkarni
2018-08-17
1
-1
/
+0
|
*
block: change return type to bool
Chengguang Xu
2018-08-16
1
-1
/
+1
|
*
block, bfq: return nbytes and not zero from struct cftype .write() method
Maciej S. Szmigiero
2018-08-16
1
-1
/
+2
|
*
block, bfq: improve code of bfq_bfqq_charge_time
Paolo Valente
2018-08-16
1
-9
/
+5
|
*
block, bfq: reduce write overcharge
Paolo Valente
2018-08-16
1
-14
/
+19
|
*
block, bfq: always update the budget of an entity when needed
Paolo Valente
2018-08-16
1
-2
/
+6
|
*
block, bfq: readd missing reset of parent-entity service
Paolo Valente
2018-08-16
1
-0
/
+21
|
*
blk-wbt: fix IO hang in wbt_wait()
Ming Lei
2018-08-14
1
-5
/
+1
|
*
block: don't warn for flush on read-only device
Jens Axboe
2018-08-14
1
-1
/
+3
*
|
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-14
40
-1220
/
+2563
|
\
|
|
*
blkcg: Make blkg_root_lookup() work for queues in bypass mode
Bart Van Assche
2018-08-11
1
-1
/
+1
|
*
Blk-throttle: reduce tail io latency when iops limit is enforced
Liu Bo
2018-08-09
1
-6
/
+1
|
*
block: Ensure that a request queue is dissociated from the cgroup controller
Bart Van Assche
2018-08-09
1
-0
/
+15
|
*
block: Introduce blk_exit_queue()
Bart Van Assche
2018-08-09
2
-24
/
+31
|
*
blk-mq: count the hctx as active before allocating tag
Jianchao Wang
2018-08-09
2
-2
/
+9
|
*
block: bvec_nr_vecs() returns value for wrong slab
Greg Edwards
2018-08-09
1
-1
/
+1
|
*
cfq: Suppress compiler warnings about comparisons
Bart Van Assche
2018-08-07
1
-10
/
+12
|
*
cfq: Annotate fall-through in a switch statement
Bart Van Assche
2018-08-07
1
-0
/
+1
|
*
blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
Anchal Agarwal
2018-08-07
1
-31
/
+24
|
*
Merge tag 'v4.18-rc6' into for-4.19/block2
Jens Axboe
2018-08-05
1
-2
/
+0
|
|
\
|
*
|
blk-mq: fix updating tags depth
Ming Lei
2018-08-02
1
-4
/
+4
|
*
|
block: really disable runtime-pm for blk-mq
Ming Lei
2018-08-02
1
-2
/
+4
|
*
|
block: make iolatency avg_lat exponentially decay
Dennis Zhou (Facebook)
2018-08-02
1
-15
/
+45
|
*
|
blk-cgroup: hold the queue ref during throttling
Josef Bacik
2018-08-01
1
-1
/
+1
|
*
|
blk-iolatency: fix blkg leak in timer_fn
Josef Bacik
2018-08-01
1
-1
/
+1
|
*
|
block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow path
zhong jiang
2018-08-01
1
-3
/
+2
|
*
|
block: blk_init_allocated_queue() set q->fq as NULL in the fail case
xiao jin
2018-07-30
1
-0
/
+1
|
*
|
block: move dif_prepare/dif_complete functions to block layer
Max Gurtovoy
2018-07-30
1
-0
/
+110
|
*
|
partitions/aix: append null character to print data from disk
Mauricio Faria de Oliveira
2018-07-27
1
-2
/
+6
|
*
|
partitions/aix: fix usage of uninitialized lv_info and lvname structures
Mauricio Faria de Oliveira
2018-07-27
1
-2
/
+3
|
*
|
block: move bio_integrity_{intervals,bytes} into blkdev.h
Greg Edwards
2018-07-26
1
-22
/
+0
[next]