summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)Author
2014-09-17target: fix unused shift in core_scsi3_pri_report_capabilitiesJoern Engel
2014-09-17target: correctly handle match_int errors in FILEIO + PSCSIJoern Engel
2014-09-17target: fix pr_out length in iscsi_parse_pr_out_transport_idJoern Engel
2014-09-17target: simplify target_fabric_make_lun error pathJoern Engel
2014-09-17target: Fix memory leak on error in target_fabric_make_mappedlunJoern Engel
2014-09-17target: Fix possible memory leak in aptpl_metadata parsingJoern Engel
2014-09-17iscsi-target: use strlcpy in iscsit_collect_login_statsJoern Engel
2014-09-17iscsi-target: avoid NULL pointer in iscsi_copy_param_list failureJoern Engel
2014-09-17iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcidNicholas Bellinger
2014-09-17iscsi-target: remove unnecessary check in iscsit_setup_np error pathJoern Engel
2014-09-17iscsi-target: Drop duplicate __iscsi_target_login_thread checkNicholas Bellinger
2014-09-17iscsi-target: simplify return statementJoern Engel
2014-09-17iscsi-target: remove always-true conditionsJoern Engel
2014-09-17iscsi-target: remove unused debug codeJoern Engel
2014-09-17target: Fix inverted logic in SE_DEV_ALUA_SUPPORT_STATE_STORESebastian Herbszt
2014-09-17target: Fix user data segment multiplier in spc_emulate_evpd_b3()Sebastian Herbszt
2014-09-15target: target_core_ua_h: Add #define of include guardRasmus Villemoes
2014-09-15tcm_fc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-09-15target/configfs: Remove unnecessary null testHimangi Saraogi
2014-09-15iscsi-target: Ignore ICF_GOT_LAST_DATAOUT during Data-Out ITT lookupNicholas Bellinger
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo
2014-06-27iscsi-target: fix iscsit_del_np deadlock on unloadMikulas Patocka
2014-06-27iscsi-target: Avoid rejecting incorrect ITT for Data-OutNicholas Bellinger
2014-06-26tcm_loop: Fix memory leak in tcm_loop_submission_work error pathNicholas Bellinger
2014-06-26iscsi-target: Explicily clear login response PDU in exception pathNicholas Bellinger
2014-06-26target: Fix left-over se_lun->lun_sep pointer OOPsNicholas Bellinger
2014-06-26iscsi-target; Enforce 1024 byte maximum for CHAP_C key valueNicholas Bellinger
2014-06-26iscsi-target: Convert chap_server_compute_md5 to use kstrtoulNicholas Bellinger
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-06-12target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger
2014-06-11TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg
2014-06-11target: Report correct response length for some commandsRoland Dreier
2014-06-11target/sbc: Check that the LBA and number of blocks are correct in VERIFYChristophe Vu-Brugier
2014-06-11target/sbc: Remove sbc_check_valid_sectors()Christophe Vu-Brugier
2014-06-11Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-10iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leakNicholas Bellinger
2014-06-10target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger
2014-06-10target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-06target: cleanup some boolean testsChristophe Vu-Brugier
2014-06-06target/spc: Simplify INQUIRY EVPD=0x80Christophe Vu-Brugier
2014-06-06tcm_fc: Generate TASK_SET_FULL status for response failuresNicholas Bellinger
2014-06-06tcm_fc: Generate TASK_SET_FULL status for DataIN failuresNicholas Bellinger
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe