summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-1110-94/+124
|\
| * scsi: use REQ_TYPE_FS for flush requestFUJITA Tomonori2010-08-072-17/+4Star
| * scsi: convert discard to REQ_TYPE_FS from REQ_TYPE_BLOCK_PCFUJITA Tomonori2010-08-071-1/+6
| * scsi/sd: remove big kernel lockArnd Bergmann2010-08-072-11/+8Star
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-072-1/+11
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-072-10/+25
| * scsi: fix discard page leakFUJITA Tomonori2010-08-072-7/+10
| * scsi: need to reset unprep_rq_fn in sd_removeFUJITA Tomonori2010-08-071-0/+1
| * block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
| * scsi: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-10/+16
| * scsi: remove unused free discard page in sd_doneFUJITA Tomonori2010-08-071-9/+0Star
| * scsi: add sd_unprep_fn to free discard pageFUJITA Tomonori2010-08-071-1/+11
| * block: implement an unprep function corresponding directly to prepJames Bottomley2010-08-071-1/+1
| * block: don't allocate a payload for discard requestChristoph Hellwig2010-08-071-18/+34
| * block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-4/+4
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-076-16/+17
| * aha1532: remove ISA_DMA_THRESHOLD usageFUJITA Tomonori2010-08-071-25/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-065-83/+74Star
|\ \
| * | pcmcia: remove memreq_tDominik Brodowski2010-08-031-3/+2Star
| * | pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-035-42/+40Star
| * | pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-035-33/+32Star
| * | pcmcia: remove cs_types.hDominik Brodowski2010-07-305-5/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-062-4/+0Star
|\ \ \
| * | | scsi: Remove owner field from attribute initialization in ARCMSR driverGuenter Roeck2010-08-051-3/+0Star
| * | | scsi: Remove owner field from attribute initialization in LPFC driverGuenter Roeck2010-08-051-1/+0Star
* | | | SCSI: remove fake "address-of" expressionAlan Stern2010-08-062-2/+2
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-062-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-242-4/+4
| * | | sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-282-3/+3
| |/ /
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-0518-31/+27Star
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-043-26/+43
| |\ \ \ | | | |/ | | |/|
| * | | libfc: use ARRAY_SIZEKulikov Vasiliy2010-07-201-3/+1Star
| * | | scsi: bfa: use ARRAY_SIZEKulikov Vasiliy2010-07-202-7/+5Star
| * | | fix comnment/printk typos concerning "empty"Uwe Kleine-König2010-07-121-1/+1
| * | | fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
| * | | Merge branch 'master' into for-nextJiri Kosina2010-06-1640-943/+1544
| |\ \ \ | | | |/ | | |/|
| * | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-165-6/+6
| * | | fix typos concerning "management"Uwe Kleine-König2010-06-166-8/+8
| * | | fix typos concerning "hierarchy"Uwe Kleine-König2010-06-163-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-05227-6088/+18351
|\ \ \ \
| * | | | [SCSI] zfcp: Introduce experimental support for DIF/DIXFelix Beck2010-07-281-0/+4
| * | | | [SCSI] sd: add support for runtime PMAlan Stern2010-07-281-5/+16
| * | | | [SCSI] implement runtime Power ManagementAlan Stern2010-07-287-11/+193
| * | | | [SCSI] convert to the new PM frameworkAlan Stern2010-07-284-47/+105
| * | | | [SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley2010-07-288-30/+30
| * | | | [SCSI] ibmvstgt: add __init/__exit macrosPeter Huewe2010-07-281-2/+2
| * | | | [SCSI] aacraid: Do not set DMA mask to 32 bit first if adapter only supports 31Rolf Eike Beer2010-07-281-6/+8
| * | | | [SCSI] qla2xxx: T10 DIF Type 2 supportArun Easi2010-07-284-6/+43
| * | | | [SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Andrew Vasquez2010-07-285-60/+5Star
| * | | | [SCSI] qla2xxx: Update copyright banner.Giridhar Malavali2010-07-2822-22/+22