summaryrefslogtreecommitdiffstats
path: root/drivers/block/ub.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-221-1/+1
|\
| * USB: storage: Use USB_ prefix instead of US_ prefixMichal Nazarewicz2010-10-221-1/+1
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+16
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+8
* block: fix some more cmd_type cleanup falloutChristoph Hellwig2010-08-071-1/+1
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* block: make USB device id constantMárton Németh2010-01-111-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-3/+3
* block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-2/+4
* ub: use __blk_end_request_all()Tejun Heo2009-05-191-17/+7
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-4/+4
* block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-111-1/+1
* block: cleanup rq->data_len usagesTejun Heo2009-05-111-4/+4
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-3/+3
* block: add rq->resid_lenTejun Heo2009-05-111-4/+2
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-11/+9
* usb-storage: prepare for subdriver separationAlan Stern2009-03-241-1/+1
* USB: ub: use USB API functions rather than constantsJulia Lawall2009-03-241-5/+4
* USB: change interface to usb_lock_device_for_reset()Alan Stern2009-01-071-6/+5
* ub: stub pre_reset and post_reset to fix oopsPete Zaitcev2008-11-131-2/+18
* [PATCH] switch ubAl Viro2008-10-211-14/+12
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2008-10-211-1/+1
* [PATCH] eliminate use of ->f_flags in block methodsAl Viro2008-10-211-1/+1
* ub: remove sg_statPete Zaitcev2008-10-171-3/+0
* ub: CosmeticsPete Zaitcev2008-05-021-9/+6
* ub: Ignore bad residuePete Zaitcev2008-05-021-8/+14
* ub: Tune retriesPete Zaitcev2008-05-021-5/+4
* ub: Fix timeoutsPete Zaitcev2008-05-021-2/+15
* block: make queue flags non-atomicNick Piggin2008-04-291-1/+1
* ub: remove BUG() after __blk_end_request and fix the condition causing itPete Zaitcev2008-04-081-9/+29
* ub: fix up the conversion to sg_init_table()Pete Zaitcev2008-02-091-1/+1
* USB: Remove unnecessary zeroing from ubPete Zaitcev2008-02-011-23/+0
* blk_end_request: changing ub (take 4)Kiyoshi Ueda2008-01-281-5/+5
* ub: add sg_init_table for sense and read capacity commandsFUJITA Tomonori2007-10-251-0/+2
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-6/+3
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-5/+6
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-3/+3
* bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-161-1/+1
* USB: drivers/block/ub.c: use list_for_each_entry()Matthias Kaehlcke2007-07-121-9/+3
* ub: Bind to first endpoint, not to lastPete Zaitcev2007-04-271-4/+7
* WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+4
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* USB: UB: Let cdrecord to see a device with media absentPete Zaitcev2006-09-271-13/+25
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-2/+0
OpenPOWER on IntegriCloud