1. eb09d3d sg: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  2. 24b4256 SCSI: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  3. a973909 scsi: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  4. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  5. a13ff0b Convert SG from nopage to fault. by Nick Piggin · 16 years ago
  6. 6da127a blktrace: Add blktrace ioctls to SCSI generic devices by Christof Schmitt · 17 years ago
  7. 53474c0 [SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devices by Tony Battersby · 17 years ago
  8. d07e036 [SCSI] sg: handle class_device_create failure properly by FUJITA Tomonori · 17 years ago
  9. a24484f [SCSI] sg: set class_data after success by FUJITA Tomonori · 17 years ago
  10. eaa3e22 [SCSI] sg: Only print SCSI data direction warning once for a command by Andi Kleen · 17 years ago
  11. 30fa0d0 Initialise scatter/gather list in sg driver by Anton Blanchard · 17 years ago
  12. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  13. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  14. b0f655d scsi generic: sg chaining support by Jens Axboe · 17 years ago
  15. 7c07d61 [SCSI] sg: use idr to replace static arrays by James Bottomley · 17 years ago
  16. ea31255 [SCSI] sg: increase sglist_len of the sg_scatter_hold structure by FUJITA Tomonori · 17 years ago
  17. fb11993 [SCSI] sg: remove unnecessary check by Eric Sesterhenn · 17 years ago
  18. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  19. 44ec954 [SCSI] sg: cap reserved_size values at max_sectors by Alan Stern · 17 years ago
  20. 7ca63cb [SCSI] sg: fix incorrect last scatg length by Douglas Gilbert · 18 years ago
  21. 6460e75 [SCSI] sg: fixes for large page_size by Douglas Gilbert · 18 years ago
  22. b2155d0 [SCSI] sg: fix incorrect page problem by Douglas Gilbert · 18 years ago
  23. c4e00fa Merge ../scsi-misc-2.6 by James Bottomley · 18 years ago
  24. 454e895 [SCSI] sg.c: Fix bad error handling in by Ishai Rabinovitz · 18 years ago
  25. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  26. 6391a11 [SCSI] drivers/scsi: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  27. c06bb7f [SCSI] sg: fix leak when dio setup fails by Douglas Gilbert · 18 years ago
  28. 18c49b8 [SCSI] fix sg leak when scsi_execute_async fails by Mike Christie · 18 years ago
  29. 21b2f0c [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementations by Christoph Hellwig · 18 years ago
  30. 2152f85 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  31. f9aed0e [PATCH] sg: use compound pages by Nick Piggin · 18 years ago
  32. f33b5d7 Merge ../linux-2.6 by James Bottomley · 18 years ago
  33. f018fa5 [SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsi by Rene Herman · 18 years ago
  34. 5e3c34c [SCSI] Remove devfs support from the SCSI subsystem by Greg KH · 19 years ago
  35. 24669f75 [SCSI] SCSI core kmalloc2kzalloc by Jes Sorensen · 19 years ago
  36. eca7be5 [SCSI] sg: Remove aha1542 hack by Brian King · 18 years ago
  37. 2d20eaf [PATCH] sg gfp_t annotations by Al Viro · 18 years ago
  38. bb1d107 [SCSI] Prevent scsi_execute_async from guessing cdb length by brking@us.ibm.com · 19 years ago
  39. 41ed16f [PATCH] Fix sg_page_malloc() memset by Hugh Dickins · 19 years ago
  40. d6b1034 [SCSI] convert sg to scsi_execute_async by Mike Christie · 19 years ago
  41. 4d5cda0 [SCSI] sg: fix a bug in st_map_user_pages failure path by Hugh Dickins · 19 years ago
  42. 032c09d [SCSI] sg and st unmap_user_pages allow PageReserved by Hugh Dickins · 19 years ago
  43. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  44. c9475cb [PATCH] kfree cleanup: drivers/scsi by Jesper Juhl · 19 years ago
  45. 849a892 Merge by Hand by James Bottomley · 19 years ago
  46. 9f75e1e Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 19 years ago
  47. b581003 [PATCH] core remove PageReserved by Nick Piggin · 19 years ago
  48. 378f058 [PATCH] Use sg_set_buf/sg_init_one where applicable by David Hardeman · 19 years ago
  49. 9ccfc75 [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk by James Bottomley · 19 years ago
  50. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  51. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  52. d8539d8 [PATCH] Driver core: pass interface to class interface methods by Dmitry Torokhov · 19 years ago
  53. c53033f [PATCH] gfp_t: drivers/scsi by Al Viro · 19 years ago
  54. 6660022 [PATCH] proc_mkdir() should be used to create procfs directories by Al Viro · 19 years ago
  55. 939647e [SCSI] fix oops on usb storage device disconnect by James Bottomley · 19 years ago
  56. 1c8e71d [SCSI] sg: do not set VM_IO flag on mmap-ed pages by Douglas Gilbert · 19 years ago
  57. 17fa53d Merge by hand (conflicts in sd.c) by James Bottomley · 19 years ago
  58. deb92b7 [SCSI] sg direct io/mmap oops, st sync by Douglas Gilbert · 19 years ago
  59. 7a93aef Merge HEAD from ../scsi-misc-2.6-tmp by James Bottomley · 19 years ago
  60. 729d70f [PATCH] sg.c: fix a memory leak in devices seq_file implementation by Jan Blunck · 19 years ago
  61. d330187 [SCSI] host state model update: replace old host bitmap state by Mike Anderson · 19 years ago
  62. d253878 [PATCH] class: convert drivers/scsi/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  63. 521314c [SCSI] sg: Command completion after remove oops by brking@us.ibm.com · 19 years ago
  64. be7db05 [PATCH] remove old scsi data direction macros by · 19 years ago
  65. c46f2ff merge by hand (scsi_device.h) by James Bottomley · 19 years ago
  66. db9dff3 [PATCH] remove outdated print_* functions by · 19 years ago
  67. cb59e84 [PATCH] sg.c: update by · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago