- 24b4256 SCSI: fix race in device_create by Greg Kroah-Hartman · 16 years ago
- 7d15d6a [SCSI] st: fix up after class_device removal by James Bottomley · 17 years ago
- ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 17 years ago
- 8ef8d59 [SCSI] st: rename flush_write_buffer() by Adrian Bunk · 17 years ago
- b174be0 [SCSI] st: show options currently set in sysfs by Kai Makisara · 17 years ago
- 40f6b36 [SCSI] st: add option to use SILI in variable block reads by Kai Makisara · 17 years ago
- deee13d [SCSI] st: compile fix when DEBUG set to one by Kai Makisara · 17 years ago
- fd66c1b [SCSI] st: convert to unlocked_ioctl by Kai Makisara · 17 years ago
- cd81621 [SCSI] st: fix kernel BUG at include/linux/scatterlist.h:59! by FUJITA Tomonori · 17 years ago
- 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
- 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
- 28f8500 [SCSI] st: Use mutex instead of semaphore by Matthias Kaehlcke · 17 years ago
- 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 17 years ago
- d7b8bcb [SCSI] modalias for scsi devices by Michael Tokarev · 18 years ago
- 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 18 years ago
- 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 18 years ago
- 81b7bbd Merge branch 'linus' by James Bottomley · 18 years ago
- 9abe16c [SCSI] st: fix Tape dies if wrong block size used, bug 7919 by Kai Makisara · 18 years ago
- 91614c0 [SCSI] st: A MTIOCTOP/MTWEOF within the early warning will cause the file number to be incorrect by Kai Makisara · 18 years ago
- 7ac6207 [PATCH] struct path: convert scsi by Josef Sipek · 18 years ago
- 0bd2af4 Merge ../scsi-rc-fixes-2.6 by James Bottomley · 18 years ago
- 4225285 [SCSI] st: log message changes by Kai Makisara · 18 years ago
- 413f732 [SCSI] st: Fixup -ENOMEDIUM by Kai Makisara · 18 years ago
- 13026a6 [SCSI] SCSI st: fix error handling in module init, sysfs by Jeff Garzik · 18 years ago
- 4e73ea7 [SCSI] st.c: Improve sense output by Luben Tuikov · 18 years ago
- 332959c [SCSI] st: remove unused st_buffer.in_use by Martin Habets · 18 years ago
- d6e05ed spelling fixes by Andreas Mohr · 18 years ago
- 75e1fcc [PATCH] vfs: add lock owner argument to flush operation by Miklos Szeredi · 18 years ago
- f0cd91a Merge ../linux-2.6 by James Bottomley · 18 years ago
- 6391a11 [SCSI] drivers/scsi: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
- 8b1ea24 [PATCH] missing newline in scsi/st.c by Rene Herman · 18 years ago
- f018fa5 [SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsi by Rene Herman · 19 years ago
- 5e3c34c [SCSI] Remove devfs support from the SCSI subsystem by Greg KH · 19 years ago
- 24669f75 [SCSI] SCSI core kmalloc2kzalloc by Jes Sorensen · 19 years ago
- bb1d107 [SCSI] Prevent scsi_execute_async from guessing cdb length by brking@us.ibm.com · 19 years ago
- 776b23a [SCSI] always handle REQ_BLOCK_PC requests in common code by Christoph Hellwig · 19 years ago
- 0b95067 [SCSI] turn most scsi semaphores into mutexes by Arjan van de Ven · 19 years ago
- 7b16318 Fix up SCSI mismerge by James Bottomley · 19 years ago
- 2a1e137 Merge by hand (conflicts in scsi_lib.c) by James Bottomley · 19 years ago
- 787926b [SCSI] Fix st oops with new scsi_execute infrastructure by Kai Makisara · 19 years ago
- 8b05b77 [SCSI] convert st to use scsi_execute_async by Mike Christie · 19 years ago
- 0d95716 [SCSI] complete the whole command when it is REQ_BLOCK_PC by Mike Christie · 19 years ago
- c952649 [SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic) by James Bottomley · 19 years ago
- 0ad7820 [SCSI] Mark some core scsi data structures const by Arjan van de Ven · 19 years ago
- 032c09d [SCSI] sg and st unmap_user_pages allow PageReserved by Hugh Dickins · 19 years ago
- 6bc733e [SCSI] st: fix a bug in sgl_map_user_pages failure path by Hugh Dickins · 19 years ago
- c9475cb [PATCH] kfree cleanup: drivers/scsi by Jesper Juhl · 19 years ago
- 849a892 Merge by Hand by James Bottomley · 19 years ago
- b581003 [PATCH] core remove PageReserved by Nick Piggin · 19 years ago
- 3bf743e [SCSI] use {sdev,scmd,starget,shost}_printk in generic code by Jeff Garzik · 19 years ago
- 9ccfc75 [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk by James Bottomley · 19 years ago
- 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
- 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
- c53033f [PATCH] gfp_t: drivers/scsi by Al Viro · 19 years ago
- 186d330 [SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmd by Timothy Thelin · 19 years ago
- 17fa53d Merge by hand (conflicts in sd.c) by James Bottomley · 19 years ago
- 07542b8 This patch fixes in st.c the bug in the signed/unsigned int comparison by James Bottomley · 19 years ago
- 7a93aef Merge HEAD from ../scsi-misc-2.6-tmp by James Bottomley · 19 years ago
- f03a567 [SCSI] drivers/scsi/st.c: add reference count and related fixes by Kai Makisara · 19 years ago
- c2c96f4 [SCSI] Fix SCSI tape oops at module removal by Kai Makisara · 19 years ago
- d253878 [PATCH] class: convert drivers/scsi/* to use the new class api instead of class_simple by gregkh@suse.de · 20 years ago
- 16c4b3e [SCSI] SCSI tape: fix permissions for SG_IO, etc. by Kai Makisara · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago