Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-21Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-01scsi: megaraid_sas: Move megasas_dbg_lvl init to megasas_init()Guixin Liu
2022-10-01scsi: megaraid_sas: Remove unnecessary memset()Guixin Liu
2022-10-01scsi: megaraid_sas: Simplify megasas_update_device_listGuixin Liu
2022-10-01scsi: megaraid_sas: Correct an error messageGuixin Liu
2022-10-01scsi: megaraid_sas: Correct value passed to scsi_device_lookup()Guixin Liu
2022-09-01scsi: megaraid_sas: Use struct_size() in code related to struct MR_PD_CFG_SEQ...Gustavo A. R. Silva
2022-09-01scsi: megaraid_sas: Use struct_size() in code related to struct MR_FW_RAID_MAPGustavo A. R. Silva
2022-09-01scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva
2022-09-01scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva
2022-09-01scsi: megaraid: Remove redundant assignment to variable mfiStatusColin Ian King
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-20Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen
2022-08-12scsi: megaraid_sas: Remove unnecessary kfree()Guixin Liu
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-07-14scsi: megaraid: Clear READ queue map's nr_queuesMing Lei
2022-07-08scsi: megaraid_sas: Clean up some inconsistent indentingJiapeng Chong
2022-04-19Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen
2022-04-12scsi: megaraid_sas: Remove unnecessary memsetWan Jiabing
2022-04-07scsi: megaraid_sas: Target with invalid LUN ID is deleted during scanChandrakanth patil
2022-02-23scsi: megasas: Stop using the SCSI pointerBart Van Assche
2021-12-10scsi: megaraid_sas: Use irq_set_affinity_and_hint()Nitesh Narayan Lal
2021-10-17scsi: megaraid_sas: Switch to attribute groupsBart Van Assche
2021-10-17scsi: megaraid_sas: Call scsi_done() directlyBart Van Assche
2021-09-14scsi: megaraid: Clean up some inconsistent indentingColin Ian King
2021-09-14scsi: megaraid: Fix Coccinelle warningjing yangyang
2021-08-12scsi: megaraid: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen
2021-06-02scsi: megaraid_sas: Early detection of VD deletion through RaidMap updateKashyap Desai
2021-06-02scsi: megaraid_sas: Fix resource leak in case of probe failureChandrakanth Patil
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke
2021-05-10scsi: megaraid_sas: Use DEFINE_SPINLOCK() for spinlockShixin Liu
2021-03-16scsi: megaraid_sas: Fix a bunch of misnamed functions in their headersLee Jones
2021-03-05scsi: megaraid_sas: mq_poll supportKashyap Desai
2021-01-08scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regressionArnd Bergmann
2021-01-04Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixesMartin K. Petersen
2020-12-17Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for ...Martin K. Petersen
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-12-09Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug"Linus Torvalds
2020-11-26scsi: megaraid_sas: Update function descriptionVaibhav Gupta
2020-11-26scsi: megaraid_sas: Use generic power managementVaibhav Gupta
2020-11-26scsi: megaraid_sas: Drop PCI wakeup calls from .resumeVaibhav Gupta
2020-11-05scsi: megaraid_sas: Simplify compat_ioctl handlingArnd Bergmann
2020-11-05scsi: megaraid_sas: Check user-provided offsetsArnd Bergmann
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-06scsi: megaraid_sas: Added support for shared host tagset for cpuhotplugKashyap Desai
2020-09-16scsi: megaraid: Make smp_affinity_enable staticJason Yan
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva