Age | Commit message (Expand) | Author |
2024-03-25 | scsi: sd: Fix TCG OPAL unlock on system resume | Damien Le Moal |
2024-03-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2024-03-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2024-02-26 | scsi: scsi_proto: Add structures and constants related to I/O groups and streams | Bart Van Assche |
2024-02-26 | scsi: core: Query the Block Limits Extension VPD page | Bart Van Assche |
2024-02-15 | scsi: core: Consult supported VPD page list prior to fetching page | Martin K. Petersen |
2024-02-14 | scsi: sd: usb_storage: uas: Access media prior to querying device properties | Martin K. Petersen |
2024-01-29 | Merge patch series "scsi: Allow scsi_execute users to request retries" | Martin K. Petersen |
2024-01-29 | scsi: core: Allow passthrough to request midlayer retries | Mike Christie |
2024-01-23 | scsi: core: Move autosuspend timer delay to Scsi_Host | Peter Wang |
2023-11-24 | scsi: sd: Fix system start for ATA devices | Damien Le Moal |
2023-11-24 | scsi: Change SCSI device boolean fields to single bit flags | Damien Le Moal |
2023-11-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-11-01 | Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds |
2023-10-27 | scsi: sd: Introduce manage_shutdown device flag | Damien Le Moal |
2023-10-24 | scsi: core: Add comment to target_destroy in scsi_host_template | Wenchao Hao |
2023-10-03 | scsi: Remove scsi device no_start_on_resume flag | Damien Le Moal |
2023-09-29 | Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds |
2023-09-28 | scsi: Do not attempt to rescan suspended devices | Damien Le Moal |
2023-09-28 | scsi: sd: Differentiate system and runtime start/stop management | Damien Le Moal |
2023-09-21 | scsi: core: ata: Do no try to probe for CDL on old drives | Damien Le Moal |
2023-09-13 | scsi: libsas: Declare sas_discover_end_dev() static | Damien Le Moal |
2023-09-13 | scsi: libsas: Declare sas_set_phy_speed() static | Damien Le Moal |
2023-09-13 | scsi: libsas: Move local functions declarations to sas_internal.h | Damien Le Moal |
2023-09-09 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-09-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-08-24 | scsi: core: Improve type safety of scsi_rescan_device() | Bart Van Assche |
2023-08-24 | Merge patch series "libsas: Some tidy-up" | Martin K. Petersen |
2023-08-24 | Merge patch series "Returning FIS on success for CDL" | Martin K. Petersen |
2023-08-21 | scsi: libsas: Delete sas_ata_task.retry_count | John Garry |
2023-08-21 | scsi: libsas: Delete sas_ata_task.stp_affil_pol | John Garry |
2023-08-21 | scsi: libsas: Delete sas_ata_task.set_affil_pol | John Garry |
2023-08-21 | scsi: libsas: Delete sas_ssp_task.task_prio | John Garry |
2023-08-21 | scsi: libsas: Delete sas_ssp_task.enable_first_burst | John Garry |
2023-08-21 | scsi: libsas: Delete sas_ssp_task.retry_count | John Garry |
2023-08-21 | scsi: libsas: Delete struct scsi_core | John Garry |
2023-08-21 | scsi: libsas: Delete enum sas_phy_type | John Garry |
2023-08-21 | scsi: libsas: Delete enum sas_class | John Garry |
2023-08-21 | scsi: libsas: Delete sas_ha_struct.lldd_module | John Garry |
2023-08-21 | scsi: libsas: Add return_fis_on_success to sas_ata_task | Igor Pylypiv |
2023-08-21 | scsi: core: Use 32-bit hostnum in scsi_host_lookup() | Tony Battersby |
2023-08-21 | scsi: libsas: Remove unused declarations | Yue Haibing |
2023-08-02 | ata,scsi: do not issue START STOP UNIT on resume | Damien Le Moal |
2023-07-25 | scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface() | YueHaibing |
2023-06-30 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-06-16 | Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b... | Martin K. Petersen |
2023-06-16 | scsi: core: Replace scsi_target_block() with scsi_block_targets() | Martin Wilck |
2023-06-12 | scsi: replace the fmode_t argument to scsi_ioctl with a simple bool | Christoph Hellwig |
2023-06-12 | scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool | Christoph Hellwig |
2023-05-31 | Merge patch series "ufs: Do not requeue while ungating the clock" | Martin K. Petersen |