1. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  2. 46a243f [SCSI] st: implement PM by Oliver Neukum · 12 years ago
  3. c68bf8e [SCSI] st: fix race in st_scsi_execute_end by Petr Uzel · 13 years ago
  4. 46081b1 [SCSI] st: Increase success probability in driver buffer allocation by FUJITA Tomonori · 13 years ago
  5. 373daac [SCSI] st: Store page order before driver buffer allocation by Kai Makisara · 13 years ago
  6. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  7. 3e51d3c [SCSI] st: add MTWEOFI to write filemarks without flushing drive buffer by Kai Makisara · 14 years ago
  8. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  9. b4d878e st: use noop_llseek() instead of default_llseek() by Jan Blunck · 14 years ago
  10. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  11. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  12. c982c36 [SCSI] st: fix mdata->page_order handling by FUJITA Tomonori · 15 years ago
  13. 832151f [SCSI] st: fix test of value range in st_set_options() by Roel Kluin · 15 years ago
  14. 2c2ed8b [SCSI] st: fix possible memory use after free after MTSETBLK ioctl by David Jeffery · 15 years ago
  15. 82681a3 [SCSI] Merge branch 'linus' by James Bottomley · 15 years ago
  16. 1da2019 [SCSI] st: fix gcc 4.4 warning by Kai Makisara · 15 years ago
  17. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  18. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  19. 1c9fbaf [SCSI] Remove SUGGEST flags by Martin K. Petersen · 15 years ago
  20. 8f78fc5 [SCSI] st: retry enlarge_buffer allocation by Kai Makisara · 15 years ago
  21. 02ae2c0 [SCSI] st: integrate st_scsi_kern_execute and st_do_scsi by Kai Makisara · 15 years ago
  22. edf69c5 [SCSI] st: remove unused frp_sg_current by FUJITA Tomonori · 15 years ago
  23. 1ac63cf [SCSI] st: remove unused orig_frp_segs by FUJITA Tomonori · 15 years ago
  24. f409d6c [SCSI] st: simplify new_tape_buffer by FUJITA Tomonori · 15 years ago
  25. b3d5911 [SCSI] st: remove struct scatterlist by FUJITA Tomonori · 15 years ago
  26. 08c9583 [SCSI] st: kill struct st_buff_fragment by FUJITA Tomonori · 15 years ago
  27. b3376b4 [SCSI] st: remove buf_to_sg by FUJITA Tomonori · 15 years ago
  28. 6620742 [SCSI] st: convert dio path to use st_scsi_execute by FUJITA Tomonori · 15 years ago
  29. 6d47626 [SCSI] st: convert non-dio path to use st_scsi_execute by FUJITA Tomonori · 15 years ago
  30. 13b53b4 [SCSI] st: add st_scsi_execute helper function by FUJITA Tomonori · 15 years ago
  31. d0e1ae3 [SCSI] st: add struct rq_map_data support by FUJITA Tomonori · 15 years ago
  32. 9c90596 [SCSI] st: make all the fragment buffers the same size by FUJITA Tomonori · 15 years ago
  33. ccc607f [SCSI] st: convert st_int_ioctl to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  34. 7a31ec3 [SCSI] st: convert get_location to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  35. 18c8701 [SCSI] st: convert write_mode_page to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  36. 8ecf0d9 [SCSI] st: convert read_mode_page to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  37. 52107b2 [SCSI] st: convert check_tape to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  38. 212cd8b [SCSI] st: convert st_flush to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  39. 39ade4b [SCSI] st: convert cross_eof to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  40. 15c920a [SCSI] st: convert do_load_unload to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  41. 3c0bf16 [SCSI] st: convert set_location to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  42. 0944a72 [SCSI] st: convert test_ready to use st_scsi_kern_execute by FUJITA Tomonori · 16 years ago
  43. ffb4349 [SCSI] st: add st_scsi_kern_execute helper function by FUJITA Tomonori · 16 years ago
  44. 4deba24 [SCSI] st: move st_request initialization to st_allocate_request form st_do_scsi by FUJITA Tomonori · 16 years ago
  45. a02488e [SCSI] st: update to use block timeout by James Bottomley · 16 years ago
  46. 83ff6fe [PATCH] don't mess with file in scsi_nonblockable_ioctl() by Al Viro · 16 years ago
  47. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  48. d73a1a6 device create: scsi: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  49. 786231a [SCSI] st: Remove bogus memset by Kai Makisara · 16 years ago
  50. 626dcb1 [SCSI] st: Move buffer pointer back when data could not be written. by Kai Makisara · 16 years ago
  51. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  52. b3369c6 st: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  53. 24b4256 SCSI: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  54. 7d15d6a [SCSI] st: fix up after class_device removal by James Bottomley · 16 years ago
  55. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  56. 8ef8d59 [SCSI] st: rename flush_write_buffer() by Adrian Bunk · 16 years ago
  57. b174be0 [SCSI] st: show options currently set in sysfs by Kai Makisara · 16 years ago
  58. 40f6b36 [SCSI] st: add option to use SILI in variable block reads by Kai Makisara · 16 years ago
  59. deee13d [SCSI] st: compile fix when DEBUG set to one by Kai Makisara · 16 years ago
  60. fd66c1b [SCSI] st: convert to unlocked_ioctl by Kai Makisara · 16 years ago
  61. cd81621 [SCSI] st: fix kernel BUG at include/linux/scatterlist.h:59! by FUJITA Tomonori · 17 years ago
  62. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  63. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  64. 28f8500 [SCSI] st: Use mutex instead of semaphore by Matthias Kaehlcke · 17 years ago
  65. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 17 years ago
  66. d7b8bcb [SCSI] modalias for scsi devices by Michael Tokarev · 18 years ago
  67. 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 17 years ago
  68. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 17 years ago
  69. 81b7bbd Merge branch 'linus' by James Bottomley · 17 years ago
  70. 9abe16c [SCSI] st: fix Tape dies if wrong block size used, bug 7919 by Kai Makisara · 17 years ago
  71. 91614c0 [SCSI] st: A MTIOCTOP/MTWEOF within the early warning will cause the file number to be incorrect by Kai Makisara · 17 years ago
  72. 7ac6207 [PATCH] struct path: convert scsi by Josef Sipek · 18 years ago
  73. 0bd2af4 Merge ../scsi-rc-fixes-2.6 by James Bottomley · 18 years ago
  74. 4225285 [SCSI] st: log message changes by Kai Makisara · 18 years ago
  75. 413f732 [SCSI] st: Fixup -ENOMEDIUM by Kai Makisara · 18 years ago
  76. 13026a6 [SCSI] SCSI st: fix error handling in module init, sysfs by Jeff Garzik · 18 years ago
  77. 4e73ea7 [SCSI] st.c: Improve sense output by Luben Tuikov · 18 years ago
  78. 332959c [SCSI] st: remove unused st_buffer.in_use by Martin Habets · 18 years ago
  79. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  80. 75e1fcc [PATCH] vfs: add lock owner argument to flush operation by Miklos Szeredi · 18 years ago
  81. f0cd91a Merge ../linux-2.6 by James Bottomley · 18 years ago
  82. 6391a11 [SCSI] drivers/scsi: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  83. 8b1ea24 [PATCH] missing newline in scsi/st.c by Rene Herman · 18 years ago
  84. f018fa5 [SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsi by Rene Herman · 18 years ago
  85. 5e3c34c [SCSI] Remove devfs support from the SCSI subsystem by Greg KH · 18 years ago
  86. 24669f75 [SCSI] SCSI core kmalloc2kzalloc by Jes Sorensen · 18 years ago
  87. bb1d107 [SCSI] Prevent scsi_execute_async from guessing cdb length by brking@us.ibm.com · 18 years ago
  88. 776b23a [SCSI] always handle REQ_BLOCK_PC requests in common code by Christoph Hellwig · 18 years ago
  89. 0b95067 [SCSI] turn most scsi semaphores into mutexes by Arjan van de Ven · 18 years ago
  90. 7b16318 Fix up SCSI mismerge by James Bottomley · 19 years ago
  91. 2a1e137 Merge by hand (conflicts in scsi_lib.c) by James Bottomley · 19 years ago
  92. 787926b [SCSI] Fix st oops with new scsi_execute infrastructure by Kai Makisara · 19 years ago
  93. 8b05b77 [SCSI] convert st to use scsi_execute_async by Mike Christie · 19 years ago
  94. 0d95716 [SCSI] complete the whole command when it is REQ_BLOCK_PC by Mike Christie · 19 years ago
  95. c952649 [SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic) by James Bottomley · 19 years ago
  96. 0ad7820 [SCSI] Mark some core scsi data structures const by Arjan van de Ven · 19 years ago
  97. 032c09d [SCSI] sg and st unmap_user_pages allow PageReserved by Hugh Dickins · 19 years ago
  98. 6bc733e [SCSI] st: fix a bug in sgl_map_user_pages failure path by Hugh Dickins · 19 years ago
  99. c9475cb [PATCH] kfree cleanup: drivers/scsi by Jesper Juhl · 19 years ago
  100. 849a892 Merge by Hand by James Bottomley · 19 years ago