1. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  2. 313162d device.h: audit and cleanup users in main include dir by Paul Gortmaker · 12 years ago
  3. 09b6b51 SCSI & usb-storage: add flags for VPD pages and REPORT LUNS by Alan Stern · 13 years ago
  4. de8c46b SCSI: fix typo in definition of struct scsi_target by Alan Stern · 13 years ago
  5. 2b13257 [SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_info by Moger, Babu · 13 years ago
  6. 6c3633d [SCSI] scsi_dh: Implement match callback function by Hannes Reinecke · 13 years ago
  7. d7c48fe [SCSI] scsi_dh_alua: Evaluate TPGS setting from inquiry data by Hannes Reinecke · 13 years ago
  8. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  9. 9937a5e scsi: remove performance regression due to async queue run by Jens Axboe · 13 years ago
  10. d1e12de [SCSI] ses: Avoid kernel panic when lun 0 is not mapped by Krishnasamy, Somasundaram · 13 years ago
  11. 940d7fa [SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler tables. by Peter Jones · 14 years ago
  12. 5ce524b scsi/sd: add a no_read_capacity_16 scsi_device flag by Hans de Goede · 14 years ago
  13. 8e04d80 scsi/sr: add no_read_disc_info scsi_device flag by Hans de Goede · 14 years ago
  14. bc4f240 [SCSI] implement runtime Power Management by Alan Stern · 14 years ago
  15. e3deec0 [SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page() by James Bottomley · 15 years ago
  16. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  17. 3ae31f6 [SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronous by Chandra Seetharaman · 15 years ago
  18. 4a84067 [SCSI] add queue_depth ramp up code by Vasu Dev · 15 years ago
  19. 860dc73 [SCSI] fix async scan add/remove race resulting in an oops by James Bottomley · 15 years ago
  20. 18ee70c [SCSI] scsi_dh: add the interface scsi_dh_set_params() by Chandra Seetharaman · 15 years ago
  21. 6c10db7 [SCSI] scsi_dh: Reference count scsi_dh_attach by Chandra Seetharaman · 15 years ago
  22. f078727 [SCSI] remove scsi_req_map_sg by FUJITA Tomonori · 16 years ago
  23. 0762a48 [SCSI] Check for deleted device in scsi_device_online() by Hannes Reinecke · 16 years ago
  24. 881a256 [SCSI] Add VPD helper by Matthew Wilcox · 16 years ago
  25. f4f4e47 [SCSI] add residual argument to scsi_execute and scsi_execute_req by FUJITA Tomonori · 16 years ago
  26. b29f841 [SCSI] remove timeout from struct scsi_device by James Bottomley · 16 years ago
  27. f0c0a37 [SCSI] Add helper code so transport classes/driver can control queueing (v3) by Mike Christie · 16 years ago
  28. 6f4267e [SCSI] Update the SCSI state model to allow blocking in the created state by James Bottomley · 16 years ago
  29. 0f1d87a [SCSI] add inline functions for recognising created and blocked states by James Bottomley · 16 years ago
  30. d211f05 [SCSI] sd: fix USB devices incorrectly reporting DIF support by Hugh Dickins · 16 years ago
  31. 1835107 Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors" by Linus Torvalds · 16 years ago
  32. fca082c Revert "[SCSI] extend the last_sector_bug flag to cover more sectors" by Linus Torvalds · 16 years ago
  33. 2b142900 [SCSI] extend the last_sector_bug flag to cover more sectors by Alan Jenkins · 16 years ago
  34. 7027ad7 [SCSI] Support devices with protection information by Martin K. Petersen · 16 years ago
  35. 765cbc6 [SCSI] scsi_dh: Implement common device table handling by Hannes Reinecke · 16 years ago
  36. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  37. d2886ea scsi: sd: optionally set power condition in START STOP UNIT by Stefan Richter · 16 years ago
  38. a6a8d9f [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers by Chandra Seetharaman · 16 years ago
  39. 643eb2d [SCSI] rework scsi_target allocation by James Bottomley · 16 years ago
  40. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  41. b30c2fc [SCSI] scsi.h: add macro for enclosure bit of inquiry data by James Bottomley · 16 years ago
  42. a0899d4 [SCSI] sd: add fix for devices with last sector access problems by Hans de Goede · 16 years ago
  43. 001aac2 [SCSI] sd,sr: add early detection of medium not present by James Bottomley · 17 years ago
  44. 25d7c36 [SCSI] move single_lun flag from scsi_device to scsi_target by Tony Battersby · 17 years ago
  45. 522939d esp_scsi: fix reset cleanup spinlock recursion by Maciej W. Rozycki · 17 years ago
  46. a341cd0 SCSI: add asynchronous event notification API by Jeff Garzik · 17 years ago
  47. d0f656c [SCSI] Remove unused method scsi_device_cancel by Priyanka Gupta · 17 years ago
  48. 462b785 [SCSI] zfcp: Report FCP LUN to SCSI midlayer by Christof Schmitt · 17 years ago
  49. d7b8bcb [SCSI] modalias for scsi devices by Michael Tokarev · 18 years ago
  50. c3c94c5 [SCSI] sd: implement START/STOP management by Tejun Heo · 17 years ago
  51. a4d04a4 [SCSI] Make error printing more verbose by Martin K. Petersen · 17 years ago
  52. 61bf54b USB Storage: indistinguishable devices with broken and unbroken firmware by Oliver Neukum · 17 years ago
  53. 3e082a9 [SCSI] Add ability to scan scsi busses asynchronously by Matthew Wilcox · 18 years ago
  54. cb5d9e0 [PATCH] scsi: device_reprobe() can fail by Andrew Morton · 18 years ago
  55. 5baba83 [SCSI] add scsi_mode_select to scsi_lib.c by James Bottomley · 18 years ago
  56. e28482c [SCSI] add scsi_reprobe_device by James Bottomley · 18 years ago
  57. ffedb45 [SCSI] fix scsi process problems and clean up the target reap issues by James Bottomley · 18 years ago
  58. 1bfc5d9 [SCSI] Recognize missing LUNs for non-standard devices by Alan Stern · 18 years ago
  59. 5e3c34c [SCSI] Remove devfs support from the SCSI subsystem by Greg KH · 18 years ago
  60. bb1d107 [SCSI] Prevent scsi_execute_async from guessing cdb length by brking@us.ibm.com · 18 years ago
  61. 6e68af6 [SCSI] Convert SCSI mid-layer to scsi_execute_async by Mike Christie · 19 years ago
  62. 7f23e14 [SCSI] correct some dropped const compiler warnings by James Bottomley · 19 years ago
  63. 01d7b3b [SCSI] introduce sfoo_printk, sfoo_id, sfoo_channel helpers by Jeff Garzik · 19 years ago
  64. 9ccfc75 [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk by James Bottomley · 19 years ago
  65. 6f3a202 [SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3 by James Bottomley · 19 years ago
  66. 146f726 [SCSI] Alter the scsi_add_device() API to conform to what users expect by James Bottomley · 19 years ago
  67. ea73a9f [SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API) by James Bottomley · 19 years ago
  68. 33aa687 [SCSI] convert SPI transport class to scsi_execute by James Bottomley · 19 years ago
  69. 1cf7269 [SCSI] convert the remaining mid-layer pieces to scsi_execute_req by James Bottomley · 19 years ago
  70. e10fb91 [SCSI] fix function prototype warning by James Bottomley · 19 years ago
  71. 2f4701d [SCSI] add int_to_scsilun() function by James.Smart@Emulex.Com · 19 years ago
  72. a283bd3 [SCSI] Add target alloc/destroy callbacks to the host template by James Bottomley · 19 years ago
  73. c46f2ff merge by hand (scsi_device.h) by James Bottomley · 19 years ago
  74. 06f81ea [PATCH] scsi: remove volatile from scsi data by · 19 years ago
  75. c2a9331 updates for CFQ oops fix by · 19 years ago
  76. 152587d [PATCH] fix NMI lockup with CFQ scheduler by · 19 years ago
  77. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago