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-10-08
blk-mq: complete req in softirq context in case of single queue
Ming Lei
2
-3
/
+16
2018-10-05
blk-mq-debugfs: Also show requests that have not yet been started
Bart Van Assche
1
-2
/
+1
2018-10-01
Merge tag 'v4.19-rc6' into for-4.20/block
Jens Axboe
8
-19
/
+16
2018-09-28
blk-iolatency: keep track of previous windows stats
Josef Bacik
1
-7
/
+13
2018-09-28
blk-iolatency: use a percentile approache for ssd's
Josef Bacik
1
-34
/
+145
2018-09-28
blk-iolatency: deal with small samples
Josef Bacik
1
-1
/
+1
2018-09-28
blk-iolatency: deal with nr_requests == 1
Josef Bacik
1
-1
/
+1
2018-09-28
blk-iolatency: use q->nr_requests directly
Josef Bacik
1
-3
/
+3
2018-09-28
kyber: fix integer overflow of latency targets on 32-bit
Omar Sandoval
1
-3
/
+3
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-5
/
+14
2018-09-27
kyber: add tracepoints
Omar Sandoval
1
-18
/
+34
2018-09-27
kyber: implement improved heuristics
Omar Sandoval
1
-218
/
+279
2018-09-27
kyber: don't make domain token sbitmap larger than necessary
Omar Sandoval
1
-13
/
+2
2018-09-27
block: export blk_stat_enable_accounting()
Omar Sandoval
1
-0
/
+1
2018-09-27
block: move call of scheduler's ->completed_request() hook
Omar Sandoval
3
-7
/
+7
2018-09-27
blk-mq: I/O and timer unplugs are inverted in blktrace
Ilya Dryomov
1
-2
/
+2
2018-09-26
block: fix deadline elevator drain for zoned block devices
Damien Le Moal
1
-1
/
+1
2018-09-26
blk-mq: Enable support for runtime power management
Bart Van Assche
2
-6
/
+2
2018-09-26
block: Make blk_get_request() block for non-PM requests while suspended
Bart Van Assche
2
-34
/
+47
2018-09-26
block: Allow unfreezing of a queue while requests are in progress
Bart Van Assche
1
-1
/
+1
2018-09-26
block: Schedule runtime resume earlier
Bart Van Assche
2
-2
/
+2
2018-09-26
block: Split blk_pm_add_request() and blk_pm_put_request()
Bart Van Assche
3
-5
/
+33
2018-09-26
block, scsi: Change the preempt-only flag into a counter
Bart Van Assche
2
-18
/
+27
2018-09-26
block: Move power management code into a new source file
Bart Van Assche
6
-216
/
+237
2018-09-26
block: remove ARCH_BIOVEC_PHYS_MERGEABLE
Christoph Hellwig
1
-5
/
+2
2018-09-25
blk-mq: Allow blocking queue tag iter callbacks
Keith Busch
1
-9
/
+4
2018-09-24
block: remove bvec_to_phys
Christoph Hellwig
1
-2
/
+2
2018-09-24
block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable
Christoph Hellwig
4
-40
/
+17
2018-09-24
block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_page
Christoph Hellwig
1
-1
/
+3
2018-09-24
block: simplify BIOVEC_PHYS_MERGEABLE
Christoph Hellwig
4
-8
/
+22
2018-09-24
block: move req_gap_back_merge to blk.h
Christoph Hellwig
1
-0
/
+19
2018-09-24
block: move req_gap_{back,front}_merge to blk-merge.c
Christoph Hellwig
1
-0
/
+65
2018-09-24
block: move integrity_req_gap_{back,front}_merge to blk.h
Christoph Hellwig
1
-2
/
+33
2018-09-21
blk-mq: Document the functions that iterate over requests
Bart Van Assche
1
-7
/
+64
2018-09-21
blkcg: rename blkg_try_get to blkg_tryget
Dennis Zhou (Facebook)
3
-4
/
+3
2018-09-21
blkcg: change blkg reference counting to use percpu_ref
Dennis Zhou (Facebook)
1
-25
/
+39
2018-09-21
blkcg: remove additional reference to the css
Dennis Zhou (Facebook)
1
-26
/
+36
2018-09-21
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
2
-46
/
+12
2018-09-21
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou (Facebook)
1
-24
/
+59
2018-09-21
blkcg: consolidate bio_issue_init to be a part of core
Dennis Zhou (Facebook)
4
-10
/
+4
2018-09-21
blkcg: always associate a bio with a blkg
Dennis Zhou (Facebook)
3
-26
/
+41
2018-09-21
blkcg: convert blkg_lookup_create to find closest blkg
Dennis Zhou (Facebook)
2
-15
/
+27
2018-09-21
blkcg: update blkg_lookup_create to do locking
Dennis Zhou (Facebook)
2
-4
/
+29
2018-09-21
blkcg: fix ref count issue with bio_blkcg using task_css
Dennis Zhou (Facebook)
5
-8
/
+14
2018-09-21
block: use nanosecond resolution for iostat
Omar Sandoval
4
-10
/
+8
2018-09-20
Blk-throttle: update to use rbtree with leftmost node cached
Liu Bo
1
-26
/
+15
2018-09-20
block: use bio_add_page in bio_iov_iter_get_pages
Christoph Hellwig
1
-21
/
+20
2018-09-14
blok, bfq: do not plug I/O if all queues are weight-raised
Paolo Valente
1
-2
/
+8
2018-09-14
block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash
Paolo Valente
2
-6
/
+88
2018-09-14
block, bfq: correctly charge and reset entity service in all cases
Paolo Valente
1
-3
/
+10
[next]