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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-02
remove "struct subsystem" as it is no longer needed
Greg Kroah-Hartman
1
-6
/
+6
2007-04-30
Merge branch 'cfq' into for-linus
Jens Axboe
2
-416
/
+438
2007-04-30
[PATCH] elevator: elv_list_lock does not need irq disabling
Jens Axboe
1
-8
/
+9
2007-04-30
cfq-iosched: speedup cic rb lookup
Jens Axboe
1
-2
/
+18
2007-04-30
ll_rw_blk: add io_context private pointer
Jens Axboe
1
-0
/
+1
2007-04-30
cfq-iosched: get rid of cfqq hash
Vasily Tarasov
1
-100
/
+67
2007-04-30
cfq-iosched: tighten queue request overlap condition
Jens Axboe
1
-1
/
+2
2007-04-30
cfq-iosched: improve sync vs async workloads
Jens Axboe
1
-13
/
+18
2007-04-30
cfq-iosched: never allow an async queue idling
Jens Axboe
1
-1
/
+6
2007-04-30
cfq-iosched: get rid of ->dispatch_slice
Jens Axboe
1
-5
/
+1
2007-04-30
cfq-iosched: don't pass unused preemption variable around
Jens Axboe
1
-15
/
+13
2007-04-30
cfq-iosched: get rid of ->cur_rr and ->cfq_list
Jens Axboe
1
-55
/
+32
2007-04-30
cfq-iosched: slice offset should take ioprio into account
Jens Axboe
1
-1
/
+2
2007-04-30
[PATCH] cfq-iosched: style cleanups and comments
Jens Axboe
1
-16
/
+50
2007-04-30
cfq-iosched: sort IDLE queues into the rbtree
Jens Axboe
1
-36
/
+31
2007-04-30
cfq-iosched: sort RT queues into the rbtree
Jens Axboe
1
-15
/
+12
2007-04-30
[PATCH] cfq-iosched: speed up rbtree handling
Jens Axboe
1
-14
/
+48
2007-04-30
cfq-iosched: rework the whole round-robin list concept
Jens Axboe
1
-238
/
+123
2007-04-30
cfq-iosched: minor updates
Jens Axboe
1
-63
/
+18
2007-04-30
cfq-iosched: development update
Jens Axboe
1
-120
/
+261
2007-04-30
cfq-iosched: improve preemption for cooperating tasks
Jens Axboe
1
-6
/
+20
2007-04-25
cfq-iosched: fix alias + front merge bug
Jens Axboe
1
-6
/
+6
2007-04-20
cfq-iosched: fix sequential write regression
Jens Axboe
1
-15
/
+19
2007-04-04
[PATCH] remove protection of LANANA-reserved majors
Andrew Morton
1
-2
/
+0
2007-03-27
make elv_register() output atomic
Thibaut VARENE
1
-3
/
+4
2007-03-27
block: blk_max_pfn is somtimes wrong
Vasily Tarasov
1
-3
/
+3
2007-02-20
[PATCH] lockdep: annotate BLKPG_DEL_PARTITION
Peter Zijlstra
1
-1
/
+1
2007-02-20
[PATCH] rework reserved major handling
Andrew Morton
1
-7
/
+2
2007-02-17
update I/O sched Kconfig help texts - CFQ is now default, not AS.
Jesper Juhl
1
-4
/
+5
2007-02-12
[PATCH] mark struct file_operations const 3
Arjan van de Ven
1
-1
/
+1
2007-02-12
[PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majors
Andrew Morton
1
-0
/
+8
2007-02-11
cfq-iosched: improve continue or break logic in cfq_dispatch
Jens Axboe
1
-8
/
+8
2007-02-11
cfq-iosched: remove the implicit queue kicking in slice expire
Jens Axboe
1
-6
/
+6
2007-02-11
cfq-iosched: check whether a queue timed out in accounting
Jens Axboe
1
-14
/
+18
2007-02-11
cfq-iosched: tweak the FIFO checking
Jens Axboe
1
-3
/
+4
2007-02-11
cfq-iosched: don't pass in queue for cfq_arm_slice_timer()
Jens Axboe
1
-5
/
+4
2007-02-11
cfq-iosched: account for slice over/under time
Jens Axboe
1
-20
/
+12
2007-02-11
cfq-iosched: defer slice activation to first request being active
Jens Axboe
1
-38
/
+53
2007-02-11
[PATCH] cfq-iosched: use last service point as the fairness criteria
Jens Axboe
1
-14
/
+34
2007-02-11
cfq-iosched: document the cfqq flags
Jens Axboe
1
-9
/
+9
2007-02-11
[PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()
Jens Axboe
1
-10
/
+9
2007-02-11
cfq-iosched: remove cfq_io_context last_queue
Jens Axboe
1
-17
/
+2
2007-02-11
elevator: don't sort reads between writes
Jens Axboe
1
-0
/
+2
2007-02-11
elevator: abstract out the activate and deactivate functions
Jens Axboe
1
-9
/
+20
2007-02-11
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
1
-1
/
+1
2007-02-11
[PATCH] Relay: add CPU hotplug support
Mathieu Desnoyers
1
-2
/
+1
2007-02-10
[PARTITION]: Add whole_disk attribute.
Fabio Massimo Di Nitto
1
-1
/
+1
2007-02-09
[PATCH] md: fix various bugs with aligned reads in RAID5
Neil Brown
1
-1
/
+1
2007-01-29
[PATCH] Fix SG_IO timeout jiffy conversion
Mike Christie
1
-2
/
+3
2007-01-23
[PATCH] elevator: move clearing of unplug flag earlier
Linas Vepstas
1
-5
/
+6
[next]