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
*
[BLOCK] Fix bounce limit address check
Andi Kleen
2006-06-23
1
-1
/
+1
*
[PATCH] rbtree: support functions used by the io schedulers
Jens Axboe
2006-06-23
3
-32
/
+20
*
[PATCH] cfq-iosched: rq update fixes
Jens Axboe
2006-06-23
1
-5
/
+5
*
[PATCH] cfq-iosched: many performance fixes
Jens Axboe
2006-06-23
1
-40
/
+76
*
[PATCH] cfq-iosched: correctly set ioprio on both targets
Jens Axboe
2006-06-23
1
-3
/
+2
*
[PATCH] Make CFQ the default IO scheduler
Jens Axboe
2006-06-23
1
-1
/
+1
*
[PATCH] Kill PF_SYNCWRITE flag
Jens Axboe
2006-06-23
3
-4
/
+5
*
[PATCH] cfq-iosched: Don't set the queue batching limits
Jens Axboe
2006-06-23
1
-45
/
+3
*
[PATCH] remove dead code from elevator switching
Dave Jones
2006-06-23
1
-3
/
+0
*
[PATCH] blk_start_queue() must be called with irq disabled - add warning
Paolo 'Blaisorblade' Giarrusso
2006-06-23
1
-1
/
+4
*
[PATCH] iosched: use hlist for request hashtable
Akinobu Mita
2006-06-23
2
-49
/
+35
*
[PATCH] list: use list_replace_init() instead of list_splice_init()
Oleg Nesterov
2006-06-23
1
-3
/
+2
*
[PATCH] Driver core: add generic "subsystem" link to all devices
Kay Sievers
2006-06-21
1
-5
/
+2
*
Fix up CFQ scheduler for recent rbtree node shrinkage
Linus Torvalds
2006-06-20
1
-1
/
+0
*
Merge git://git.infradead.org/~dwmw2/rbtree-2.6
Linus Torvalds
2006-06-20
3
-13
/
+5
|
\
|
*
[RBTREE] Change rbtree off-tree marking in I/O schedulers.
David Woodhouse
2006-04-21
3
-13
/
+5
*
|
[PATCH] cfq-iosched: fix crash in do_div()
Jens Axboe
2006-06-14
1
-8
/
+3
*
|
[PATCH] elevator switching race
Jens Axboe
2006-06-08
5
-45
/
+53
*
|
[PATCH] cfq-iosched: busy_rr fairness fix
Jens Axboe
2006-06-01
1
-2
/
+5
*
|
[PATCH] cfq-iosched: fix bug in timer handling for the idle class
Jens Axboe
2006-06-01
1
-4
/
+3
*
|
[PATCH] cfq-iosched: Detect hardware queueing
Jens Axboe
2006-06-01
1
-2
/
+13
*
|
[PATCH] cfq-iosched: Detect idle process issuing async request
Jens Axboe
2006-06-01
1
-3
/
+13
*
|
[PATCH] cfq-iosched: check busy queues before deciding we are idle
Jens Axboe
2006-06-01
1
-0
/
+7
*
|
[PATCH] cfq-iosched: fixup locking and ->queue_list list management
Jens Axboe
2006-05-30
1
-12
/
+13
*
|
[PATCH] blk: fix gendisk->in_flight accounting during barrier sequence
Jens Axboe
2006-05-23
1
-1
/
+6
*
|
Revert "[BLOCK] Fix oops on removal of SD/MMC card"
Linus Torvalds
2006-05-12
1
-2
/
+0
*
|
[BLOCK] limit request_fn recursion
Jens Axboe
2006-05-11
2
-3
/
+22
*
|
[BLOCK] Fix oops on removal of SD/MMC card
Russell King
2006-05-05
1
-0
/
+2
*
|
[PATCH] Remove __devinitdata from notifier block definitions
Chandra Seetharaman
2006-04-26
1
-1
/
+1
|
/
*
[PATCH] block/elevator.c: remove unused exports
Adrian Bunk
2006-04-20
1
-2
/
+0
*
[patch] cleanup: use blk_queue_stopped
Coywolf Qi Hunt
2006-04-20
1
-2
/
+2
*
[PATCH] cfq: Further rbtree traversal and cfq_exit_queue() race fix
OGAWA Hirofumi
2006-04-18
1
-7
/
+12
*
[PATCH 2/2] cfq: fix cic's rbtree traversal
OGAWA Hirofumi
2006-04-18
1
-6
/
+27
*
[PATCH 1/2] iosched: fix typo and barrier()
OGAWA Hirofumi
2006-04-18
2
-4
/
+6
*
[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementations
Christoph Hellwig
2006-04-13
1
-29
/
+72
*
Documentation: fix minor kernel-doc warnings
Martin Waitz
2006-04-02
1
-1
/
+1
*
[PATCH] config: fix CONFIG_LFS option
Trond Myklebust
2006-03-31
1
-4
/
+4
*
[PATCH] Don't pass boot parameters to argv_init[]
OGAWA Hirofumi
2006-03-31
1
-1
/
+1
*
[PATCH] Simplify proc/devices and fix early termination regression
Joe Korty
2006-03-31
1
-92
/
+11
*
Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2006-03-28
2
-171
/
+207
|
\
|
*
[BLOCK] cfq-iosched: seek and async performance fixes
Jens Axboe
2006-03-28
1
-37
/
+65
|
*
[PATCH] ll_rw_blk: fix 80-col offender in put_io_context()
Jens Axboe
2006-03-28
1
-1
/
+3
|
*
[PATCH] cfq-iosched: small cfq_choose_req() optimization
Andreas Mohr
2006-03-28
1
-18
/
+32
|
*
[PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to tree
Jens Axboe
2006-03-28
2
-116
/
+108
*
|
[PATCH] for_each_possible_cpu: fixes for generic part
KAMEZAWA Hiroyuki
2006-03-28
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2006-03-27
3
-10
/
+11
|
\
|
*
[PATCH] Fix blktrace compile with sysfs not defined
Jens Axboe
2006-03-27
1
-0
/
+1
|
*
[BLOCK] increase size of disk stat counters
Ben Woodard
2006-03-27
1
-3
/
+3
|
*
[PATCH] blk_execute_rq_nowait-speedup
Andrew Morton
2006-03-27
1
-3
/
+5
|
*
[BLOCK] ll_rw_blk: kmalloc -> kzalloc conversion
Jens Axboe
2006-03-27
1
-4
/
+2
[next]