aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/storage/uas.c
AgeCommit message (Expand)Author
2013-01-25usb-uas: set max_lun and max_channelGerd Hoffmann
2013-01-11uas: fail any request submitted while resetting the device.Gerd Hoffmann
2013-01-11uas: improve device resetGerd Hoffmann
2013-01-11uas: improve abort handlerGerd Hoffmann
2013-01-11uas: add IS_IN_WORK_LIST flagGerd Hoffmann
2013-01-11uas: add UNLINK_DATA_URBS flagGerd Hoffmann
2013-01-11uas: new function to cancel data urbsGerd Hoffmann
2012-09-26USB: uas: fix gcc warningGerd Hoffmann
2012-09-26USB: uas: fix lockingGerd Hoffmann
2012-09-25USB: uas: add lockingGerd Hoffmann
2012-09-25USB: uas: fix abortGerd Hoffmann
2012-09-25USB: uas: remove aborted field, replace with status bit.Gerd Hoffmann
2012-09-25USB: uas: fix task managementGerd Hoffmann
2012-09-25USB: uas: keep track of command urbsGerd Hoffmann
2012-06-25uas: task mgmt & error handlingGerd Hoffmann
2012-06-25uas: track urbs, kill inflight urbs on disconnect.Gerd Hoffmann
2012-06-25uas: improve error handlingGerd Hoffmann
2012-06-25uas: keep track of command state, finish scsi cmd when really done.Gerd Hoffmann
2012-06-25uas: fix sense urb handlingGerd Hoffmann
2012-06-25Revert "usb/uas: one only one status URB/host on stream-less connection"Gerd Hoffmann
2012-06-25Revert "usb/uas: make sure data urb is gone if we receive status before that"Gerd Hoffmann
2012-02-02usb/uas: make sure data urb is gone if we receive status before thatSebastian Andrzej Siewior
2012-02-02usb/uas: move UAS structs / defines into a header fileSebastian Andrzej Siewior
2012-02-02usb/uas: only bind if the hcd supports SGSebastian Andrzej Siewior
2012-02-02Merge tag 'uas_for_sarah' of git://linutronix.de/users/bigeasy/linux into for...Sarah Sharp
2011-12-22usb/uas: one only one status URB/host on stream-less connectionSebastian Andrzej Siewior
2011-12-22usb/uas: use scsi_host_find_tag() to find command from a tagSebastian Andrzej Siewior
2011-12-22usb/uas: use unique tags for all LUNsSebastian Andrzej Siewior
2011-12-22UAS: Free status URB when we can't find the SCSI tag.Sarah Sharp
2011-12-22UAS: Use unique tags on non-streams devices.Sarah Sharp
2011-12-22UAS: Re-add workqueue items if submission fails.Sarah Sharp
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman
2010-12-15USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission pathMatthew Wilcox
2010-12-15USB: uas: Ensure we only bind to a UAS interfaceMatthew Wilcox
2010-12-15USB: uas: Rename sense pipe and sense urb to status pipe and status urbMatthew Wilcox
2010-12-15USB: uas: Use kzalloc instead of kmallocMatthew Wilcox
2010-12-15USB: uas: Fix up the Sense IUMatthew Wilcox
2010-11-16SCSI host lock push-downJeff Garzik
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig
2010-10-22USB: Add UAS driverMatthew Wilcox