index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
40
-1220
/
+2563
2018-08-11
blkcg: Make blkg_root_lookup() work for queues in bypass mode
Bart Van Assche
1
-1
/
+1
2018-08-09
Blk-throttle: reduce tail io latency when iops limit is enforced
Liu Bo
1
-6
/
+1
2018-08-09
block: Ensure that a request queue is dissociated from the cgroup controller
Bart Van Assche
1
-0
/
+15
2018-08-09
block: Introduce blk_exit_queue()
Bart Van Assche
2
-24
/
+31
2018-08-09
blk-mq: count the hctx as active before allocating tag
Jianchao Wang
2
-2
/
+9
2018-08-09
block: bvec_nr_vecs() returns value for wrong slab
Greg Edwards
1
-1
/
+1
2018-08-07
cfq: Suppress compiler warnings about comparisons
Bart Van Assche
1
-10
/
+12
2018-08-07
cfq: Annotate fall-through in a switch statement
Bart Van Assche
1
-0
/
+1
2018-08-07
blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
Anchal Agarwal
1
-31
/
+24
2018-08-05
Merge tag 'v4.18-rc6' into for-4.19/block2
Jens Axboe
1
-2
/
+0
2018-08-04
Partially revert "block: fail op_is_write() requests to read-only partitions"
Linus Torvalds
1
-2
/
+3
2018-08-03
Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-08-02
blk-mq: fix blk_mq_tagset_busy_iter
Ming Lei
1
-1
/
+1
2018-08-02
blk-mq: fix updating tags depth
Ming Lei
1
-4
/
+4
2018-08-02
block: really disable runtime-pm for blk-mq
Ming Lei
1
-2
/
+4
2018-08-02
block: make iolatency avg_lat exponentially decay
Dennis Zhou (Facebook)
1
-15
/
+45
2018-08-01
blk-cgroup: hold the queue ref during throttling
Josef Bacik
1
-1
/
+1
2018-08-01
blk-iolatency: fix blkg leak in timer_fn
Josef Bacik
1
-1
/
+1
2018-08-01
block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow path
zhong jiang
1
-3
/
+2
2018-07-30
block: blk_init_allocated_queue() set q->fq as NULL in the fail case
xiao jin
1
-0
/
+1
2018-07-30
block: move dif_prepare/dif_complete functions to block layer
Max Gurtovoy
1
-0
/
+110
2018-07-27
Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-16
/
+42
2018-07-27
partitions/aix: append null character to print data from disk
Mauricio Faria de Oliveira
1
-2
/
+6
2018-07-27
partitions/aix: fix usage of uninitialized lv_info and lvname structures
Mauricio Faria de Oliveira
1
-2
/
+3
2018-07-27
block: reset bi_iter.bi_done after splitting bio
Greg Edwards
1
-0
/
+1
2018-07-26
block: move bio_integrity_{intervals,bytes} into blkdev.h
Greg Edwards
1
-22
/
+0
2018-07-26
block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs
Martin Wilck
1
-3
/
+32
2018-07-26
block: bio_iov_iter_get_pages: fix size of last iovec
Martin Wilck
1
-10
/
+8
2018-07-24
block: allow max_discard_segments to be stacked
Mike Snitzer
1
-1
/
+1
2018-07-24
block: unexport bio_clone_bioset
Christoph Hellwig
2
-78
/
+68
2018-07-24
blk-mq: export setting request completion state
Keith Busch
1
-3
/
+1
2018-07-24
block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec
Christoph Hellwig
1
-4
/
+2
2018-07-24
block: simplify bio_check_pages_dirty
Christoph Hellwig
1
-35
/
+21
2018-07-22
blk-mq: fail the request in case issue failure
Ming Lei
1
-2
/
+6
2018-07-22
blk-rq-qos: make depth comparisons unsigned
Josef Bacik
2
-5
/
+5
2018-07-18
blkcg: Track DISCARD statistics and output them in cgroup io.stat
Tejun Heo
1
-4
/
+9
2018-07-18
block: Track DISCARD statistics and output them in stat and diskstat
Michael Callahan
2
-5
/
+17
2018-07-18
block: Add and use op_stat_group() for indexing disk_stat fields.
Michael Callahan
2
-13
/
+15
2018-07-18
block: Define and use STAT_READ and STAT_WRITE
Michael Callahan
2
-16
/
+16
2018-07-17
blk-mq: issue directly if hw queue isn't busy in case of 'none'
Ming Lei
3
-2
/
+36
2018-07-16
blk-iolatency: truncate our current time
Josef Bacik
1
-0
/
+6
2018-07-16
blk-iolatency: don't change the latency window
Josef Bacik
1
-10
/
+0
2018-07-14
Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2018-07-12
bsg: remove read/write support
Christoph Hellwig
1
-454
/
+6
2018-07-11
bsg: fix bogus EINVAL on non-data commands
Tony Battersby
1
-2
/
+0
2018-07-11
blk-iolatency: fix max_depth comparisons
Josef Bacik
1
-6
/
+6
2018-07-10
block: iolatency: avoid 64-bit division
Arnd Bergmann
1
-2
/
+1
2018-07-09
block: Add default switch case to blk_pm_allow_request() to kill warning
Geert Uytterhoeven
1
-2
/
+2
2018-07-09
block: fix infinite loop if the device loses discard capability
Mikulas Patocka
1
-0
/
+10
[next]