aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/ub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo1-1/+0
2011-03-09ub: Convert to bdops->check_events()Tejun Heo1-4/+6
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+1
2010-10-22USB: storage: Use USB_ prefix instead of US_ prefixMichal Nazarewicz1-1/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+16
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-2/+8
2010-08-07block: fix some more cmd_type cleanup falloutChristoph Hellwig1-1/+1
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-01-11block: make USB device id constantMárton Németh1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-3/+3
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo1-2/+4
2009-05-19ub: use __blk_end_request_all()Tejun Heo1-17/+7
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-4/+4
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-1/+1
2009-05-11block: cleanup rq->data_len usagesTejun Heo1-4/+4
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-3/+3
2009-05-11block: add rq->resid_lenTejun Heo1-4/+2
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-11/+9
2009-03-24usb-storage: prepare for subdriver separationAlan Stern1-1/+1
2009-03-24USB: ub: use USB API functions rather than constantsJulia Lawall1-5/+4
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern1-6/+5
2008-11-13ub: stub pre_reset and post_reset to fix oopsPete Zaitcev1-2/+18
2008-10-21[PATCH] switch ubAl Viro1-14/+12
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro1-1/+1
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro1-1/+1
2008-10-17ub: remove sg_statPete Zaitcev1-3/+0
2008-05-02ub: CosmeticsPete Zaitcev1-9/+6
2008-05-02ub: Ignore bad residuePete Zaitcev1-8/+14
2008-05-02ub: Tune retriesPete Zaitcev1-5/+4
2008-05-02ub: Fix timeoutsPete Zaitcev1-2/+15
2008-04-29block: make queue flags non-atomicNick Piggin1-1/+1
2008-04-08ub: remove BUG() after __blk_end_request and fix the condition causing itPete Zaitcev1-9/+29
2008-02-09ub: fix up the conversion to sg_init_table()Pete Zaitcev1-1/+1
2008-02-01USB: Remove unnecessary zeroing from ubPete Zaitcev1-23/+0
2008-01-28blk_end_request: changing ub (take 4)Kiyoshi Ueda1-5/+5
2007-10-25ub: add sg_init_table for sense and read capacity commandsFUJITA Tomonori1-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-6/+3
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-5/+6
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-3/+3
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori1-1/+1
2007-07-12USB: drivers/block/ub.c: use list_for_each_entry()Matthias Kaehlcke1-9/+3
2007-04-27ub: Bind to first endpoint, not to lastPete Zaitcev1-4/+7
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3