| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: esas2r: Introduce scsi_template_proc_dir() | Bart Van Assche | 2022-10-18 | 1 | -6/+11 |
* | scsi: esas2r: Initialize two host template members implicitly | Bart Van Assche | 2022-10-18 | 1 | -2/+0 |
* | scsi: esas2r: Use flex array destination for memcpy() | Kees Cook | 2022-09-06 | 2 | -2/+2 |
* | scsi: esas2r: Fix typo in comment | Julia Lawall | 2022-05-23 | 1 | -1/+1 |
* | scsi: esas2r: Call scsi_done() directly | Bart Van Assche | 2021-10-16 | 1 | -4/+4 |
* | Merge branch '5.14/scsi-result' into 5.14/scsi-staging | Martin K. Petersen | 2021-06-02 | 1 | -1/+1 |
|\ |
|
| * | scsi: core: Drop obsolete Linux-specific SCSI status codes | Hannes Reinecke | 2021-05-31 | 1 | -1/+1 |
* | | scsi: esas2r: Switch to flexible array member | Kees Cook | 2021-06-02 | 1 | -1/+1 |
|/ |
|
* | proc: mandate ->proc_lseek in "struct proc_ops" | Alexey Dobriyan | 2021-05-06 | 1 | -0/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2021-04-28 | 1 | -0/+7 |
|\ |
|
| * | scsi: esas2r: Supply __printf(x, y) formatting for esas2r_log_master() | Lee Jones | 2021-03-15 | 1 | -0/+7 |
* | | scsi: remove the unchecked_isa_dma flag | Christoph Hellwig | 2021-04-06 | 1 | -1/+0 |
|/ |
|
* | scsi: esas2r: Use generic power management | Vaibhav Gupta | 2020-11-25 | 3 | -36/+16 |
* | scsi: esas2r: Drop PCI Wakeup calls from .resume | Vaibhav Gupta | 2020-11-25 | 1 | -4/+0 |
* | scsi: esas2r: esas2r_main: Demote non-conformant kernel-doc header | Lee Jones | 2020-11-10 | 1 | -6/+2 |
* | scsi: esas2r: esas2r_int: Add brackets around potentially empty if()s | Lee Jones | 2020-11-10 | 1 | -3/+5 |
* | scsi: esas2r: esas2r_init: Place brackets around a potentially empty if() | Lee Jones | 2020-11-10 | 1 | -2/+3 |
* | scsi: esas2r: esas2r_disc: Place brackets around a potentially empty if() | Lee Jones | 2020-11-10 | 1 | -1/+2 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2020-10-14 | 1 | -15/+13 |
|\ |
|
| * | scsi: esas2r: Remove unnecessary casts | Alex Dewar | 2020-08-24 | 1 | -15/+13 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 2 | -3/+3 |
|/ |
|
* | scsi: esas2r: Demote a few non-conformant kerneldoc headers | Lee Jones | 2020-07-24 | 1 | -5/+5 |
* | scsi: esas2r: Add braces around the one-line if() | Lee Jones | 2020-07-24 | 1 | -1/+2 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -1/+1 |
* | esas2r: don't bother with __copy_to_user() | Al Viro | 2020-04-23 | 1 | -1/+1 |
* | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -1/+8 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-12-02 | 1 | -0/+1 |
|\ |
|
| * | scsi: esas2r: unlock on error in esas2r_nvram_read_direct() | Dan Carpenter | 2019-10-24 | 1 | -0/+1 |
* | | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 2019-10-23 | 1 | -1/+1 |
|/ |
|
* | scsi: esas2r: Prefer pcie_capability_read_word() | Frederick Lawler | 2019-08-12 | 2 | -18/+9 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template | Nathan Chancellor | 2019-02-08 | 3 | -12/+10 |
* | scsi: esas2r: esas2r_init: mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-01-11 | 1 | -1/+2 |
* | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -1/+0 |
* | scsi: esas2r: use dma_set_mask_and_coherent | Christoph Hellwig | 2018-11-15 | 1 | -35/+14 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -5/+6 |
* | scsi: esas2r: fix spelling mistake: "requestss" -> "requests" | Colin Ian King | 2018-05-14 | 1 | -1/+1 |
* | scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous" | Colin Ian King | 2018-05-01 | 1 | -1/+1 |
* | scsi: esas2r: use ktime_get_real_seconds() | Arnd Bergmann | 2018-04-20 | 1 | -3/+2 |
* | scsi: esas2r: remove initialization / cleanup dead wood | Christoph Hellwig | 2018-03-19 | 3 | -91/+4 |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-21 | 1 | -4/+4 |
* | treewide: init_timer() -> setup_timer() | Kees Cook | 2017-11-21 | 1 | -3/+1 |
* | scsi: esas2r: constify pci_device_id. | Arvind Yadav | 2017-08-24 | 1 | -1/+1 |
* | scsi: esas2r: Replace semaphore fs_api_semaphore with mutex | Binoy Jayan | 2017-06-12 | 3 | -5/+5 |
* | scsi: esas2r: Replace semaphore fm_api_semaphore with mutex | Binoy Jayan | 2017-06-12 | 3 | -4/+4 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-05-04 | 1 | -5/+0 |
|\ |
|
| * | scsi: esas2r: Remove redundant NULL check on buffer | Colin Ian King | 2017-03-16 | 1 | -5/+0 |
* | | esas2r: don't open-code memdup_user() | Al Viro | 2017-04-06 | 1 | -22/+3 |
|/ |
|
* | scsi: esas2r: Fix format string type mistakes | Emese Revfy | 2017-01-09 | 4 | -6/+6 |
* | scsi: esas2r: don't reinitialize adapter's req_table | Shawn Lin | 2016-08-25 | 1 | -4/+0 |