1. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  2. e6e244b usb-storage: prepare for subdriver separation by Alan Stern · 15 years ago
  3. db5e6df USB: ub: use USB API functions rather than constants by Julia Lawall · 16 years ago
  4. 011b15d USB: change interface to usb_lock_device_for_reset() by Alan Stern · 16 years ago
  5. d73b7aff ub: stub pre_reset and post_reset to fix oops by Pete Zaitcev · 16 years ago
  6. 4099a96 [PATCH] switch ub by Al Viro · 16 years ago
  7. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  8. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  9. 86d434d [PATCH] eliminate use of ->f_flags in block methods by Al Viro · 17 years ago
  10. 7dbcbe8 ub: remove sg_stat by Pete Zaitcev · 16 years ago
  11. 9029b17 ub: Cosmetics by Pete Zaitcev · 16 years ago
  12. 0da13c8 ub: Ignore bad residue by Pete Zaitcev · 16 years ago
  13. 82fe26b ub: Tune retries by Pete Zaitcev · 16 years ago
  14. 2c51ae7 ub: Fix timeouts by Pete Zaitcev · 16 years ago
  15. 75ad23b block: make queue flags non-atomic by Nick Piggin · 16 years ago
  16. ef45cb6 ub: remove BUG() after __blk_end_request and fix the condition causing it by Pete Zaitcev · 16 years ago
  17. 541645b ub: fix up the conversion to sg_init_table() by Pete Zaitcev · 16 years ago
  18. eedffd1 USB: Remove unnecessary zeroing from ub by Pete Zaitcev · 17 years ago
  19. 7d699ba blk_end_request: changing ub (take 4) by Kiyoshi Ueda · 17 years ago
  20. 4f33a9d ub: add sg_init_table for sense and read capacity commands by FUJITA Tomonori · 17 years ago
  21. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  22. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  23. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  24. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 17 years ago
  25. a69228d USB: drivers/block/ub.c: use list_for_each_entry() by Matthias Kaehlcke · 17 years ago
  26. 643616e ub: Bind to first endpoint, not to last by Pete Zaitcev · 17 years ago
  27. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  28. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  29. d1ad4ea USB: UB: Let cdrecord to see a device with media absent by Pete Zaitcev · 18 years ago
  30. ce7b0f4 [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  31. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  32. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  33. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  34. b560033 [PATCH] ub: random cleanups by Pete Zaitcev · 18 years ago
  35. 688e9fb [PATCH] ub: atomic add_disk by Pete Zaitcev · 18 years ago
  36. 41fea55e [PATCH] USB: clean out an unnecessary NULL check from ub by Pete Zaitcev · 18 years ago
  37. 77ef6c4 [PATCH] USB: ub oops in block_uevent by Pete Zaitcev · 18 years ago
  38. 11a223a [PATCH] USB: ub 03 drop stall clearing by Pete Zaitcev · 18 years ago
  39. 952ba22 [PATCH] USB: ub 02 remove diag by Pete Zaitcev · 18 years ago
  40. 4d69581 [PATCH] USB: ub 01 remove first_open by Pete Zaitcev · 18 years ago
  41. 29da793 [PATCH] ub: use kzalloc by Pete Zaitcev · 18 years ago
  42. 2c2e4a2 [PATCH] USB: ub 05 Bulk reset by Pete Zaitcev · 19 years ago
  43. b31f821 [PATCH] USB: ub 04 Loss of timer and a hang by Pete Zaitcev · 19 years ago
  44. 65b4fe5 [PATCH] USB: ub 03 Oops with CFQ by Pete Zaitcev · 19 years ago
  45. 8ffdc65 [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() by Tejun Heo · 19 years ago
  46. ab93091 [PATCH] USB: ub 02 Removed unused variable by Daniel Marjamaki · 19 years ago
  47. 4fb729f [PATCH] USB: ub 01 rename by Pete Zaitcev · 19 years ago
  48. 2c26c9e [PATCH] USB: ub 00 implement retries and resets by Pete Zaitcev · 19 years ago
  49. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  50. a00828e [PATCH] USB: drivers/usb/storage/libusual by Pete Zaitcev · 19 years ago
  51. 38ffdd6 [PATCH] ub: suppress gcc warnings for pointer casts by Pete Zaitcev · 19 years ago
  52. c6c8883 [PATCH] ub: Comment out unconditional stall clear by Pete Zaitcev · 19 years ago
  53. 64bd845 [PATCH] ub: fix burning cds by Pete Zaitcev · 19 years ago
  54. b375a04 [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel by Alan Stern · 19 years ago
  55. a1cf96e [PATCH] USB: ub 4: Zaitcev's quasi-S/G by Pete Zaitcev · 19 years ago
  56. 6c1eb8c [PATCH] USB: ub 3/3: death to ub_bd_rq_fn_1 by Pete Zaitcev · 19 years ago
  57. 07d4fd2 [PATCH] USB: ub 2/3: Fold one line by Pete Zaitcev · 19 years ago
  58. ba6abf1 [PATCH] USB: ub 1/3: Axboe's quasi-S/G by Pete Zaitcev · 19 years ago
  59. 1872bce [PATCH] ub: fix for blank CDs by Pete Zaitcev · 19 years ago
  60. 74880c0 [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  61. 9f793d2 [PATCH] USB: fix ub issues by Pete Zaitcev · 19 years ago
  62. f480007 [PATCH] USB: Support multiply-LUN devices in ub by Pete Zaitcev · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago