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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-26
block: add helpers to run flush_dcache_page() against a bio and a request's p...
Ilya Loginov
29
-0
/
+83
2009-11-26
cfq: Make use of service count to estimate the rb_key offset
Gui Jianfeng
1
-2
/
+6
2009-11-23
cciss: change Cmd_sg_list.sg_chain_dma type to dma_addr_t
Alex Chiang
1
-1
/
+1
2009-11-23
cciss: fix scatter gather cleanup problems
Stephen M. Cameron
1
-7
/
+18
2009-11-23
partitions: read whole sector with EFI GPT header
Karel Zak
2
-5
/
+10
2009-11-23
partitions: use sector size for EFI GPT
Karel Zak
1
-8
/
+15
2009-11-13
cciss: Fix weird usage of ENXIO in cciss_scsi.c
Stephen M. Cameron
2
-6
/
+3
2009-11-13
cciss: Add enhanced scatter-gather support.
Don Brace
3
-20
/
+188
2009-11-13
cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGED
Stephen M. Cameron
1
-2
/
+16
2009-11-13
cciss: Remove unnecessary check in scan_thread
Stephen M. Cameron
1
-7
/
+5
2009-11-13
cciss: fix typo that causes scsi status to be lost.
Stephen M. Cameron
1
-1
/
+1
2009-11-13
cciss: remove sendcmd() as it is no longer used.
Stephen M. Cameron
1
-163
/
+0
2009-11-13
cciss: clean up code in cciss_shutdown
Stephen M. Cameron
1
-20
/
+18
2009-11-13
cciss: Remove the "withirq" parameter from various functions where possible
Stephen M. Cameron
1
-60
/
+29
2009-11-13
cciss: Retry driver initiated cmds with unit attention condition
Stephen M. Cameron
1
-0
/
+2
2009-11-13
cciss: Fix problem with remove_from_scan_list on driver unload
Stephen M. Cameron
1
-8
/
+13
2009-11-13
cciss: Make device attributes static
Alex Chiang
1
-8
/
+8
2009-11-11
block: jiffies fixes
Randy Dunlap
3
-2
/
+5
2009-11-10
block: Expose discard granularity
Martin K. Petersen
6
-10
/
+101
2009-11-08
cfq-iosched: fix next_rq computation
Corrado Zoccolo
1
-6
/
+7
2009-11-04
Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.33
Jens Axboe
6
-18
/
+22
2009-11-04
Now it is equal to DRBD release 8.3.5 without compat crap
Philipp Reisner
1
-1
/
+1
2009-11-04
drbd: performance - don't lose unplug events
Lars Ellenberg
1
-1
/
+6
2009-11-04
Do not deadlock in drbd_disconnect() [bugz 258]
Philipp Reisner
1
-4
/
+0
2009-11-04
drbdsetup X resume-io should be usable to resume IO [Bugz 256]
Philipp Reisner
1
-4
/
+3
2009-11-04
drbd: fix check for too large lower level device
Lars Ellenberg
1
-5
/
+9
2009-11-04
fix grammar in printk
Lars Ellenberg
1
-1
/
+1
2009-11-04
change default: by default, use socket buffer auto tuning
Lars Ellenberg
1
-2
/
+2
2009-11-04
block/scsi_ioctl.c: quiet sparse noise
H Hartley Sweeten
1
-2
/
+4
2009-11-04
sendfile(): check f_op.splice_write() rather than f_op.sendpage()
Changli Gao
2
-11
/
+15
2009-11-04
block/ps3: fix slow VRAM IO
Hideyuki Sasaki
1
-1
/
+9
2009-11-04
cfq-iosched: get rid of the coop_preempt flag
Jens Axboe
1
-19
/
+2
2009-11-03
cfq-iosched: fix merge error
Jens Axboe
1
-1
/
+0
2009-11-03
Merge branch 'for-linus' into for-2.6.33
Jens Axboe
1608
-24537
/
+87755
2009-11-03
Merge branch 'cfq-2.6.33' into for-2.6.33
Jens Axboe
1
-52
/
+321
2009-11-03
cfq-iosched: limit coop preemption
Shaohua Li
1
-2
/
+15
2009-11-03
cfq-iosched: fix bad return value cfq_should_preempt()
Jens Axboe
1
-1
/
+1
2009-11-03
backing-dev: bdi sb prune should be in the unregister path, not destroy
Jens Axboe
1
-1
/
+2
2009-11-03
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block into for-2.6.33
Philipp Reisner
46
-1634
/
+22432
2009-11-02
Fix bio_alloc() and bio_kmalloc() documentation
Alberto Bertogli
1
-13
/
+13
2009-11-02
Do not __always_inline bvec_kmap_irq() and bvec_kunmap_irq()
Alberto Bertogli
1
-6
/
+2
2009-11-02
bio_put(): add bio_clone() to the list of functions in the comment
Alberto Bertogli
1
-1
/
+1
2009-11-02
cfq-iosched: simplify prio-unboost code
Corrado Zoccolo
1
-5
/
+3
2009-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
36
-3462
/
+75
2009-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
5
-30
/
+43
2009-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2
-6
/
+6
2009-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
7
-44
/
+206
2009-10-31
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
6
-40
/
+36
2009-10-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs
Linus Torvalds
2
-1
/
+2
2009-10-31
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
15
-224
/
+284
[next]