1. ed9fbe3 UAPI: scsi: move ioctl related information by Abhimanyu Kapur · 10 years ago
  2. 9b1d6c8 lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c by Ming Lin · 8 years ago
  3. 65e8617 scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS by Ming Lin · 8 years ago
  4. 07e3842 Move code that is used both by initiator and target drivers by Bart Van Assche · 9 years ago
  5. c5f1ac8 Split SCSI header files by Bart Van Assche · 9 years ago
  6. 9e5ed2a scsi: use external buffer for command logging by Hannes Reinecke · 9 years ago
  7. 85686f6 scsi: add SPC-3 command definitions by Hannes Reinecke · 10 years ago
  8. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  9. 45341ca scsi: fix the type for well known LUs by Subhash Jadavani · 10 years ago
  10. 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
  11. 7a14c1c scsi: add a symbolic name for the ZBC device type by Christoph Hellwig · 10 years ago
  12. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  13. c66094b target_core_alua: Referrals infrastructure by Hannes Reinecke · 10 years ago
  14. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  15. 1c68cc1 scsi: Add CDB definition for COMPARE_AND_WRITE by Nicholas Bellinger · 11 years ago
  16. 7e782af [SCSI] Return ENODATA on medium error by Hannes Reinecke · 11 years ago
  17. a9d6ceb8 [SCSI] return ENOSPC on thin provisioning failure by Hannes Reinecke · 11 years ago
  18. 87f14e6 [SCSI] Set hostbyte status in scsi_check_sense() by Hannes Reinecke · 11 years ago
  19. 0816c92 [SCSI] Allow error handling timeout to be specified by Martin K. Petersen · 11 years ago
  20. 8407884 Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstream by Jeff Garzik · 12 years ago
  21. 3588c5a [SCSI] scsi_dh_alua: implement 'implied transition timeout' by Rob Evers · 12 years ago
  22. de50ada [SCSI] add wrapper to access and set scsi_bus_type in struct acpi_bus_type by Holger Macht · 12 years ago
  23. cd0c72c scsi: update scsi.h with SYNCHRONIZE_CACHE_16 by Andy Grover · 12 years ago
  24. 497888c treewide: fix potentially dangerous trailing ';' in #defined values/expressions by Phil Carmody · 13 years ago
  25. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  26. 63583cc [SCSI] Add detailed SCSI I/O errors by Hannes Reinecke · 13 years ago
  27. ac61c46 [SCSI] fix incorrect value of SCSI_MAX_SG_CHAIN_SEGMENTS due to include file ordering by David Dillow · 13 years ago
  28. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  29. e9ccc99 [SCSI] Add missing SPC-4 CDB and MAINTENANCE_[IN,OUT] service action definitions by Nicholas Bellinger · 13 years ago
  30. 93aae17 sr: implement sr_check_events() by Tejun Heo · 13 years ago
  31. 5cc1035 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  32. 0a6a717 USB: gadget: storage: reuse definitions from scsi.h header file by Michal Nazarewicz · 14 years ago
  33. 13f05c8 block/scsi: Provide a limit on the number of integrity segments by Martin K. Petersen · 14 years ago
  34. 083c8c1 scsi: use __uX types for headers exported to user space by Peter Korsgaard · 14 years ago
  35. 59c31b6 [SCSI] Add missing scsi command definitions by Martin K. Petersen · 14 years ago
  36. 2f2eb58 [SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh return by Christof Schmitt · 14 years ago
  37. f57e450 [SCSI] scsi: Add missing command definitions by Martin K. Petersen · 15 years ago
  38. 4e7392e [SCSI] sd: Support disks formatted with DIF Type 2 by Martin K. Petersen · 15 years ago
  39. f290f19 [SCSI] Make scsi.h independent of the rest of the scsi includes by James Bottomley · 15 years ago
  40. 82443a5 [SCSI] add OSD_TYPE by Boaz Harrosh · 15 years ago
  41. 1c9fbaf [SCSI] Remove SUGGEST flags by Martin K. Petersen · 15 years ago
  42. a4dfaa6 [SCSI] scsi: add transport host byte errors (v3) by Mike Christie · 16 years ago
  43. f0c0a37 [SCSI] Add helper code so transport classes/driver can control queueing (v3) by Mike Christie · 16 years ago
  44. 01b291b [SCSI] fix check of PQ and PDT bits for WLUNs by James Bottomley · 16 years ago
  45. 057ea7c [SCSI] scsi_dh: add generic SPC-3 alua handler by Hannes Reinecke · 16 years ago
  46. feac6a0 [SCSI] zfcp: Move status accessors from zfcp to SCSI include file. by Martin Petermann · 16 years ago
  47. a6a8d9f [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers by Chandra Seetharaman · 16 years ago
  48. db4742d [SCSI] add support for variable length extended commands by Boaz Harrosh · 16 years ago
  49. 89dddbc [SCSI] add protocol definitions by James Bottomley · 16 years ago
  50. c639d14 [SCSI] scsi_debug: add XDWRITEREAD_10 support by FUJITA Tomonori · 16 years ago
  51. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 16 years ago
  52. a8474ce SCSI: support for allocating large scatterlists by Jens Axboe · 17 years ago
  53. d7b8bcb [SCSI] modalias for scsi devices by Michael Tokarev · 18 years ago
  54. 4a531e8 [SCSI] replace u8 and u32 with __u8 and __u32 in scsi.h for user space by FUJITA Tomonori · 18 years ago
  55. 5a09e39 [SCSI] scsi_debug: support REPORT TARGET PORT GROUPS by Hannes Reinecke · 18 years ago
  56. 2908d77 [SCSI] aic94xx: new driver by James Bottomley · 18 years ago
  57. 4ff3671 [SCSI] Improve inquiry printing by Matthew Wilcox · 18 years ago
  58. ffedb45 [SCSI] fix scsi process problems and clean up the target reap issues by James Bottomley · 18 years ago
  59. faead26 [PATCH] add scsi_execute_in_process_context() API by James Bottomley · 18 years ago
  60. e02f3f5 [SCSI] remove target parent limitiation by Christoph Hellwig · 18 years ago
  61. 2f05825 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  62. 7f602c5 [SCSI] add TYPE_RBC to our type table by James Bottomley · 19 years ago
  63. 80bd6d7 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  64. 631e8a1 [SCSI] TYPE_RBC cache fixes (sbp2.c affected) by Al Viro · 19 years ago
  65. daa6eda [SCSI] add scsi changer driver by Gerd Knorr · 19 years ago
  66. b095518 [libata] ATA passthru (arbitrary ATA command execution) by Jeff Garzik · 19 years ago
  67. bf34191 scsi: add DID_REQUEUE to the error handling by · 19 years ago
  68. b665112 [PATCH] consolidate timeout defintions in scsi.h by · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago