aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/ub.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-02ub: CosmeticsGravatar Pete Zaitcev 1-9/+6
2008-05-02ub: Ignore bad residueGravatar Pete Zaitcev 1-8/+14
2008-05-02ub: Tune retriesGravatar Pete Zaitcev 1-5/+4
2008-05-02ub: Fix timeoutsGravatar Pete Zaitcev 1-2/+15
2008-04-29block: make queue flags non-atomicGravatar Nick Piggin 1-1/+1
2008-04-08ub: remove BUG() after __blk_end_request and fix the condition causing itGravatar Pete Zaitcev 1-9/+29
2008-02-09ub: fix up the conversion to sg_init_table()Gravatar Pete Zaitcev 1-1/+1
2008-02-01USB: Remove unnecessary zeroing from ubGravatar Pete Zaitcev 1-23/+0
2008-01-28blk_end_request: changing ub (take 4)Gravatar Kiyoshi Ueda 1-5/+5
2007-10-25ub: add sg_init_table for sense and read capacity commandsGravatar FUJITA Tomonori 1-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentGravatar Jens Axboe 1-6/+3
2007-10-22[SG] Update drivers to use sg helpersGravatar Jens Axboe 1-5/+6
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-3/+3
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()Gravatar FUJITA Tomonori 1-1/+1
2007-07-12USB: drivers/block/ub.c: use list_for_each_entry()Gravatar Matthias Kaehlcke 1-9/+3
2007-04-27ub: Bind to first endpoint, not to lastGravatar Pete Zaitcev 1-4/+7
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-3/+3
2006-09-27USB: UB: Let cdrecord to see a device with media absentGravatar Pete Zaitcev 1-13/+25
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-2/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGravatar Greg Kroah-Hartman 1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-21[PATCH] ub: random cleanupsGravatar Pete Zaitcev 1-48/+12
2006-06-21[PATCH] ub: atomic add_diskGravatar Pete Zaitcev 1-7/+3
2006-06-21[PATCH] USB: clean out an unnecessary NULL check from ubGravatar Pete Zaitcev 1-6/+2
2006-05-08[PATCH] USB: ub oops in block_ueventGravatar Pete Zaitcev 1-8/+10
2006-03-20[PATCH] USB: ub 03 drop stall clearingGravatar Pete Zaitcev 1-12/+1
2006-03-20[PATCH] USB: ub 02 remove diagGravatar Pete Zaitcev 1-193/+4
2006-03-20[PATCH] USB: ub 01 remove first_openGravatar Pete Zaitcev 1-23/+0
2006-03-20[PATCH] ub: use kzallocGravatar Pete Zaitcev 1-8/+4
2006-01-31[PATCH] USB: ub 05 Bulk resetGravatar Pete Zaitcev 1-7/+59
2006-01-31[PATCH] USB: ub 04 Loss of timer and a hangGravatar Pete Zaitcev 1-2/+3
2006-01-31[PATCH] USB: ub 03 Oops with CFQGravatar Pete Zaitcev 1-23/+45
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Gravatar Tejun Heo 1-1/+1
2006-01-04[PATCH] USB: ub 02 Removed unused variableGravatar Daniel Marjamaki 1-4/+1
2006-01-04[PATCH] USB: ub 01 renameGravatar Pete Zaitcev 1-3/+3
2006-01-04[PATCH] USB: ub 00 implement retries and resetsGravatar Pete Zaitcev 1-117/+287
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGravatar Greg Kroah-Hartman 1-1/+0
2006-01-04[PATCH] USB: drivers/usb/storage/libusualGravatar Pete Zaitcev 1-11/+12
2005-10-28[PATCH] ub: suppress gcc warnings for pointer castsGravatar Pete Zaitcev 1-2/+2
2005-09-22[PATCH] ub: Comment out unconditional stall clearGravatar Pete Zaitcev 1-0/+2
2005-09-22[PATCH] ub: fix burning cdsGravatar Pete Zaitcev 1-26/+27
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelGravatar Alan Stern 1-4/+4
2005-09-08[PATCH] USB: ub 4: Zaitcev's quasi-S/GGravatar Pete Zaitcev 1-164/+123
2005-09-08[PATCH] USB: ub 3/3: death to ub_bd_rq_fn_1Gravatar Pete Zaitcev 1-5/+5
2005-09-08[PATCH] USB: ub 2/3: Fold one lineGravatar Pete Zaitcev 1-1/+2
2005-09-08[PATCH] USB: ub 1/3: Axboe's quasi-S/GGravatar Pete Zaitcev 1-59/+126
2005-07-27[PATCH] ub: fix for blank CDsGravatar Pete Zaitcev 1-41/+170
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Gravatar Yani Ioannou 1-1/+1