1. cb79116 target: need_to_release is always false, remove redundant check and kfree by Colin Ian King · 8 years ago
  2. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  3. 02c4de5 target/rd: always chain S/G list by Christoph Hellwig · 9 years ago
  4. 5dacbfc target/rd: Set ramdisk as non rotational device by Sagi Grimberg · 9 years ago
  5. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  6. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  7. ce8dd25 target: consolidate version defines by Christoph Hellwig · 9 years ago
  8. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 9 years ago
  9. 4cc987e target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage by Nicholas Bellinger · 9 years ago
  10. 5873c4d target: consolidate backend attribute implementations by Christoph Hellwig · 9 years ago
  11. 0a06d43 target: simplify backend driver registration by Christoph Hellwig · 9 years ago
  12. f75b6fa target: Merge sbc_verify_dif_read|write by Sagi Grimberg · 9 years ago
  13. a354170 target: Use a PASSTHROUGH flag instead of transport_types by Andy Grover · 9 years ago
  14. bfd9a53 target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_* by Akinobu Mita · 9 years ago
  15. 6766cc8 target/rd: reduce code duplication in rd_execute_rw() by Akinobu Mita · 9 years ago
  16. 1762742 target/rd: Add checks for backend DIF emulation by Nicholas Bellinger · 9 years ago
  17. 7216dc0 target: Drop left-over fabric_max_sectors attribute by Nicholas Bellinger · 9 years ago
  18. 03a6274 target/rd: Convert to external rd_mcp_backend_dev_attrs by Nicholas Bellinger · 10 years ago
  19. 9d2e59f target/rd: T10-Dif: RAM disk is allocating more space than required. by Quinn Tran · 10 years ago
  20. 6e61111 target/rd: Add DIF protection into rd_execute_rw by Nicholas Bellinger · 10 years ago
  21. d7e8eb5 target/rd: Add support for protection SGL setup + release by Nicholas Bellinger · 10 years ago
  22. 4442dc8 target/rd: Refactor rd_build_device_space + rd_release_device_space by Nicholas Bellinger · 10 years ago
  23. 0f59cc3 target: Core does not need blkdev.h by Andy Grover · 11 years ago
  24. 4c76251 target: Update copyright ownership/year information to 2013 by Nicholas Bellinger · 11 years ago
  25. a82a953 target: Allow sbc_ops->execute_rw() to accept SGLs + data_direction by Nicholas Bellinger · 11 years ago
  26. 670caa9 target: Don't allocate pages for NULLIO devices by Andy Grover · 11 years ago
  27. 52c0742 target/rd: Add ramdisk bit for NULLIO operation by Nicholas Bellinger · 11 years ago
  28. bbf344e target_core_rd: break out unterminated loop during copy by Hannes Reinecke · 11 years ago
  29. 8f67835 target/rd: improve sg_table lookup scalability by Martin Svec · 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. 6f23ac8 target: provide generic sbc device type/revision helpers by Christoph Hellwig · 12 years ago
  34. 9e999a6 target: rename spc_ops by Christoph Hellwig · 12 years ago
  35. 0fd97cc target: kill struct se_subsystem_dev by Christoph Hellwig · 12 years ago
  36. 0c2ad7d target: add struct spc_ops + initial ->execute_rw pointer usage by Christoph Hellwig · 12 years ago
  37. d6e0175 target: add a parse_cdb method to the backend drivers by Christoph Hellwig · 12 years ago
  38. 5787cac target: remove struct se_task by Christoph Hellwig · 12 years ago
  39. 7a83aa4 target: remove the task_size field in struct se_task by Christoph Hellwig · 12 years ago
  40. 72a0e5e target: remove the task_lba field in struct se_task by Christoph Hellwig · 12 years ago
  41. 83799efb target: don't limit transfer sizes for the ramdisk backend by Christoph Hellwig · 12 years ago
  42. 8feb58d target: misc ramdisk backend cleanups by Christoph Hellwig · 12 years ago
  43. 90c161b target: use \n as a separator for configuration by Sebastian Andrzej Siewior · 13 years ago
  44. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  45. 65b0c78 target/rd: fix or rewrite the copy routine by Sebastian Andrzej Siewior · 13 years ago
  46. 5bff9e8 target/rd: simplify the page/offset computation by Sebastian Andrzej Siewior · 13 years ago
  47. 03e98c9 target: Address legacy PYX_TRANSPORT_* return code breakage by Nicholas Bellinger · 13 years ago
  48. 6193f06 target: make the ->get_cdb method optional by Christoph Hellwig · 13 years ago
  49. 42bf829 target: Cleanup unused se_task bits by Christoph Hellwig · 13 years ago
  50. 9375b1b target: Remove unneeded version.h includes by Jesper Juhl · 13 years ago
  51. 6fc6148 target: Convert target_core_rd.c to use use BUG_ON by Julia Lawall · 13 years ago
  52. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  53. a1d8b49 target: Updates from AGrover and HCH (round 3) by Andy Grover · 13 years ago
  54. 5951146d target: More core cleanups from AGrover (round 2) by Andy Grover · 13 years ago
  55. e3d6f90 target: Core cleanups from AGrover (round 1) by Andy Grover · 13 years ago
  56. 065f971 [SCSI] target: Convert rd_build_device_space() to use errno by Dan Carpenter · 13 years ago
  57. 613640e [SCSI] target: Convert backend ->create_virtdevice() call to return ERR_PTR by Nicholas Bellinger · 13 years ago
  58. 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 13 years ago
  59. c66ac9d [SCSI] target: Add LIO target core v4.0.0-rc6 by Nicholas Bellinger · 14 years ago