summaryrefslogtreecommitdiffstats
path: root/drivers/block/ub.c
AgeCommit message (Expand)AuthorLines
2008-05-02ub: CosmeticsPete Zaitcev-9/+6
2008-05-02ub: Ignore bad residuePete Zaitcev-8/+14
2008-05-02ub: Tune retriesPete Zaitcev-5/+4
2008-05-02ub: Fix timeoutsPete Zaitcev-2/+15
2008-04-29block: make queue flags non-atomicNick Piggin-1/+1
2008-04-08ub: remove BUG() after __blk_end_request and fix the condition causing itPete Zaitcev-9/+29
2008-02-09ub: fix up the conversion to sg_init_table()Pete Zaitcev-1/+1
2008-02-01USB: Remove unnecessary zeroing from ubPete Zaitcev-23/+0
2008-01-28blk_end_request: changing ub (take 4)Kiyoshi Ueda-5/+5
2007-10-25ub: add sg_init_table for sense and read capacity commandsFUJITA Tomonori-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe-6/+3
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-5/+6
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe-3/+3
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori-1/+1
2007-07-12USB: drivers/block/ub.c: use list_for_each_entry()Matthias Kaehlcke-9/+3
2007-04-27ub: Bind to first endpoint, not to lastPete Zaitcev-4/+7
2006-11-22WorkStruct: make allyesconfigDavid Howells-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-3/+3
2006-09-27USB: UB: Let cdrecord to see a device with media absentPete Zaitcev-13/+25
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman-2/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman-1/+0
2006-06-21[PATCH] ub: random cleanupsPete Zaitcev-48/+12
2006-06-21[PATCH] ub: atomic add_diskPete Zaitcev-7/+3
2006-06-21[PATCH] USB: clean out an unnecessary NULL check from ubPete Zaitcev-6/+2
2006-05-08[PATCH] USB: ub oops in block_ueventPete Zaitcev-8/+10
2006-03-20[PATCH] USB: ub 03 drop stall clearingPete Zaitcev-12/+1
2006-03-20[PATCH] USB: ub 02 remove diagPete Zaitcev-193/+4
2006-03-20[PATCH] USB: ub 01 remove first_openPete Zaitcev-23/+0
2006-03-20[PATCH] ub: use kzallocPete Zaitcev-8/+4
2006-01-31[PATCH] USB: ub 05 Bulk resetPete Zaitcev-7/+59
2006-01-31[PATCH] USB: ub 04 Loss of timer and a hangPete Zaitcev-2/+3
2006-01-31[PATCH] USB: ub 03 Oops with CFQPete Zaitcev-23/+45
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo-1/+1
2006-01-04[PATCH] USB: ub 02 Removed unused variableDaniel Marjamaki-4/+1
2006-01-04[PATCH] USB: ub 01 renamePete Zaitcev-3/+3
2006-01-04[PATCH] USB: ub 00 implement retries and resetsPete Zaitcev-117/+287
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman-1/+0
2006-01-04[PATCH] USB: drivers/usb/storage/libusualPete Zaitcev-11/+12
2005-10-28[PATCH] ub: suppress gcc warnings for pointer castsPete Zaitcev-2/+2
2005-09-22[PATCH] ub: Comment out unconditional stall clearPete Zaitcev-0/+2
2005-09-22[PATCH] ub: fix burning cdsPete Zaitcev-26/+27
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern-4/+4
2005-09-08[PATCH] USB: ub 4: Zaitcev's quasi-S/GPete Zaitcev-164/+123
2005-09-08[PATCH] USB: ub 3/3: death to ub_bd_rq_fn_1Pete Zaitcev-5/+5
2005-09-08[PATCH] USB: ub 2/3: Fold one linePete Zaitcev-1/+2
2005-09-08[PATCH] USB: ub 1/3: Axboe's quasi-S/GPete Zaitcev-59/+126
2005-07-27[PATCH] ub: fix for blank CDsPete Zaitcev-41/+170
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou-1/+1