summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)Author
2010-08-11scsi: use __uX types for headers exported to user spacePeter Korsgaard
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley
2010-07-28[SCSI] iscsi_transport: wait on session in error handler pathMike Christie
2010-07-28[SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt
2010-07-28[SCSI] libfc: add interface to allocate a sequence for incoming requestsJoe Eykholt
2010-07-28[SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr()Joe Eykholt
2010-07-28[SCSI] libfc: add fc_frame_sid() and fc_frame_did() functionsJoe Eykholt
2010-07-28[SCSI] libfc: eliminate rport LOGO stateJoe Eykholt
2010-07-28[SCSI] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint supportJoe Eykholt
2010-07-28[SCSI] libfcoe: add protocol description of FIP VN2VN modeJoe Eykholt
2010-07-28[SCSI] libfc: track FIP exchangesJoe Eykholt
2010-07-28[SCSI] libfc: add FLOGI state to rport for VN2VNJoe Eykholt
2010-07-28[SCSI] libfc: Add local port point-to-multipoint flagJoe Eykholt
2010-07-28[SCSI] libfcoe: fcoe: fnic: change fcoe_ctlr_init interface to specify modeJoe Eykholt
2010-07-28[SCSI] libfc: add discovery-private pointer for LLDJoe Eykholt
2010-07-28[SCSI] libfcoe: convert FIP to lock with mutex instead of spin lockJoe Eykholt
2010-07-28[SCSI] libfc: provide space for LLD after remote port structureJoe Eykholt
2010-07-28[SCSI] libfc: convert rport lookup to be RCU safeJoe Eykholt
2010-07-28[SCSI] fcoe: adds src and dest mac address checking for fcoe framesVasu Dev
2010-07-28[SCSI] fcoe: make it possible to verify fcoe with sparseBart Van Assche
2010-07-28[SCSI] iscsi_transport: added new iscsi_param to display target alias in sysfsVikas Chaudhary
2010-07-27[SCSI] libfc: fix indefinite rport restartJoe Eykholt
2010-07-27[SCSI] libfc: Fix remote port restart problemJoe Eykholt
2010-07-27[SCSI] libfc: Handle unsolicited PRLO requestBhanu Prakash Gollapudi
2010-07-27[SCSI] fcoe: clean up TBD comments in FCoE prototype headerJoe Eykholt
2010-06-02SCSI: implement sd_unlock_native_capacity()Tejun Heo
2010-05-16[SCSI] libfc: Move the port_id into lportRobert Love
2010-05-16[SCSI] libfc: Remove unused fc_get_host_port_typeRobert Love
2010-05-02[SCSI] Unexport scsi/scsi.h from headers_installTom Rini
2010-04-30[SCSI] Add missing scsi command definitionsMartin K. Petersen
2010-04-11[SCSI] fcoe, fnic, libfc: increased CDB size to 16 bytes for fcoe.Vasu Dev
2010-04-11[SCSI] libfc: fix hton24 macro to take expressions as argsJoe Eykholt
2010-04-11[SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh returnChristof Schmitt
2010-04-11[SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabledJoe Eykholt
2010-04-11[SCSI] libfcoe: eliminate unused link and last_link fieldsJoe Eykholt
2010-04-11[SCSI] libfc: add definition for task attribute maskJoe Eykholt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2010-03-12sysctl extern cleanup: sgDave Young
2010-03-03[SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal
2010-02-08[SCSI] scsi_transport_sas: add support for transport layer retries (TLR)James Bottomley
2010-01-18[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()James Bottomley
2010-01-17[SCSI] fc-transport: Use packed modifier for fc_bsg_request structure.Harish Zunjarrao
2009-12-30libsrp: fix compile failureJames Bottomley
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-12-10[SCSI] libosd: Fix blk_put_request locking againBoaz Harrosh
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-12-04[SCSI] libfc: Add target reset flag to FCP header fileChristof Schmitt
2009-12-04[SCSI] fcoe, libfc: add get_lesb() to allow LLD to fill the link error status...Yi Zou