index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-cgroup: allow controllers to output their own stats
Josef Bacik
2018-07-09
1
-3
/
+44
*
block: add bi_blkg to the bio for cgroups
Josef Bacik
2018-07-09
2
-14
/
+30
*
blk-mq: dequeue request one by one from sw queue if hctx is busy
Ming Lei
2018-07-09
3
-10
/
+43
*
blk-mq: only attempt to merge bio if there is rq in sw queue
Ming Lei
2018-07-09
1
-1
/
+2
*
blk-mq: use list_splice_tail_init() to insert requests
Ming Lei
2018-07-09
1
-7
/
+7
*
blk-mq: fix typo in a function comment
Minwoo Im
2018-07-09
1
-1
/
+1
*
blk-mq: code clean-up by adding an API to clear set->mq_map
Minwoo Im
2018-07-09
3
-5
/
+12
*
partitions/ldm: remove redundant pointer dgrp
Colin Ian King
2018-07-09
1
-3
/
+0
*
Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...
Liu Bo
2018-07-09
1
-1
/
+3
*
block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requests
Bart Van Assche
2018-07-09
1
-0
/
+4
*
blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()
Ming Lei
2018-07-09
1
-2
/
+6
*
blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()
Ming Lei
2018-07-09
2
-88
/
+7
*
blk-mq: introduce new lock for protecting hctx->dispatch_wait
Ming Lei
2018-07-09
1
-9
/
+17
*
blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()
Ming Lei
2018-07-09
1
-12
/
+11
*
blk-mq: cleanup blk_mq_get_driver_tag()
Ming Lei
2018-07-09
2
-14
/
+8
*
block, bfq: give a better name to bfq_bfqq_may_idle
Paolo Valente
2018-07-09
1
-8
/
+8
*
block, bfq: fix service being wrongly set to zero in case of preemption
Paolo Valente
2018-07-09
2
-12
/
+28
*
block, bfq: do not expire a queue that will deserve dispatch plugging
Paolo Valente
2018-07-09
1
-3
/
+33
*
block, bfq: add/remove entity weights correctly
Paolo Valente
2018-07-09
3
-17
/
+59
*
block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n
Bart Van Assche
2018-07-09
5
-15
/
+38
*
block: Inline blk_queue_nr_zones()
Bart Van Assche
2018-07-09
1
-1
/
+1
*
block: Remove a superfluous cast from blkdev_report_zones()
Bart Van Assche
2018-07-09
1
-1
/
+1
*
Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-30
2
-0
/
+16
|
\
|
*
blk-mq: don't queue more if we get a busy return
Jens Axboe
2018-06-29
1
-0
/
+12
|
*
block: Fix cloning of requests with a special payload
Bart Van Assche
2018-06-28
1
-0
/
+4
*
|
Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-24
7
-14
/
+6
|
\
\
|
|
/
|
*
blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONE
Bart Van Assche
2018-06-23
2
-1
/
+1
|
*
block: sed-opal: Fix a couple off by one bugs
Dan Carpenter
2018-06-20
1
-2
/
+2
|
*
blk-mq-debugfs: Off by one in blk_mq_rq_state_name()
Dan Carpenter
2018-06-20
1
-1
/
+1
|
*
Revert "block: Add warning for bi_next not NULL in bio_endio()"
Bart Van Assche
2018-06-19
2
-10
/
+1
|
*
block: fix timeout changes for legacy request drivers
Christoph Hellwig
2018-06-19
1
-0
/
+1
*
|
Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-17
4
-64
/
+17
|
\
\
|
|
/
|
*
bsg: fix race of bsg_open and bsg_unregister
Anatoliy Glagolev
2018-06-15
1
-11
/
+11
|
*
block: remov blk_queue_invalidate_tags
Christoph Hellwig
2018-06-15
1
-22
/
+0
|
*
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus
Jens Axboe
2018-06-15
1
-29
/
+0
|
|
\
|
|
*
blk-mq: remove blk_mq_tagset_iter
Christoph Hellwig
2018-06-14
1
-29
/
+0
|
*
|
blk-mq: don't time out requests again that are in the timeout handler
Christoph Hellwig
2018-06-14
1
-0
/
+5
|
*
|
blk-mq: reinit q->tag_set_list entry only after grace period
Roman Pen
2018-06-11
1
-2
/
+1
*
|
|
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-15
1
-1
/
+1
*
|
|
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
|
|
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+2
*
|
|
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-12
1
-8
/
+8
*
|
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
2
-3
/
+4
*
|
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
|
/
/
*
|
Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-10
1
-1
/
+3
|
\
\
|
|
/
|
*
block: fix use-after-free in block flush handling
Jens Axboe
2018-06-09
1
-1
/
+3
*
|
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-08
4
-4
/
+82
|
\
\
|
|
/
|
*
block: add bioset_init_from_src() helper
Jens Axboe
2018-06-08
1
-0
/
+18
|
*
block: always set partition number to '0' in blk_partition_remap()
Hannes Reinecke
2018-06-07
1
-1
/
+1
|
*
block: pass failfast and driver-specific flags to flush requests
Hannes Reinecke
2018-06-06
1
-3
/
+6
[next]