summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/esas2r
Commit message (Expand)AuthorAgeFilesLines
* scsi: esas2r: Introduce scsi_template_proc_dir()Bart Van Assche2022-10-181-6/+11
* scsi: esas2r: Initialize two host template members implicitlyBart Van Assche2022-10-181-2/+0
* scsi: esas2r: Use flex array destination for memcpy()Kees Cook2022-09-062-2/+2
* scsi: esas2r: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: esas2r: Call scsi_done() directlyBart Van Assche2021-10-161-4/+4
* Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen2021-06-021-1/+1
|\
| * scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-1/+1
* | scsi: esas2r: Switch to flexible array memberKees Cook2021-06-021-1/+1
|/
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-0/+7
|\
| * scsi: esas2r: Supply __printf(x, y) formatting for esas2r_log_master()Lee Jones2021-03-151-0/+7
* | scsi: remove the unchecked_isa_dma flagChristoph Hellwig2021-04-061-1/+0
|/
* scsi: esas2r: Use generic power managementVaibhav Gupta2020-11-253-36/+16
* scsi: esas2r: Drop PCI Wakeup calls from .resumeVaibhav Gupta2020-11-251-4/+0
* scsi: esas2r: esas2r_main: Demote non-conformant kernel-doc headerLee Jones2020-11-101-6/+2
* scsi: esas2r: esas2r_int: Add brackets around potentially empty if()sLee Jones2020-11-101-3/+5
* scsi: esas2r: esas2r_init: Place brackets around a potentially empty if()Lee Jones2020-11-101-2/+3
* scsi: esas2r: esas2r_disc: Place brackets around a potentially empty if()Lee Jones2020-11-101-1/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-15/+13
|\
| * scsi: esas2r: Remove unnecessary castsAlex Dewar2020-08-241-15/+13
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
|/
* scsi: esas2r: Demote a few non-conformant kerneldoc headersLee Jones2020-07-241-5/+5
* scsi: esas2r: Add braces around the one-line if()Lee Jones2020-07-241-1/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* esas2r: don't bother with __copy_to_user()Al Viro2020-04-231-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-1/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-0/+1
|\
| * scsi: esas2r: unlock on error in esas2r_nvram_read_direct()Dan Carpenter2019-10-241-0/+1
* | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
|/
* scsi: esas2r: Prefer pcie_capability_read_word()Frederick Lawler2019-08-122-18/+9
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-083-12/+10
* scsi: esas2r: esas2r_init: mark expected switch fall-throughsGustavo A. R. Silva2019-01-111-1/+2
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: esas2r: use dma_set_mask_and_coherentChristoph Hellwig2018-11-151-35/+14
* 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