summaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-194-16/+0
|\
| * scsi: core: Remove obsoleted declaration for scsi_driverbyte_string()Gaosheng Cui2024-08-291-7/+0
| * scsi: core: Simplify an alloc_workqueue() invocationBart Van Assche2024-08-231-1/+0
| * scsi: scsi_transport_fc: Simplify alloc_workqueue() invocationsBart Van Assche2024-08-231-6/+0
| * scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche2024-08-231-2/+0
* | scsi: core: Fix the return value of scsi_logical_block_count()Chaotian Jing2024-08-171-1/+1
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-0/+1
|\ \
| * | scsi: sd: Atomic write supportJohn Garry2024-06-201-0/+1
* | | scsi: core: Introduce the BLIST_SKIP_IO_HINTS flagBart Van Assche2024-06-141-1/+3
| |/ |/|
* | scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal2024-06-121-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-1512-24/+98
|\
| * scsi: libfc: Add some kernel-doc commentsRandy Dunlap2024-04-251-3/+15
| * scsi: core: Don't use "proxy" headersAndy Shevchenko2024-04-251-2/+3
| * Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen2024-04-124-3/+14
| |\
| | * scsi: libata: Switch to using ->device_configureChristoph Hellwig2024-04-121-2/+3
| | * scsi: core: Add a device_configure method to the host templateChristoph Hellwig2024-04-121-0/+4
| | * scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig2024-04-121-0/+3
| | * scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig2024-04-121-0/+2
| | * scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig2024-04-121-0/+1
| | * scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig2024-04-121-1/+1
| * | Merge patch series "scsi: documentation: clean up docs and fix kernel-doc"Martin K. Petersen2024-04-096-16/+29
| |\ \ | | |/ | |/|
| | * scsi: scsi_transport_srp: Fix a couple of kernel-doc warningsRandy Dunlap2024-04-091-2/+2
| | * scsi: scsi_transport_fc: Add kernel-doc for function returnRandy Dunlap2024-04-091-3/+2
| | * scsi: core: Add function return kernel-doc for 2 functionsRandy Dunlap2024-04-091-3/+4
| | * scsi: libfcoe: Fix a slew of kernel-doc warningsRandy Dunlap2024-04-091-7/+18
| | * scsi: iser: Fix @read_stag kernel-doc warningRandy Dunlap2024-04-091-1/+1
| | * scsi: core: Add kernel-doc for scsi_msg_to_host_byte()Randy Dunlap2024-04-091-0/+2
| * | scsi: core: Store owner from modules with scsi_register_driver()Krzysztof Kozlowski2024-04-061-1/+3
| * | Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen2024-03-251-0/+29
| |\ \
| | * | scsi: libsas: Add LIBSAS_SHT_BASEJohn Garry2024-03-251-0/+29
| | |/
| * / scsi: libsas: Define NCQ Priority sysfs attributes for SATA devicesIgor Pylypiv2024-03-251-0/+6
| |/
* / scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2024-03-252-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-222-0/+79
|\
| * scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche2024-02-271-0/+78
| * scsi: core: Query the Block Limits Extension VPD pageBart Van Assche2024-02-271-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-172-3/+51
|\ \
| * \ Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen2024-01-301-0/+48
| |\ \
| | * | scsi: core: Allow passthrough to request midlayer retriesMike Christie2024-01-301-0/+48
| | |/
| * / scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang2024-01-241-3/+3
| |/
* | scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen2024-02-151-4/+0
* | scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-02-141-0/+1
|/
* scsi: sd: Fix system start for ATA devicesDamien Le Moal2023-11-251-0/+6
* scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal2023-11-251-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-032-17/+3
|\
| * scsi: core: Add comment to target_destroy in scsi_host_templateWenchao Hao2023-10-251-0/+3
| * scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal2023-09-141-2/+0
| * scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal2023-09-141-1/+0
| * scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal2023-09-141-14/+0