summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)Author
12 daysscsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-04-24scsi: libfc: Add some kernel-doc commentsRandy Dunlap
2024-04-24scsi: core: Don't use "proxy" headersAndy Shevchenko
2024-04-12Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen
2024-04-11scsi: libata: Switch to using ->device_configureChristoph Hellwig
2024-04-11scsi: core: Add a device_configure method to the host templateChristoph Hellwig
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig
2024-04-11scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig
2024-04-11scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig
2024-04-08Merge patch series "scsi: documentation: clean up docs and fix kernel-doc"Martin K. Petersen
2024-04-08scsi: scsi_transport_srp: Fix a couple of kernel-doc warningsRandy Dunlap
2024-04-08scsi: scsi_transport_fc: Add kernel-doc for function returnRandy Dunlap
2024-04-08scsi: core: Add function return kernel-doc for 2 functionsRandy Dunlap
2024-04-08scsi: libfcoe: Fix a slew of kernel-doc warningsRandy Dunlap
2024-04-08scsi: iser: Fix @read_stag kernel-doc warningRandy Dunlap
2024-04-08scsi: core: Add kernel-doc for scsi_msg_to_host_byte()Randy Dunlap
2024-04-05scsi: core: Store owner from modules with scsi_register_driver()Krzysztof Kozlowski
2024-03-25Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen
2024-03-25scsi: libsas: Add LIBSAS_SHT_BASEJohn Garry
2024-03-25scsi: libsas: Define NCQ Priority sysfs attributes for SATA devicesIgor Pylypiv
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-02-26scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche
2024-02-26scsi: core: Query the Block Limits Extension VPD pageBart Van Assche
2024-02-15scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen
2024-01-29Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen
2024-01-29scsi: core: Allow passthrough to request midlayer retriesMike Christie
2024-01-23scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang
2023-11-24scsi: sd: Fix system start for ATA devicesDamien Le Moal
2023-11-24scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-11-01Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal
2023-10-24scsi: core: Add comment to target_destroy in scsi_host_templateWenchao Hao
2023-10-03scsi: Remove scsi device no_start_on_resume flagDamien Le Moal
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal
2023-09-21scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal
2023-09-13scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal
2023-09-13scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal
2023-09-13scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche
2023-08-24Merge patch series "libsas: Some tidy-up"Martin K. Petersen