summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-02[SCSI] a2091, gvp11: kill warn_unused_result warningsGeert Uytterhoeven2-8/+18
2009-01-02[SCSI] fusion: Move a dereference below a NULL testJulia Lawall1-2/+3
2009-01-02[SCSI] mvsas: increase port type detection delay to suit Seagate's 10k6 drive...Reinhard Nissl1-1/+1
2009-01-02[SCSI] st: retry enlarge_buffer allocationKai Makisara1-1/+10
2009-01-02[SCSI] st: integrate st_scsi_kern_execute and st_do_scsiKai Makisara1-136/+66
2009-01-02[SCSI] st: remove unused frp_sg_currentFUJITA Tomonori2-3/+0
2009-01-02[SCSI] st: remove unused orig_frp_segsFUJITA Tomonori2-5/+3
2009-01-02[SCSI] st: simplify new_tape_bufferFUJITA Tomonori1-15/+6
2009-01-02[SCSI] st: remove struct scatterlistFUJITA Tomonori2-7/+2
2009-01-02[SCSI] st: kill struct st_buff_fragmentFUJITA Tomonori2-42/+43
2009-01-02[SCSI] st: remove buf_to_sgFUJITA Tomonori1-29/+0
2009-01-02[SCSI] st: convert dio path to use st_scsi_executeFUJITA Tomonori2-53/+24
2009-01-02[SCSI] st: convert non-dio path to use st_scsi_executeFUJITA Tomonori1-6/+21
2009-01-02[SCSI] st: add st_scsi_execute helper functionFUJITA Tomonori2-0/+55
2009-01-02[SCSI] st: add struct rq_map_data supportFUJITA Tomonori2-0/+13
2009-01-02[SCSI] st: make all the fragment buffers the same sizeFUJITA Tomonori1-9/+9
2009-01-02[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEFUJITA Tomonori1-0/+1
2009-01-02[SCSI] block: fix the partial mappings with struct rq_map_dataFUJITA Tomonori1-0/+1
2009-01-02[SCSI] ibmvscsi: Make max_requests module parameter more accurateBrian King1-6/+10
2009-01-02[SCSI] lpfc: Move a dereference below a NULL testJulia Lawall1-1/+2
2009-01-02[SCSI] sgiwd93: Fix compilation warningDmitri Vorobiev1-1/+2
2009-01-02[SCSI] ibmvfc: Fixup command response translationBrian King1-5/+5
2009-01-02[SCSI] Fix uninitialized variable error in scsi_io_completionAlan Stern1-1/+5
2009-01-02[SCSI] clean up scsi_times_outChristoph Hellwig1-18/+6
2009-01-02[SCSI] remove severly outdated comment in scsi_dispatch_cmdChristoph Hellwig1-4/+0
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers26-81/+79
2009-01-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-01-01shrink struct dentryNick Piggin1-1/+1
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+0
2008-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds3-8/+42
2008-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds131-5646/+24802
2008-12-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds299-10977/+36754
2008-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-87/+102
2008-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds12-56/+206
2008-12-31Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds70-1016/+2145
2008-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds27-767/+614
2008-12-31Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-263/+400
2008-12-31Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-180/+218
2008-12-31Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds57-451/+16982
2008-12-31Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds1-2/+9
2008-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-1/+1
2008-12-31Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds11-372/+491
2008-12-31Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-40/+131
2008-12-31Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-8/+8
2008-12-31Merge branches 'cma' and 'mlx4' into for-linusRoland Dreier1-1/+1
2008-12-31IB/mlx4: Fix reading SL field out of cqe->sl_vidRoland Dreier1-1/+1
2008-12-30[SCSI] fcoe: fix configuration problemsJames Bottomley1-2/+2
2008-12-30[SCSI] cxgb3i: fix select/depend problemJames Bottomley2-1/+7
2008-12-30[SCSI] fcoe: fix incorrect use of struct moduleJames Bottomley1-5/+5
2008-12-30[SCSI] cxgb3i: remove use of skb->spKaren Xie2-7/+7