aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_mass_storage.c
Commit message (Expand)AuthorAge
* usb: gadget: mass_storage: support multi-luns with different logic block sizeYuping Luo2011-12-12
* usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLengthPaul Zimmerman2011-11-14
* usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUESTPaul Zimmerman2011-11-14
* usb: gadget: storage: add superspeed supportFelipe Balbi2011-10-13
* usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDCPaul Zimmerman2011-10-13
* usb: gadget: storage: make FSG_NUM_BUFFERS variable sizePer Forlin2011-09-09
* USB: gadget: storage: remove alignment assumptionAlan Stern2011-09-09
* usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li2011-09-09
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman2011-06-28
* usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-28
* usb: gadget: Remove the LUN checks which are always trueMaxin B John2011-05-10
* usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros2011-05-10
* Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman2011-04-14
* usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-onlyRoger Quadros2011-04-13
* usb: gadget: f_mass_storage: Fix Bulk-only RESET handlingRoger Quadros2011-04-13
* USB: g_file_storage: don't send padding when stall=nAlan Stern2011-04-13
* usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab2011-04-13
* USB, Mass Storage, composite, gadget: Fix build failure and memset of a structJesper Juhl2011-02-04
* USB: gadget: f_mass_storage: code style clean upsMichal Nazarewicz2010-11-11
* USB: gadget: f_mass_storage: remove needless complete()Michal Nazarewicz2010-11-11
* USB: gadget: f_mass_storage: drop START_TRANSFER() macroMichal Nazarewicz2010-11-11
* USB: gadget: f_mass_storage: use ?: instead of a macroMichal Nazarewicz2010-11-11
* USB: gadget: f_mass_storage: put_device() in error recoveryRahul Ruikar2010-11-11
* USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz2010-10-22
* usb: gadget: mass_storage: optional SCSI WRITE FUA bitMichal Nazarewicz2010-10-22
* USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz2010-08-10
* USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz2010-08-10
* USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz2010-08-10
* USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz2010-06-30
* USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz2010-06-30
* USB: gadget: f_mass_storage: fix in error recoveryMichal Nazarewicz2010-05-20
* USB: gadget: __init and __exit tags removedMichal Nazarewicz2010-05-20
* USB: Mass storage gadget: Handle eject requestFabien Chouteau2010-05-20
* USB: gadget: f_mass_storage: per functionMichal Nazarewicz2010-05-20
* USB: f_mass_storage: dynamic buffers for better alignmentMichal Nazarewicz2010-05-20
* USB: gadget: f_mass_storage::fsg_bind(): fix error handlingPeter Korsgaard2010-03-19
* USB: g_mass_storage: fix section mismatch warningsMike Frysinger2010-03-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-04
|\
| * kill unused invalidate_inode_pages helperChristoph Hellwig2010-03-03
* | USB: Remove unsupported usb gadget driversChristoph Egger2010-03-02
* | USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard2010-03-02
* | USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz2010-03-02
* | USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz2010-03-02
* | USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz2010-03-02
|/
* USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz2009-12-11
* USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz2009-12-11
* USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz2009-12-11
* USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz2009-12-11
* USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz2009-12-11