1. e461338 sd: tweak discard heuristics to work around QEMU SCSI issue by Martin K. Petersen · 10 years ago
  2. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  3. 3af6b35 scsi: remove scsi_driver owner field by Christoph Hellwig · 10 years ago
  4. 3c356bd scsi: stop passing a gfp_mask argument down the command setup path by Christoph Hellwig · 10 years ago
  5. 7985090 sd: disable discard_zeroes_data for UNMAP by Martin K. Petersen · 10 years ago
  6. 21a9d4c sd: fix up ->compat_ioctl by Christoph Hellwig · 10 years ago
  7. 906d15f scsi: split scsi_nonblockable_ioctl by Christoph Hellwig · 10 years ago
  8. ef61329 scsi: remove scsi_show_result() by Hannes Reinecke · 10 years ago
  9. d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
  10. ad3819c sd: remove scsi_print_sense() in sd_done() by Hannes Reinecke · 10 years ago
  11. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  12. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  13. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  14. c611529 sd: Honor block layer integrity handling flags by Martin K. Petersen · 10 years ago
  15. 6fe8c1d scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev() by Subhash Jadavani · 10 years ago
  16. 2eefd57 sd: Avoid sending medium write commands if device is write protected by Sujit Reddy Thumma · 10 years ago
  17. 26b9fd8 sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeout by K. Y. Srinivasan · 10 years ago
  18. c1d40a5 scsi: add a blacklist flag which enables VPD page inquiries by Martin K. Petersen · 10 years ago
  19. fd2eb90 scsi: move the writeable field from struct scsi_device to struct scsi_cd by Christoph Hellwig · 10 years ago
  20. 87949ee sd: split sd_init_command by Christoph Hellwig · 10 years ago
  21. e4200f8 sd: retry discard commands by Christoph Hellwig · 10 years ago
  22. a25ee54 sd: retry write same commands by Christoph Hellwig · 10 years ago
  23. 6a7b439 sd: don't use scsi_setup_blk_pc_cmnd for discard requests by Christoph Hellwig · 10 years ago
  24. 59b1134 sd: don't use scsi_setup_blk_pc_cmnd for write same requests by Christoph Hellwig · 10 years ago
  25. a118c6c sd: don't use scsi_setup_blk_pc_cmnd for flush requests by Christoph Hellwig · 10 years ago
  26. 5158a89 scsi: set sc_data_direction in common code by Christoph Hellwig · 10 years ago
  27. 3868cf8 scsi: restructure command initialization for TYPE_FS requests by Christoph Hellwig · 10 years ago
  28. bcdb247 sd: Limit transfer length by Martin K. Petersen · 10 years ago
  29. 8d96447 sd: bad return code of init_sd by Clément Calmels · 10 years ago
  30. cb2fb68 sd: notify block layer when using temporary change to cache_type by Vaughan Cao · 10 years ago
  31. e430cbc sd: use READ_16 or WRITE_16 when transfer length is greater than 0xffff by Akinobu Mita · 10 years ago
  32. b14bf2d usb-storage/SCSI: Add broken_fua blacklist flag by Alan Stern · 10 years ago
  33. 1c54fc1 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  34. 2a863ba sd: medium access timeout counter fails to reset by David Jeffery · 10 years ago
  35. a1b73fc scsi: reintroduce scsi_driver.init_command by Christoph Hellwig · 10 years ago
  36. dc4a930 sd/skd: stuff discard page in request->completion_data by Jens Axboe · 10 years ago
  37. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  38. b7e70ca Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci by Linus Torvalds · 10 years ago
  39. 3c31b52 scsi: async sd resume by Dan Williams · 10 years ago
  40. b2bff6c [SCSI] sd: Quiesce mode sense error messages by Martin K. Petersen · 11 years ago
  41. 7aae513 [SCSI] sd: don't fail if the device doesn't recognize SYNCHRONIZE CACHE by Alan Stern · 11 years ago
  42. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  43. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  44. ef80d1e [SCSI] sd: Do not call do_div() with a 64-bit divisor by Geert Uytterhoeven · 11 years ago
  45. 2451079 [SCSI] Fix erratic device offline during EH by James Bottomley · 11 years ago
  46. 54b2b50 [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers by Martin K. Petersen · 11 years ago
  47. a4ad39b1 block: Convert bio_iovec() to bvec_iter by Kent Overstreet · 11 years ago
  48. 0d522ee Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  49. e37459b Merge branch 'blk-mq/core' into for-3.13/core by Jens Axboe · 11 years ago
  50. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 11 years ago
  51. 7e66010 [SCSI] Derive the FLUSH_TIMEOUT from the basic I/O timeout by James Bottomley · 11 years ago
  52. 9589791 [SCSI] sd: Add error handling during flushing caches by Oliver Neukum · 11 years ago
  53. af73623 [SCSI] sd: Reduce buffer size for vpd request by Bernd Schubert · 11 years ago
  54. 10c580e [SCSI] sd: call blk_pm_runtime_init before add_disk by Aaron Lu · 11 years ago
  55. 984f173 [SCSI] sd: Fix potential out-of-bounds access by Alan Stern · 11 years ago
  56. e1ea235 [SCSI] sd: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  57. 085b513 [SCSI] sd: fix crash when UA received on DIF enabled device by Ewan D. Milne · 12 years ago
  58. 84cbd72 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  59. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  60. 66c28f9 [SCSI] sd: Update WRITE SAME heuristics by Martin K. Petersen · 11 years ago
  61. 2ee3e26 [SCSI] sd: Fix parsing of 'temporary ' cache mode prefix by Ben Hutchings · 11 years ago
  62. 0761df9 [SCSI] sd: avoid deadlocks when running under multipath by Hannes Reinecke · 11 years ago
  63. 297b8a0 Merge branch 'postmerge' into for-linus by James Bottomley · 11 years ago
  64. 832e77b Merge branch 'misc' into for-linus by James Bottomley · 11 years ago
  65. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  66. 6df339a [SCSI] sd: change to auto suspend mode by Lin Ming · 11 years ago
  67. 9b21493 [SCSI] sd: use REQ_PM in sd's runtime suspend operation by Lin Ming · 11 years ago
  68. 39c60a0 [SCSI] sd: fix array cache flushing bug causing performance problems by James Bottomley · 11 years ago
  69. 691e3d3 [SCSI] sd: update sd to use the new pm callbacks by Aaron Lu · 12 years ago
  70. a014756 [SCSI] sd: put to stopped power state when runtime suspend by Aaron Lu · 12 years ago
  71. 53ad570 [SCSI] sd: Use SCSI read/write(16) with > 32-bit LBA drives by Jason J. Herne · 12 years ago
  72. afd5e34 [SCSI] sd: Reshuffle init_sd to avoid crash by Joel D. Diaz · 12 years ago
  73. 5db4486 [SCSI] sd: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  74. 26e85fc [SCSI] sd: Permit merged discard requests by Martin K. Petersen · 12 years ago
  75. fe54239 [SCSI] sd: Ensure we correctly disable devices with unknown protection type by Martin K. Petersen · 12 years ago
  76. 8172499 [SCSI] sd: Allow protection_type to be overridden by Martin K. Petersen · 12 years ago
  77. 8c579ab [SCSI] sd: Avoid remapping bad reference tags by Martin K. Petersen · 12 years ago
  78. b81478d [SCSI] set to WCE if usb cache quirk is present. by Namjae Jeon · 12 years ago
  79. 9e1a153 [SCSI] properly initialize atomic_t by Josh Hunt · 12 years ago
  80. 6a0bdff SCSI & usb-storage: add try_rc_10_first flag by Alan Stern · 12 years ago
  81. a7a20d1 [SCSI] sd: limit the scope of the async probe domain by Dan Williams · 12 years ago
  82. a75ee6e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 12 years ago
  83. 2db93ce [SCSI] sd: make comment and printk string match code by Petr Uzel · 12 years ago
  84. 424a6f6 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 12 years ago
  85. 4e2247b [SCSI] sd: Add runtime pm in the sd_check_events() by Lan Tianyu · 12 years ago
  86. 18a4d0a [SCSI] Handle disk devices which can not process medium access commands by Martin K. Petersen · 12 years ago
  87. 8973039 [SCSI] sd: Make sure provisioning mode is reported correctly by Martin K. Petersen · 12 years ago
  88. 09b6b51 SCSI & usb-storage: add flags for VPD pages and REPORT LUNS by Alan Stern · 13 years ago
  89. 0bfc96c block: fail SCSI passthrough ioctls on partition devices by Paolo Bonzini · 13 years ago
  90. 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 13 years ago
  91. 54f57588 [SCSI] sd: check runtime PM status in sd_shutdown by Lin Ming · 13 years ago
  92. 21208ae [SCSI] sd: remove arbitrary SD_MAX_DISKS namespace limit by Dave Kleikamp · 13 years ago
  93. fe2d185 [SCSI] sd: Use sd_printk() instead of printk() by Nao Nishijima · 13 years ago
  94. 0bcaa11 [SCSI] Retrieve the Caching mode page (version 2) by Luben Tuikov · 13 years ago
  95. 2a8cfad [SCSI] sd: Unmap discard alignment needs to be converted to bytes by Martin K. Petersen · 13 years ago
  96. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  97. 3dea642 [SCSI] Revert "[SCSI] Retrieve the Caching mode page" by James Bottomley · 13 years ago
  98. 09b9cc4 sd: Fail discard requests when logical block provisioning has been disabled by Martin K. Petersen · 13 years ago
  99. c98a0eb [SCSI] sd: Logical Block Provisioning update by Martin K. Petersen · 13 years ago
  100. f4013c3 [SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE event by Tejun Heo · 14 years ago