summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug-pci.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-11target/user: Fix UFLAG_UNKNOWN_OP handlingAndy Grover1-8/+2
2015-09-11target: Remove no-op conditionalAndy Grover1-2/+1
2015-09-11target/user: Remove unused variableAndy Grover1-1/+0
2015-09-11target: Fix max_cmd_sn increment w/o cmdsn mutex regressionsRoland Dreier2-4/+5
2015-09-11target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger1-2/+4
2015-09-11target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger4-4/+78
2015-08-27target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover11-23/+23
2015-08-27target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover7-46/+53
2015-08-27target/iscsi: Keep local_ip as the actual sockaddrAndy Grover6-65/+48
2015-08-27target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover7-39/+36
2015-08-03target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier8-28/+25
2015-08-03qla2xxx: Update tcm_qla2xxx module description to 24xx+Sebastian Herbszt2-3/+3
2015-08-03iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp5-5/+34
2015-08-01drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-31target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp1-0/+3
2015-07-31target: Shrink struct se_cmd by rearranging fieldsRoland Dreier1-8/+8
2015-07-31target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier3-29/+13
2015-07-31target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker1-0/+36
2015-07-31target: improve unsupported opcode messageJoern Engel2-3/+5
2015-07-31target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier1-3/+3
2015-07-31target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik1-5/+4
2015-07-31target: remove initiatorname field in se_acl_lunChris Zankel3-7/+4
2015-07-31target: remove unused lun_flags field from se_lunChris Zankel1-1/+0
2015-07-24libiscsi: Use scsi helper to set information descriptorSagi Grimberg1-6/+3
2015-07-24target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg4-4/+18
2015-07-24scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg4-6/+27
2015-07-24scsi: Fix wrong additional sense length in descriptor formatSagi Grimberg1-1/+1
2015-07-24tcm_qla2xxx: Remove set-but-not-used variablesBart Van Assche1-6/+0
2015-07-24target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg1-3/+3
2015-07-24target: Use scsi helpers to build the sense data correctlySagi Grimberg2-43/+9
2015-07-24scsi: Move sense handling routines to scsi_commonSagi Grimberg4-104/+105
2015-07-24target: Split transport_send_check_condition_and_sense()Bart Van Assche1-235/+148
2015-07-24target: Inline transport_get_sense_codes()Bart Van Assche1-14/+2
2015-07-24tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke3-0/+23
2015-07-24tcm_loop: Remove SAS vestigiesHannes Reinecke1-8/+9
2015-07-06target: Use struct t10_pi_tupleSagi Grimberg3-12/+7
2015-07-05Linux 4.2-rc1v4.2-rc1Linus Torvalds1-2/+2
2015-07-05ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-07-05bluetooth: fix list handlingLinus Torvalds2-2/+3
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-07-04dax: bdev_direct_access() may sleepMatthew Wilcox1-0/+6
2015-07-04block: Add support for DAX reads/writes to block devicesMatthew Wilcox2-2/+8
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox1-1/+1
2015-07-04dax: Add block size note to documentationMatthew Wilcox1-2/+4
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1