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
/
ll_rw_blk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-03
[PATCH] tidy "md: check bio address after mapping through partitions"
Andrew Morton
1
-4
/
+5
2006-10-31
[PATCH] md: check bio address after mapping through partitions.
NeilBrown
1
-4
/
+20
2006-10-20
[PATCH] separate bdi congestion functions from queue congestion functions
Andrew Morton
1
-71
/
+0
2006-10-20
[PATCH] export clear_queue_congested and set_queue_congested
Thomas Maier
1
-10
/
+10
2006-10-04
[PATCH] helper function for retrieving scsi_cmd given host based block layer tag
David C Somayajulu
1
-6
/
+1
2006-09-30
[PATCH] blk_queue_start_tag() shared map race fix
Jens Axboe
1
-4
/
+9
2006-09-30
[PATCH] exit_io_context: don't disable irqs
Oleg Nesterov
1
-5
/
+2
2006-09-30
[PATCH] Allow file systems to differentiate between data and meta reads
Jens Axboe
1
-0
/
+2
2006-09-30
[PATCH] ll_rw_blk: allow more flexibility for read_ahead_kb store
Jens Axboe
1
-3
/
+0
2006-09-30
[PATCH] Add blk_start_queueing() helper
Jens Axboe
1
-5
/
+20
2006-09-30
[PATCH] Make sure all block/io scheduler setups are node aware
Jens Axboe
1
-6
/
+7
2006-09-30
[PATCH] Audit block layer inlines
Jens Axboe
1
-4
/
+4
2006-09-30
[PATCH] cfq-iosched: kill cfq_exit_lock
Jens Axboe
1
-1
/
+1
2006-09-30
[PATCH] ll_rw_blk: cleanup __make_request()
Jens Axboe
1
-15
/
+7
2006-09-30
[PATCH] Drop useless bio passing in may_queue/set_request API
Jens Axboe
1
-5
/
+4
2006-09-30
[PATCH] Remove ->rq_status from struct request
Jens Axboe
1
-3
/
+0
2006-09-30
[PATCH] Remove struct request_list from struct request
Jens Axboe
1
-8
/
+2
2006-09-30
[PATCH] Remove ->waiting member from struct request
Jens Axboe
1
-7
/
+6
2006-09-30
[PATCH] elevator: abstract out the rbtree sort handling
Jens Axboe
1
-3
/
+4
2006-09-30
[PATCH] elevator: move the backmerging logic into the elevator core
Jens Axboe
1
-0
/
+2
2006-09-30
[PATCH] Split struct request ->flags into two parts
Jens Axboe
1
-66
/
+35
2006-09-29
[PATCH] ifdef blktrace debugging fields
Alexey Dobriyan
1
-2
/
+1
2006-09-23
Merge mulgrave-w:git/linux-2.6
James Bottomley
1
-0
/
+12
2006-09-22
Add a real API for dealing with blk_congestion_wait()
Trond Myklebust
1
-0
/
+12
2006-08-31
[SCSI] block: add support for shared tag maps
James Bottomley
1
-21
/
+88
2006-08-21
[PATCH] Fix current_io_context() vs set_task_ioprio() race
Oleg Nesterov
1
-0
/
+2
2006-07-06
[PATCH] Only the first two bits in bio->bi_rw and rq->flags match
Jens Axboe
1
-2
/
+2
2006-07-03
[PATCH] lockdep: annotate on-stack completions
Ingo Molnar
1
-1
/
+1
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+0
2006-06-30
[PATCH] Light weight event counters
Christoph Lameter
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate places
Chandra Seetharaman
1
-3
/
+1
2006-06-27
[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17
Chandra Seetharaman
1
-1
/
+1
2006-06-26
spelling fixes
Andreas Mohr
1
-2
/
+2
2006-06-23
[BLOCK] Fix bounce limit address check
Andi Kleen
1
-1
/
+1
2006-06-23
[PATCH] Kill PF_SYNCWRITE flag
Jens Axboe
1
-0
/
+3
2006-06-23
[PATCH] blk_start_queue() must be called with irq disabled - add warning
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+4
2006-06-23
[PATCH] list: use list_replace_init() instead of list_splice_init()
Oleg Nesterov
1
-3
/
+2
2006-05-23
[PATCH] blk: fix gendisk->in_flight accounting during barrier sequence
Jens Axboe
1
-1
/
+6
2006-05-11
[BLOCK] limit request_fn recursion
Jens Axboe
1
-2
/
+15
2006-04-26
[PATCH] Remove __devinitdata from notifier block definitions
Chandra Seetharaman
1
-1
/
+1
2006-04-20
[patch] cleanup: use blk_queue_stopped
Coywolf Qi Hunt
1
-2
/
+2
2006-04-02
Documentation: fix minor kernel-doc warnings
Martin Waitz
1
-1
/
+1
2006-03-28
Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
1
-6
/
+15
2006-03-28
[PATCH] for_each_possible_cpu: fixes for generic part
KAMEZAWA Hiroyuki
1
-1
/
+1
2006-03-28
[PATCH] ll_rw_blk: fix 80-col offender in put_io_context()
Jens Axboe
1
-1
/
+3
2006-03-28
[PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to tree
Jens Axboe
1
-6
/
+13
2006-03-27
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
1
-7
/
+7
2006-03-27
[PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.
NeilBrown
1
-0
/
+2
2006-03-27
[PATCH] blk_execute_rq_nowait-speedup
Andrew Morton
1
-3
/
+5
[next]