aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/alauda.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-04usb-storage: alauda: Fix uninit-value in alauda_check_media()Alan Stern1-3/+9
2022-12-08usb: storage: Add check for kcallocJiasheng Jiang1-0/+2
2022-04-21usb-storage: alauda: fix initFunction error returnLin Ma1-2/+2
2020-07-09usb: storage: alauda: Remove set but unchecked variableLee Jones1-2/+1
2019-09-10usb-storage: export symbols in USB_STORAGE namespaceMatthias Maennich1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2017-11-04USB: storage: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-08-30usb: storage: alauda: don't print on ENOMEMWolfram Sang1-8/+3
2016-04-26usb: storage: fix multi-line comment styleFelipe Balbi1-8/+14
2015-05-10usb: storage: fix module reference for scsi hostAkinobu Mita1-3/+9
2015-03-18drivers: usb: storage: alauda.c: properly place braces after function declara...Bas Peters1-5/+10
2014-09-23USB: storage: use %*ph specifier to dump small buffersAndy Shevchenko1-7/+4
2013-05-16usb: storage: alauda: initialize variables directlyEmilio López1-5/+1
2013-04-19usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches1-56/+45
2012-09-05usb: remove libusualSebastian Andrzej Siewior1-1/+1
2012-01-24usb: Disable dynamic id of USB storage subdriversHuajun Li1-0/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-15usb: storage: alauda: fix sparse warningsFelipe Balbi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-03-24USB: usb-storage: added missing MODULE_LICENSE("GPL") for usb-storage ums-* m...Maciej Grela1-0/+4
2009-03-24usb-storage: make alauda a separate moduleAlan Stern1-3/+160
2009-03-24USB: add missing KERN_* constants to printksFrank Seidel1-9/+16
2007-10-16USB storage: sg chaining supportJens Axboe1-6/+10
2006-01-04[PATCH] USB Storage: add alauda supportMatthew Dharm1-0/+1119