index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-mq: fix schedule-under-preempt for blocking drivers
Jens Axboe
2017-03-30
1
-3
/
+14
*
block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"
Colin Ian King
2017-03-30
1
-1
/
+1
*
block: do not put mq context in blk_mq_alloc_request_hctx
Minchan Kim
2017-03-30
1
-1
/
+0
*
blk-mq: include errors in did_work calculation
Jens Axboe
2017-03-29
1
-3
/
+4
*
block-mq: don't re-queue if we get a queue error
Josef Bacik
2017-03-29
1
-2
/
+1
*
blkcg: allocate struct blkcg_gq outside request queue spinlock
Tahsin Erdogan
2017-03-29
1
-25
/
+98
*
Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"
Jens Axboe
2017-03-29
1
-87
/
+51
*
blk-mq: fix a typo and a spelling mistake
Jens Axboe
2017-03-29
1
-2
/
+2
*
blk-mq-pci: Fix two spelling mistakes
Sagi Grimberg
2017-03-29
1
-1
/
+1
*
block: fix leak of q->rq_wb
Omar Sandoval
2017-03-29
1
-1
/
+3
*
blk-mq: fix leak of q->stats
Omar Sandoval
2017-03-29
1
-4
/
+0
*
block: warn if sharing request queue across gendisks
Omar Sandoval
2017-03-29
1
-0
/
+7
*
block: block new I/O just after queue is set as dying
Ming Lei
2017-03-29
1
-3
/
+10
*
block: rename blk_mq_freeze_queue_start()
Ming Lei
2017-03-29
2
-6
/
+6
*
block: add a read barrier in blk_queue_enter()
Ming Lei
2017-03-29
1
-0
/
+9
*
blk-mq: comment on races related with timeout handler
Ming Lei
2017-03-29
1
-0
/
+22
*
blk-mq: don't complete un-started request in timeout handler
Ming Lei
2017-03-29
1
-10
/
+1
*
blkcg: allocate struct blkcg_gq outside request queue spinlock
Tahsin Erdogan
2017-03-28
1
-51
/
+87
*
blk-throttle: add latency target support
Shaohua Li
2017-03-28
1
-4
/
+35
*
blk-throttle: add a mechanism to estimate IO latency
Shaohua Li
2017-03-28
4
-6
/
+180
*
block: track request size in blk_issue_stat
Shaohua Li
2017-03-28
4
-18
/
+37
*
blk-throttle: add interface for per-cgroup target latency
Shaohua Li
2017-03-28
1
-4
/
+24
*
blk-throttle: ignore idle cgroup limit
Shaohua Li
2017-03-28
1
-14
/
+26
*
blk-throttle: add interface to configure idle time threshold
Shaohua Li
2017-03-28
1
-13
/
+28
*
blk-throttle: add a simple idle detection
Shaohua Li
2017-03-28
3
-1
/
+86
*
blk-throttle: make bandwidth change smooth
Shaohua Li
2017-03-28
1
-3
/
+54
*
blk-throttle: detect completed idle cgroup
Shaohua Li
2017-03-28
1
-1
/
+18
*
blk-throttle: choose a small throtl_slice for SSD
Shaohua Li
2017-03-28
3
-3
/
+24
*
blk-throttle: make throtl_slice tunable
Shaohua Li
2017-03-28
3
-22
/
+73
*
blk-throttle: make sure expire time isn't too big
Shaohua Li
2017-03-28
1
-0
/
+11
*
blk-throttle: add downgrade logic
Shaohua Li
2017-03-28
1
-0
/
+156
*
blk-throttle: add upgrade logic for LIMIT_LOW state
Shaohua Li
2017-03-28
1
-4
/
+96
*
blk-throttle: configure bps/iops limit for cgroup in low limit
Shaohua Li
2017-03-28
1
-2
/
+18
*
blk-throttle: add .low interface
Shaohua Li
2017-03-28
1
-28
/
+116
*
blk-throttle: add configure option for new .low interface
Shaohua Li
2017-03-28
1
-0
/
+12
*
blk-throttle: prepare support multiple limits
Shaohua Li
2017-03-28
1
-40
/
+70
*
blk-throttle: use U64_MAX/UINT_MAX to replace -1
Shaohua Li
2017-03-28
1
-16
/
+16
*
block: constify struct blk_integrity_profile
Eric Biggers
2017-03-25
2
-5
/
+5
*
block: remove outdated part of blkdev_issue_flush() comment
Eric Biggers
2017-03-24
1
-2
/
+1
*
block: correct documentation for blkdev_issue_discard() flags
Eric Biggers
2017-03-24
1
-1
/
+1
*
block: make nr_iovecs unsigned in bio_alloc_bioset()
Dan Carpenter
2017-03-23
1
-1
/
+2
*
blk-mq: streamline blk_mq_make_request
Christoph Hellwig
2017-03-23
1
-36
/
+15
*
blk-mq: split the plug and sync cases in blk_mq_make_request
Christoph Hellwig
2017-03-23
1
-18
/
+18
*
blk-mq: improve blk_mq_try_issue_directly
Christoph Hellwig
2017-03-23
1
-14
/
+18
*
blk-mq: merge mq and sq make_request instances
Christoph Hellwig
2017-03-23
1
-133
/
+31
*
blk-mq: remove BLK_MQ_F_DEFER_ISSUE
Christoph Hellwig
2017-03-23
1
-7
/
+1
*
block: Fix oops scsi_disk_get()
Jan Kara
2017-03-23
1
-1
/
+1
*
block: fix stacked driver stats init and free
Jens Axboe
2017-03-22
2
-5
/
+8
*
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
2017-03-21
9
-317
/
+441
*
blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.c
Omar Sandoval
2017-03-21
1
-0
/
+2
[next]