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-mq: fix double-free in error path
Tony Battersby
2015-02-11
1
-0
/
+1
*
block: prevent request-to-request merging with gaps if not allowed
Keith Busch
2015-02-11
1
-0
/
+12
*
blk-mq: make blk_mq_run_queues() static
Jens Axboe
2015-02-10
1
-5
/
+4
*
cfq-iosched: handle failure of cfq group allocation
Konstantin Khlebnikov
2015-02-09
1
-1
/
+6
*
block: Quiesce zeroout wrapper
Martin K. Petersen
2015-02-05
1
-19
/
+7
*
block: rewrite and split __bio_copy_iov()
Dongsu Park
2015-02-05
1
-34
/
+56
*
block: merge __bio_map_user_iov into bio_map_user_iov
Christoph Hellwig
2015-02-05
2
-37
/
+21
*
block: merge __bio_map_kern into bio_map_kern
Christoph Hellwig
2015-02-05
1
-33
/
+17
*
block: pass iov_iter to the BLOCK_PC mapping functions
Kent Overstreet
2015-02-05
3
-111
/
+90
*
block: add a helper to free bio bounce buffer pages
Christoph Hellwig
2015-02-05
1
-32
/
+33
*
block: use blk_rq_map_user_iov to implement blk_rq_map_user
Christoph Hellwig
2015-02-05
2
-176
/
+14
*
block: simplify bio_map_kern
Christoph Hellwig
2015-02-05
1
-16
/
+44
*
block: keep established cmd_flags when cloning into a blk-mq request
Keith Busch
2015-01-28
1
-1
/
+1
*
block: add blk-mq support to blk_insert_cloned_request()
Keith Busch
2015-01-28
1
-0
/
+7
*
block: require blk_rq_prep_clone() be given an initialized clone request
Keith Busch
2015-01-28
1
-2
/
+0
*
blk-mq: add tag allocation policy
Shaohua Li
2015-01-23
3
-17
/
+29
*
block: support different tag allocation policy
Shaohua Li
2015-01-23
1
-8
/
+25
*
block: Remove annoying "unknown partition table" message
Boaz Harrosh
2015-01-22
1
-6
/
+6
*
block: Add discard flag to blkdev_issue_zeroout() function
Martin K. Petersen
2015-01-21
2
-5
/
+27
*
cfq-iosched: fix incorrect filing of rt async cfqq
Jeff Moyer
2015-01-21
1
-2
/
+7
*
blk-mq: fix false negative out-of-tags condition
Jens Axboe
2015-01-14
1
-17
/
+26
*
blk-mq: export blk_mq_freeze_queue()
Jens Axboe
2015-01-02
1
-0
/
+1
*
block: wake up waiters when a queue is marked dying
Jens Axboe
2014-12-31
5
-5
/
+42
*
blk-mq: Export freeze/unfreeze functions
Keith Busch
2014-12-20
1
-2
/
+4
*
blk-mq: Exit queue on alloc failure
Keith Busch
2014-12-20
1
-1
/
+3
*
Revert "blk-mq: Micro-optimize bt_get()"
Jens Axboe
2014-12-15
1
-1
/
+3
*
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-12-13
10
-119
/
+197
|
\
|
*
bio: modify __bio_add_page() to accept pages that don't start a new segment
Maurizio Lombardi
2014-12-11
1
-24
/
+30
|
*
blk-mq: Fix uninitialized kobject at CPU hotplugging
Takashi Iwai
2014-12-10
1
-5
/
+4
|
*
blk-mq: Use all available hardware queues
Bart Van Assche
2014-12-09
1
-1
/
+1
|
*
blk-mq: Micro-optimize bt_get()
Bart Van Assche
2014-12-09
1
-3
/
+1
|
*
blk-mq: Fix a race between bt_clear_tag() and bt_get()
Bart Van Assche
2014-12-09
1
-6
/
+5
|
*
blk-mq: Avoid that __bt_get_word() wraps multiple times
Bart Van Assche
2014-12-09
1
-2
/
+4
|
*
blk-mq: Fix a use-after-free
Bart Van Assche
2014-12-09
2
-8
/
+7
|
*
blk-mq: prevent unmapped hw queue from being scheduled
Ming Lei
2014-12-08
2
-2
/
+11
|
*
blk-mq: re-check for available tags after running the hardware queue
Jens Axboe
2014-12-08
1
-0
/
+8
|
*
blk-mq: fix hang in bt_get()
Bart Van Assche
2014-12-08
1
-0
/
+7
|
*
blk-mq: move the kdump check to blk_mq_alloc_tag_set
Shaohua Li
2014-11-30
1
-10
/
+10
|
*
blk-mq: cleanup tag free handling
Jens Axboe
2014-11-24
1
-18
/
+6
|
*
blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu map
Jens Axboe
2014-11-24
1
-1
/
+1
|
*
blk: introduce generic io stat accounting help function
Gu Zheng
2014-11-24
1
-0
/
+28
|
*
blk-mq: handle the single queue case in blk_mq_hctx_next_cpu
Christoph Hellwig
2014-11-24
1
-21
/
+10
|
*
genhd: check for int overflow in disk_expand_part_tbl()
Jens Axboe
2014-11-19
1
-2
/
+9
|
*
blk-mq: add blk_mq_free_hctx_request()
Jens Axboe
2014-11-17
1
-5
/
+12
|
*
blk-mq: export blk_mq_free_request()
Jens Axboe
2014-11-17
1
-0
/
+1
|
*
blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enable
Paolo Bonzini
2014-11-11
1
-4
/
+4
|
*
blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if needed
Paolo Bonzini
2014-11-11
1
-9
/
+12
|
*
blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag
Jens Axboe
2014-10-29
1
-1
/
+6
|
*
blk-mq: add a 'list' parameter to ->queue_rq()
Jens Axboe
2014-10-29
1
-2
/
+27
|
*
block: remove artifical max_hw_sectors cap
Christoph Hellwig
2014-10-21
1
-3
/
+1
[next]