summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/esas2r
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-5/+6
* scsi: esas2r: fix spelling mistake: "requestss" -> "requests"Colin Ian King2018-05-141-1/+1
* scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous"Colin Ian King2018-05-011-1/+1
* scsi: esas2r: use ktime_get_real_seconds()Arnd Bergmann2018-04-201-3/+2
* scsi: esas2r: remove initialization / cleanup dead woodChristoph Hellwig2018-03-193-91/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+1
* scsi: esas2r: constify pci_device_id.Arvind Yadav2017-08-241-1/+1
* scsi: esas2r: Replace semaphore fs_api_semaphore with mutexBinoy Jayan2017-06-123-5/+5
* scsi: esas2r: Replace semaphore fm_api_semaphore with mutexBinoy Jayan2017-06-123-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-5/+0
|\
| * scsi: esas2r: Remove redundant NULL check on bufferColin Ian King2017-03-161-5/+0
* | esas2r: don't open-code memdup_user()Al Viro2017-04-061-22/+3
|/
* scsi: esas2r: Fix format string type mistakesEmese Revfy2017-01-094-6/+6
* scsi: esas2r: don't reinitialize adapter's req_tableShawn Lin2016-08-251-4/+0
* scsi: esas2r: not need to alloc zero buffer for local_atto_ioctlShawn Lin2016-08-251-1/+1
* scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin2016-04-151-2/+2
* esas2r: Fix array overrunAlan2016-02-231-2/+3
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-02-111-1/+1
|\
| * scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-021-1/+1
* | [SCSI] esas2r: use PCI define for Max_Read_Request_SizeRafał Miłecki2015-01-271-2/+3
|/
* esas2r: Correct typos of "validate" in a commentBoris Bodemann2014-12-041-2/+2
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* esas2r: fix an oversight in setting return valueTomas Henzl2014-11-251-1/+4
* esas2r: fix an error path in esas2r_ioctl_handlerTomas Henzl2014-11-251-3/+4
* esas2r: fir error handling in do_fm_apiTomas Henzl2014-11-251-5/+5
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-242-11/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-122-31/+1
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-7/+5
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-122-20/+1
* scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke2014-11-121-1/+1
* esas2r: Fix commentMarek Vasut2014-05-191-1/+1
* [SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker2014-03-191-1/+1
* [SCSI] esas2r: fix potential format string flawKees Cook2014-03-151-6/+2
* [SCSI] esas2r: Cleanup snprinf formatting of firmware versionBradley Grove2013-10-251-3/+3
* [SCSI] esas2r: Remove superfluous mask of pcie_cap_regBradley Grove2013-10-251-1/+1
* [SCSI] esas2r: Fixes for big-endian platformsBradley Grove2013-10-252-9/+9
* [SCSI] esas2r: Directly call kernel functions for atomic bit operationsBradley Grove2013-10-2510-306/+291
* [SCSI] esas2r: Remove null test for stack allocated fw_coredump_bufferBradley Grove2013-09-061-2/+1
* [SCSI] esas2r: coccinelle - Replace memcpy with struct assignmentBradley Grove2013-09-061-2/+2
* [SCSI] esas2r: smatch - Remove test for impossible condition (uint8 > 255)Bradley Grove2013-09-061-1/+1
* [SCSI] esas2r: smatch - Fix overrun due to sprintf appending NULLBradley Grove2013-09-061-2/+5
* [SCSI] esas2r: smatch - Fix dereference that occurs prior to checkBradley Grove2013-09-062-2/+8
* [SCSI] esas2r: smatch - Use biwise rather than logical AND for checking if an...Bradley Grove2013-09-061-1/+1
* [SCSI] esas2r: ATTO Technology ExpressSAS 6G SAS/SATA RAID Adapter DriverBradley Grove2013-09-0316-0/+15660
OpenPOWER on IntegriCloud