summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/esas2r
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-12/+9
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-2/+4
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-01-02scsi: esas2r: Constify 'struct bin_attribute'Thomas Weißschuh-22/+22
2024-11-06scsi: esas2r: Remove unused esas2r_build_cli_req()Dr. David Alan Gilbert-21/+0
2024-08-22scsi: esas2r: Simplify an alloc_ordered_workqueue() invocationBart Van Assche-5/+2
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche-1/+2
2023-09-13scsi: esas2r: Use FIELD_GET() to extract PCIe capability fieldsIlpo Järvinen-10/+6
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra-1/+1
2023-03-24scsi: esas2r: Declare SCSI host template constBart Van Assche-1/+1
2022-10-18scsi: esas2r: Introduce scsi_template_proc_dir()Bart Van Assche-6/+11
2022-10-18scsi: esas2r: Initialize two host template members implicitlyBart Van Assche-2/+0
2022-09-06scsi: esas2r: Use flex array destination for memcpy()Kees Cook-2/+2
2022-05-23scsi: esas2r: Fix typo in commentJulia Lawall-1/+1
2021-10-16scsi: esas2r: Call scsi_done() directlyBart Van Assche-4/+4
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen-1/+1
2021-06-02scsi: esas2r: Switch to flexible array memberKees Cook-1/+1
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke-1/+1
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan-0/+1
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+7
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig-1/+0
2021-03-15scsi: esas2r: Supply __printf(x, y) formatting for esas2r_log_master()Lee Jones-0/+7
2020-11-25scsi: esas2r: Use generic power managementVaibhav Gupta-36/+16
2020-11-25scsi: esas2r: Drop PCI Wakeup calls from .resumeVaibhav Gupta-4/+0
2020-11-10scsi: esas2r: esas2r_main: Demote non-conformant kernel-doc headerLee Jones-6/+2
2020-11-10scsi: esas2r: esas2r_int: Add brackets around potentially empty if()sLee Jones-3/+5
2020-11-10scsi: esas2r: esas2r_init: Place brackets around a potentially empty if()Lee Jones-2/+3
2020-11-10scsi: esas2r: esas2r_disc: Place brackets around a potentially empty if()Lee Jones-1/+2
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-15/+13
2020-08-24scsi: esas2r: Remove unnecessary castsAlex Dewar-15/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-07-24scsi: esas2r: Demote a few non-conformant kerneldoc headersLee Jones-5/+5
2020-07-24scsi: esas2r: Add braces around the one-line if()Lee Jones-1/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-04-23esas2r: don't bother with __copy_to_user()Al Viro-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-1/+8
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+1
2019-10-24scsi: esas2r: unlock on error in esas2r_nvram_read_direct()Dan Carpenter-0/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-1/+1
2019-08-12scsi: esas2r: Prefer pcie_capability_read_word()Frederick Lawler-18/+9
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor-12/+10
2019-01-11scsi: esas2r: esas2r_init: mark expected switch fall-throughsGustavo A. R. Silva-1/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig-1/+0