summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-08-233-13/+15
|\
| * SCSI: Fix NULL pointer dereference in runtime PMAlan Stern2015-08-181-11/+11
| * fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fn...Hiral Shah2015-08-182-2/+4
* | Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-171-31/+0
|\ \
| * | Revert "libata-eh: Set 'information' field for autosense"Tejun Heo2015-08-031-31/+0
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-08-154-32/+26
|\ \ \ | | |/ | |/|
| * | sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen2015-08-121-3/+3
| * | libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche2015-08-121-2/+17
| * | libfc: Fix fc_exch_recv_req() error pathBart Van Assche2015-08-121-4/+4
| * | libiscsi: Fix host busy blocking during connection teardownJohn Soni Jose2015-08-121-23/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-08-024-14/+23
|\| |
| * | scsi: fix memory leak with scsi-mqTony Battersby2015-07-302-4/+4
| * | ipr: Fix invalid array indexing for HRRQBrian King2015-07-301-3/+8
| * | ipr: Fix incorrect trace indexingBrian King2015-07-302-2/+4
| * | ipr: Fix locking for unit attention handlingBrian King2015-07-301-5/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-07-2911-155/+950
|\ \ \
| * | | qla2xxx: terminate exchange when command is aborted by LIOAlexei Potashnik2015-07-243-35/+20
| * | | qla2xxx: drop cmds/tmrs arrived while session is being deletedAlexei Potashnik2015-07-241-0/+28
| * | | qla2xxx: disable scsi_transport_fc registration in target modeAlexei Potashnik2015-07-242-4/+13
| * | | qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik2015-07-246-26/+83
| * | | qla2xxx: Abort stale cmds on qla_tgt_wq when plogi arrivesAlexei Potashnik2015-07-241-0/+35
| * | | qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik2015-07-247-22/+481
| * | | qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle2015-07-246-13/+140
| * | | qla2xxx: kill sessions/log out initiator on RSCN and port down eventsRoland Dreier2015-07-243-31/+117
| * | | qla2xxx: fix command initialization in target mode.Kanoj Sarcar2015-07-241-5/+5
| * | | qla2xxx: Remove msleep in qlt_send_term_exchangeHimanshu Madhani2015-07-241-6/+7
| * | | qla2xxx: adjust debug flagsQuinn Tran2015-07-243-5/+8
| * | | qla2xxx: release request queue reservation.Quinn Tran2015-07-241-3/+7
| * | | qla2xxx: Add flush after updating ATIOQ consumer index.Quinn Tran2015-07-241-0/+1
| * | | qla2xxx: Enable target mode for ISP27XXHimanshu Madhani2015-07-247-12/+14
| * | | qla2xxx: Fix hardware lock/unlock issue causing kernel panic.Saurav Kashyap2015-07-242-6/+4
| * | | tcm_qla2xxx: pass timeout as HZ independent valueNicholas Mc Guire2015-07-231-1/+1
| | |/ | |/|
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-231-1/+3
|\ \ \
| * | | virtio scsi: fix unused variable warningStephen Rothwell2015-07-071-1/+3
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-07-192-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: fix host max depth checking for the 'queue_depth' sysfs interfaceJens Axboe2015-07-161-1/+1
| * | | st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M2015-07-161-1/+1
| | |/ | |/|
* / | IB/srp: Avoid using uninitialized variableSagi Grimberg2015-07-141-1/+2
|/ /
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-044-248/+38
|\ \
| * | target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-7/+2
| * | target: remove ->put_session methodChristoph Hellwig2015-05-301-13/+0
| * | target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * | target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-303-45/+23
| * | target: move transport ID handling to the coreChristoph Hellwig2015-05-302-75/+0
| * | target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-19/+0
| * | target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-4/+4
| * | target: move node ACL allocation to core codeChristoph Hellwig2015-05-302-29/+4
| * | target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-51/+8
| * | target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-7/+0
| * | target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-301-1/+1