aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/esas2r/esas2r_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-1/+8
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-1/+1
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateGravatar Nathan Chancellor 1-1/+1
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-05-01scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous"Gravatar Colin Ian King 1-1/+1
2018-03-19scsi: esas2r: remove initialization / cleanup dead woodGravatar Christoph Hellwig 1-68/+4
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+4
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 1-3/+1
2017-08-24scsi: esas2r: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-01-09scsi: esas2r: Fix format string type mistakesGravatar Emese Revfy 1-2/+2
2016-08-25scsi: esas2r: not need to alloc zero buffer for local_atto_ioctlGravatar Shawn Lin 1-1/+1
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSGravatar Ming Lin 1-2/+2
2015-11-09scsi: use host wide tags by defaultGravatar Christoph Hellwig 1-1/+0
2015-02-02scsi: print single-character strings with seq_putcGravatar Rasmus Villemoes 1-1/+1
2014-12-04scsi: remove ->change_queue_type methodGravatar Christoph Hellwig 1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-10/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-28/+1
2014-11-12scsi: always assign block layer tags if enabledGravatar Christoph Hellwig 1-7/+5
2014-11-12scsi: provide a generic change_queue_type methodGravatar Christoph Hellwig 1-19/+1
2014-11-12scsi: correct return values for .eh_abort_handler implementationsGravatar Hannes Reinecke 1-1/+1
2014-05-19esas2r: Fix commentGravatar Marek Vasut 1-1/+1
2013-10-25[SCSI] esas2r: Directly call kernel functions for atomic bit operationsGravatar Bradley Grove 1-17/+17
2013-09-03[SCSI] esas2r: ATTO Technology ExpressSAS 6G SAS/SATA RAID Adapter DriverGravatar Bradley Grove 1-0/+2032