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