summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-146-56/+131
|\
| * block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-141-3/+6
| * Make DISCARD_BARRIER and DISCARD_NOBARRIER writes instead of readsDavid Woodhouse2009-09-141-2/+2
| * block: Optimal I/O limit wrapperMartin K. Petersen2009-09-141-0/+1
| * Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-141-7/+14
| * block: enable rq CPU completion affinity by defaultJens Axboe2009-09-111-1/+2
| * block: make blk_iopoll_prep_sched() follow normal 0/1 return conventionJens Axboe2009-09-111-2/+9
| * block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-112-0/+42
| * block: improve queue_should_plug() by looking at IO depthsJens Axboe2009-09-111-0/+2
| * bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-112-19/+8
| * block: make bio_rw_flagged() return a boolJens Axboe2009-09-111-1/+4
| * block: implement mixed merge of different failfast requestsTejun Heo2009-09-111-5/+18
| * block: use the same failfast bits for bio and requestTejun Heo2009-09-112-20/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-09-149-145/+184
|\ \
| * | [SCSI] libiscsi, bnx2i: make bound ep check commonMike Christie2009-09-121-0/+1
| * | [SCSI] libiscsi: add completion function for drivers that do not need pdu pro...Mike Christie2009-09-121-0/+2
| * | [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt2009-09-101-2/+14
| * | [SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt2009-09-102-0/+22
| * | [SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt2009-09-101-0/+5
| * | [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt2009-09-101-1/+1
| * | [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love2009-09-101-8/+9
| * | [SCSI] libfc: fix: empty zone causes endless discovery retries.Joe Eykholt2009-09-101-0/+1
| * | [SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt2009-09-101-0/+3
| * | [SCSI] libfc: remove unused disc->delay elementJoe Eykholt2009-09-101-1/+0
| * | [SCSI] libfc: eliminate disc->eventJoe Eykholt2009-09-101-1/+0
| * | [SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt2009-09-101-21/+19
| * | [SCSI] libfc: rename rport event CREATED to READYJoe Eykholt2009-09-101-1/+1
| * | [SCSI] libfc: make rport structure optionalJoe Eykholt2009-09-101-13/+16
| * | [SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt2009-09-102-22/+6
| * | [SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt2009-09-102-14/+19
| * | [SCSI] libfc: fix RPORT_TO_PRIV and PRIV_TO_RPORT() macros.Joe Eykholt2009-09-101-2/+2
| * | [SCSI] libfc: change interface for rport_createJoe Eykholt2009-09-101-3/+2
| * | [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt2009-09-101-1/+9
| * | [SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_...Vasu Dev2009-09-051-3/+6
| * | [SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM)Vasu Dev2009-09-051-0/+1
| * | [SCSI] iscsi_tcp: add new conn error to indicate tcp conn closedMike Christie2009-09-051-0/+1
| * | [SCSI] scsi_dh: add the interface scsi_dh_set_params()Chandra Seetharaman2009-08-222-0/+6
| * | [SCSI] ses: add support for enclosure component hot removalJames Bottomley2009-08-221-1/+1
| * | [SCSI] ses: fix hotplug with multiple devices and expandersJames Bottomley2009-08-221-1/+2
| * | [SCSI] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_dataYi Zou2009-08-221-7/+0
| * | [SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor listVasu Dev2009-08-221-40/+8
| * | [SCSI] libfc: Remove the FC_EM_DBG macroRobert Love2009-08-221-6/+0
| * | [SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and relat...Vasu Dev2009-08-221-0/+24
| * | [SCSI] libfc: rename rport state "NONE" to "DELETE".Joe Eykholt2009-08-221-1/+1
| * | [SCSI] libfc: rename lport NONE state to DISABLEDJoe Eykholt2009-08-221-1/+1
| * | [SCSI] libfc: change debug messages to give host number.Joe Eykholt2009-08-221-16/+20
| * | [SCSI] libfc: remove extra semicolons from debug macrosJoe Eykholt2009-08-221-10/+10
| * | [SCSI] scsi_dh: Reference count scsi_dh_attachChandra Seetharaman2009-08-221-0/+2
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-09-142-0/+85
|\ \ \
| * \ \ Merge branch 'master' into develRussell King2009-09-1237-134/+407
| |\ \ \
OpenPOWER on IntegriCloud