- a9c9a6f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 6 months ago
- cb22f89 scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.request by Bart Van Assche · 3 years, 6 months ago
- 8f13142 scsi: target: Remove redundant assignment to variable ret by Colin Ian King · 3 years, 7 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 7 months ago
- 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 10 months ago
- 1130b49 scsi: target: tcm_loop: Use LIO wq cmd submission helper by Mike Christie · 4 years ago
- e0eb5d3 scsi: target: tcm_loop: Use block cmd allocator for se_cmds by Mike Christie · 4 years ago
- 0869419 scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() by Mike Christie · 4 years ago
- 17ae18a scsi: target: tcm_loop: Convert to new submission API by Mike Christie · 4 years ago
- 94a0dfc scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settable by Mike Christie · 4 years, 4 months ago
- c68a567 scsi: target: loopback: Fix READ with data and sensebytes by Bodo Stroesser · 4 years, 10 months ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- ae3d56d scsi: remove bidirectional command support by Christoph Hellwig · 6 years ago
- f80d2f0 scsi: target/core: Remove the write_pending_status() callback function by Bart Van Assche · 6 years ago
- 4af14d1 scsi: remove the use_clustering flag by Christoph Hellwig · 6 years ago
- 59a206b scsi: target: replace fabric_ops.name with fabric_alias by David Disseldorp · 6 years ago
- 30c7ca9 scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops by David Disseldorp · 6 years ago
- 72f02ba Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- e33e5c8 target/loop: depend on SCSI by Christoph Hellwig · 7 years ago
- 25b8855 scsi: target: loop, usb, vhost, xen: use target_remove_session by Mike Christie · 7 years ago
- fa83428 scsi: target: rename target_alloc_session by Mike Christie · 7 years ago
- 799d44d scsi: target/tcm_loop: Avoid that static checkers warn about dead code by Bart Van Assche · 7 years ago
- aa090ea scsi: target: Remove second argument from fabric_make_tpg() by Bart Van Assche · 7 years ago
- bf3a2b3 target/tcm_loop: Use blk_queue_flag_set() by Bart Van Assche · 7 years ago
- 09f99a3 target: tcm_loop: Use seq_puts() in tcm_loop_show_info() by Markus Elfring · 7 years ago
- 2dfe351 target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submission_work() by Markus Elfring · 7 years ago
- 7deeceb target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop_issue_tmr() by Markus Elfring · 7 years ago
- c8d1f4b target: tcm_loop: Combine substrings for 26 messages by Markus Elfring · 7 years ago
- a572dba target: tcm_loop: Improve a size determination in two functions by Markus Elfring · 7 years ago
- cd3fb32 target: tcm_loop: Delete an error message for a failed memory allocation in four functions by Markus Elfring · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 4c1f0e6 target/tcm_loop: Make TMF processing slightly faster by Bart Van Assche · 8 years ago
- 75f141a target/tcm_loop: Use target_submit_tmr() instead of open-coding this function by Bart Van Assche · 8 years ago
- d17203c target/tcm_loop: Replace a waitqueue and a counter by a completion by Bart Van Assche · 8 years ago
- 4d3895d target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmr by Bart Van Assche · 8 years ago
- 8dcf07b target: Minimize #include directives by Bart Van Assche · 8 years ago
- 36ec2dd target: make close_session optional by Christoph Hellwig · 9 years ago
- 22d1175 target: make ->shutdown_session optional by Christoph Hellwig · 9 years ago
- fb444abe target: Convert demo-mode only drivers to target_alloc_session by Christoph Hellwig · 9 years ago
- 2628b35 tcm_loop: Show address of tpg in configfs by Sheng Yang · 9 years ago
- d83763f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
- 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
- 2eafd72 target: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
- e986a35 tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UA by Hannes Reinecke · 10 years ago
- b7446ca tcm_loop: Remove SAS vestigies by Hannes Reinecke · 10 years ago
- f2d3068 target: use 64-bit LUNs by Hannes Reinecke · 10 years ago
- bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 10 years ago
- 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 10 years ago
- 649ee05 target: Move task tag into struct se_cmd + support 64-bit tags by Bart Van Assche · 10 years ago
- 2650d71 target: move transport ID handling to the core by Christoph Hellwig · 10 years ago
- 2aeeafa target: remove the get_fabric_proto_ident method by Christoph Hellwig · 10 years ago
- e4aae5a target: change core_tpg_register prototype by Christoph Hellwig · 10 years ago
- 1667a45 tcm_loop: stop using se_tpg_fabric_ptr by Christoph Hellwig · 10 years ago
- 144bc4c target: move node ACL allocation to core code by Christoph Hellwig · 10 years ago
- e1750d2 target: make the tpg_get_default_depth method optional by Christoph Hellwig · 10 years ago
- df75b95 tcm_loop: remove struct tcm_loop_nacl by Christoph Hellwig · 10 years ago
- 9736f4a target/loop: Enable VARLEN CDB support by Ilias Tsitsimpis · 10 years ago
- c666872 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
- 9ac8928 target: simplify the target template registration API by Christoph Hellwig · 10 years ago
- 2e1cd90 tcm_loop: fixup tpgt string to integer conversion by Ming Lin · 10 years ago
- 436f4a0 loopback: Add fabric_prot_type attribute support by Nicholas Bellinger · 10 years ago
- 6e1a27b target: mark tcm_loop_primary static by Christoph Hellwig · 10 years ago
- 2f450cc loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_session by Bart Van Assche · 10 years ago
- cdce6ac Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
- ed55635 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
- 68d81f4 scsi: remove MSG_*_TAG defines by Christoph Hellwig · 10 years ago
- efc3c1d scsi: remove ->change_queue_type method by Christoph Hellwig · 10 years ago
- 506787a tcm_loop: Fix wrong I_T nexus association by Hannes Reinecke · 10 years ago
- db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
- c40ecc1 scsi: avoid ->change_queue_depth indirection for queue full tracking by Christoph Hellwig · 10 years ago
- c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
- 2ecb204 scsi: always assign block layer tags if enabled by Christoph Hellwig · 10 years ago
- 609aa22 scsi: remove ordered_tags scsi_device field by Christoph Hellwig · 10 years ago
- a62182f scsi: provide a generic change_queue_type method by Christoph Hellwig · 10 years ago
- 6375f89 tcm_loop: Fixup tag handling by Hannes Reinecke · 10 years ago
- 33940d0 target: encapsulate smp_mb__after_atomic() by Joern Engel · 10 years ago
- 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 11 years ago
- b43f188 tcm_loop: Fix memory leak in tcm_loop_submission_work error path by Nicholas Bellinger · 11 years ago
- ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
- e2a4f55 TARGET/sbc,loopback: Adjust command data length in case pi exists on the wire by Sagi Grimberg · 11 years ago
- 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
- e70beee target: Pass in transport supported PI at session initialization by Nicholas Bellinger · 11 years ago
- 131e6ab target: Add TFO->abort_task for aborted task resources release by Nicholas Bellinger · 11 years ago
- b5b8e29 Target/dif: Introduce protection-passthough-only mode by Sagi Grimberg · 11 years ago
- 59dedde tcm_loop: Enable DIF/DIX modes in SCSI host LLD by Nicholas Bellinger · 11 years ago
- def2b33 target: Add protection SGLs to target_submit_cmd_map_sgls by Nicholas Bellinger · 11 years ago
- f0a6c69 drivers: target: Mark functions as static in tcm_loop.c by Rashika Kheria · 11 years ago
- 8f4a1fb tcm_loop: Implement target reset by Hannes Reinecke · 11 years ago
- 969871c tcm_loop: TCQ and command abort support by Hannes Reinecke · 11 years ago
- a314d70 tcm_loop: separate out tcm_loop_issue_tmr by Hannes Reinecke · 11 years ago
- fb2b284 tcm_loop: Implement transport offline by Hannes Reinecke · 11 years ago
- 1ec59fe tcm_loop: Check for valid hba in tcm_loop_drop_nexus() by Hannes Reinecke · 11 years ago
- d80e224d target: Remove TF_CIT_TMPL macro by Andy Grover · 11 years ago
- 4c76251 target: Update copyright ownership/year information to 2013 by Nicholas Bellinger · 11 years ago
- b79fafa target: make queue_tm_rsp() return void by Joern Engel · 12 years ago
- 8946b07 tcm: switch to ->show_info() by Al Viro · 12 years ago
- 0fd97cc target: kill struct se_subsystem_dev by Christoph Hellwig · 12 years ago
- 8f9f44f tcm_loop: Convert I/O path to use target_submit_cmd_map_sgls by Nicholas Bellinger · 12 years ago
- 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 13 years ago
- 2ed772b target: Remove unused target_core_fabric_ops.get_fabric_sense_len method by Roland Dreier · 13 years ago