aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/esas2r (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06scsi: esas2r: Use flex array destination for memcpy()Kees Cook2-2/+2
2022-05-23scsi: esas2r: Fix typo in commentJulia Lawall1-1/+1
2021-10-16scsi: esas2r: Call scsi_done() directlyBart Van Assche1-4/+4
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen1-1/+1
2021-06-02scsi: esas2r: Switch to flexible array memberKees Cook1-1/+1
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke1-1/+1
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-0/+1
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+7
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-1/+0
2021-03-15scsi: esas2r: Supply __printf(x, y) formatting for esas2r_log_master()Lee Jones1-0/+7
2020-11-25scsi: esas2r: Use generic power managementVaibhav Gupta3-36/+16
2020-11-25scsi: esas2r: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-4/+0
2020-11-10scsi: esas2r: esas2r_main: Demote non-conformant kernel-doc headerLee Jones1-6/+2
2020-11-10scsi: esas2r: esas2r_int: Add brackets around potentially empty if()sLee Jones1-3/+5
2020-11-10scsi: esas2r: esas2r_init: Place brackets around a potentially empty if()Lee Jones1-2/+3
2020-11-10scsi: esas2r: esas2r_disc: Place brackets around a potentially empty if()Lee Jones1-1/+2
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+13
2020-08-24scsi: esas2r: Remove unnecessary castsAlex Dewar1-15/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-07-24scsi: esas2r: Demote a few non-conformant kerneldoc headersLee Jones1-5/+5
2020-07-24scsi: esas2r: Add braces around the one-line if()Lee Jones1-1/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-04-23esas2r: don't bother with __copy_to_user()Al Viro1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-1/+8
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2019-10-24scsi: esas2r: unlock on error in esas2r_nvram_read_direct()Dan Carpenter1-0/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-08-12scsi: esas2r: Prefer pcie_capability_read_word()Frederick Lawler2-18/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor3-12/+10
2019-01-11scsi: esas2r: esas2r_init: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-15scsi: esas2r: use dma_set_mask_and_coherentChristoph Hellwig1-35/+14
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-5/+6
2018-05-14scsi: esas2r: fix spelling mistake: "requestss" -> "requests"Colin Ian King1-1/+1
2018-05-01scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous"Colin Ian King1-1/+1
2018-04-20scsi: esas2r: use ktime_get_real_seconds()Arnd Bergmann1-3/+2
2018-03-19scsi: esas2r: remove initialization / cleanup dead woodChristoph Hellwig3-91/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-08-24scsi: esas2r: constify pci_device_id.Arvind Yadav1-1/+1
2017-06-12scsi: esas2r: Replace semaphore fs_api_semaphore with mutexBinoy Jayan3-5/+5
2017-06-12scsi: esas2r: Replace semaphore fm_api_semaphore with mutexBinoy Jayan3-4/+4
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+0
2017-04-06esas2r: don't open-code memdup_user()Al Viro1-22/+3
2017-03-16scsi: esas2r: Remove redundant NULL check on bufferColin Ian King1-5/+0
2017-01-09scsi: esas2r: Fix format string type mistakesEmese Revfy4-6/+6
2016-08-25scsi: esas2r: don't reinitialize adapter's req_tableShawn Lin1-4/+0
2016-08-25scsi: esas2r: not need to alloc zero buffer for local_atto_ioctlShawn Lin1-1/+1
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin1-2/+2