1. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  2. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  3. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  4. ce8dd25 target: consolidate version defines by Christoph Hellwig · 9 years ago
  5. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 9 years ago
  6. 4cc987e target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage by Nicholas Bellinger · 9 years ago
  7. 5873c4d target: consolidate backend attribute implementations by Christoph Hellwig · 9 years ago
  8. 0a06d43 target: simplify backend driver registration by Christoph Hellwig · 9 years ago
  9. 29a05de target: Convert se_node_acl->device_list[] to RCU hlist by Nicholas Bellinger · 9 years ago
  10. a354170 target: Use a PASSTHROUGH flag instead of transport_types by Andy Grover · 9 years ago
  11. 7bfea53b target: Move passthrough CDB parsing into a common function by Andy Grover · 9 years ago
  12. 5a7125c target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST by Andy Grover · 9 years ago
  13. 215a8fe target/pscsi: Fix NULL pointer dereference in get_device_type by Nicholas Bellinger · 9 years ago
  14. cdce6ac Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  15. 68d81f4 scsi: remove MSG_*_TAG defines by Christoph Hellwig · 10 years ago
  16. 6cfb546 target/pscsi: Convert to external pscsi_backend_dev_attrs by Nicholas Bellinger · 10 years ago
  17. c3351df Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  18. ce31c1b target: correctly handle match_int errors in FILEIO + PSCSI by Joern Engel · 10 years ago
  19. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  20. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  21. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  22. 58932e9 target/pscsi: fix return value check by Wei Yongjun · 11 years ago
  23. 4c76251 target: Update copyright ownership/year information to 2013 by Nicholas Bellinger · 11 years ago
  24. fdb4c1f target/pscsi: remove an unneeded check by Dan Carpenter · 11 years ago
  25. 8f27d48 target/pscsi: Reject cross page boundary case in pscsi_map_sg by Asias He · 11 years ago
  26. 2dbe10a target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio() by Asias He · 11 years ago
  27. 472b72f target/pscsi: Fix page increment by Asias He · 11 years ago
  28. b07da9f target/pscsi: Drop unnecessary NULL assignment to bio->bi_next by Asias He · 11 years ago
  29. 63b91d5 target: Add __exit annotation for module_exit functions by Asias He · 11 years ago
  30. fd9a11d target: Update copyright information to 2012 by Nicholas Bellinger · 12 years ago
  31. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  32. 48c2567 target: remove ->get_device_rev by Christoph Hellwig · 12 years ago
  33. e6c4219 pscsi: fix REPORT LUNS handling by Christoph Hellwig · 12 years ago
  34. ecf0dd6 target/pscsi: Make pscsi_configure_device + target_release_session static by Fengguang Wu · 12 years ago
  35. 8de530a target/pscsi: call spc_emulate_report_luns directly by Christoph Hellwig · 12 years ago
  36. 0fd97cc target: kill struct se_subsystem_dev by Christoph Hellwig · 12 years ago
  37. 35d1efe target: Fix minor spelling typos in drivers/target by Masanari Iida · 12 years ago
  38. 306c11b target: go through normal processing for zero-length PSCSI commands by Paolo Bonzini · 12 years ago
  39. d5829ea target: fix use-after-free with PSCSI sense data by Paolo Bonzini · 12 years ago
  40. 1d2a2cd target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthrough by Nicholas Bellinger · 12 years ago
  41. 0c2ad7d target: add struct spc_ops + initial ->execute_rw pointer usage by Christoph Hellwig · 12 years ago
  42. a3785c8 target/pscsi: Only emulate REPORT_LUNS for passthrough by Nicholas Bellinger · 12 years ago
  43. 3d6d720 target: move transport_generic_prepare_cdb into pscsi by Christoph Hellwig · 12 years ago
  44. 1fd032e target: move code for CDB emulation by Christoph Hellwig · 12 years ago
  45. d6e0175 target: add a parse_cdb method to the backend drivers by Christoph Hellwig · 12 years ago
  46. 64f1db3 target: remove control CDB flags by Christoph Hellwig · 12 years ago
  47. 5787cac target: remove struct se_task by Christoph Hellwig · 12 years ago
  48. 7a83aa4 target: remove the task_size field in struct se_task by Christoph Hellwig · 12 years ago
  49. ed3102c target: remove target_get_task_cdb by Christoph Hellwig · 12 years ago
  50. e6a8a41 target/pscsi: fix PHV_VIRUTAL_HOST_ID typo by Stefan Hajnoczi · 12 years ago
  51. 4949314 target: Allow control CDBs with data > 1 page by Andy Grover · 13 years ago
  52. 65586d5 target: Drop se_device TCQ queue_depth usage from I/O path by Nicholas Bellinger · 13 years ago
  53. 8359cf4 target: remove useless casts by Jörn Engel · 13 years ago
  54. 90c161b target: use \n as a separator for configuration by Sebastian Andrzej Siewior · 13 years ago
  55. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  56. 03e98c9 target: Address legacy PYX_TRANSPORT_* return code breakage by Nicholas Bellinger · 13 years ago
  57. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  58. ed327ed target/pscsi: blk_make_request() returns an ERR_PTR() by Dan Carpenter · 13 years ago
  59. 827509e drivers/target: Add module.h to drivers/target files as required. by Paul Gortmaker · 13 years ago
  60. 7c1c6af target: remove the task_sg_bidi field se_task and pSCSI BIDI support by Christoph Hellwig · 13 years ago
  61. 485fd0d target: replace ->get_cdb with a target_get_task_cdb helper by Christoph Hellwig · 13 years ago
  62. 42bf829 target: Cleanup unused se_task bits by Christoph Hellwig · 13 years ago
  63. 942d826 target: Make pscsi_create_virtdevice use ERR_CAST by Dan Carpenter · 13 years ago
  64. 02b1a74 target: cleanup pscsi request submission by Christoph Hellwig · 13 years ago
  65. 9375b1b target: Remove unneeded version.h includes by Jesper Juhl · 13 years ago
  66. 1d20bb6 target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG by Nicholas Bellinger · 13 years ago
  67. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  68. ec98f78 target: Eliminate usage of struct se_mem by Andy Grover · 13 years ago
  69. 05d1c7c target: Make all control CDBs scatter-gather by Andy Grover · 13 years ago
  70. a1d8b49 target: Updates from AGrover and HCH (round 3) by Andy Grover · 13 years ago
  71. 5951146d target: More core cleanups from AGrover (round 2) by Andy Grover · 13 years ago
  72. e3d6f90 target: Core cleanups from AGrover (round 1) by Andy Grover · 13 years ago
  73. e66ecd5 [SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions by Nicholas Bellinger · 13 years ago
  74. 5dd7ed2 [SCSI] target: Minor sparse warning fixes and annotations by Dan Carpenter · 13 years ago
  75. 613640e [SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTR by Nicholas Bellinger · 13 years ago
  76. 8fc1858 [SCSI] target: Fix memory leak on error path in pscsi_alloc_task by Roland Dreier · 13 years ago
  77. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 14 years ago
  78. 3ae279d [SCSI] target: iblock/pscsi claim checking for NULL instead of IS_ERR by Dan Carpenter · 13 years ago
  79. c66ac9d [SCSI] target: Add LIO target core v4.0.0-rc6 by Nicholas Bellinger · 14 years ago