summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-07-25Merge patch series "libsas cleanups"Martin K. Petersen1-78/+13
2025-07-25scsi: libsas: Move declarations of internal functions to sas_internal.hDamien Le Moal1-67/+1
2025-07-25scsi: libsas: Make sas_get_ata_info() staticDamien Le Moal1-6/+0
2025-07-25scsi: libsas: Refactor dev_is_sata()Damien Le Moal1-5/+12
2025-07-15scsi: scsi_transport_fc: Change to use per-rport devloss_work_qEwan D. Milne1-3/+2
2025-06-16scsi: core: Remember if a device is an ATA deviceDamien Le Moal1-0/+5
2025-05-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2025-05-13scsi: sd: Remove the stream_status member from scsi_stream_status_headerChristoph Hellwig1-2/+1
2025-05-05scsi: remove the no_highmem flag in the hostChristoph Hellwig1-2/+0
2025-02-13scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche1-2/+2
2025-02-13scsi: iscsi_tcp: Switch to using the crc32c libraryEric Biggers1-10/+6
2025-02-04scsi: st: Modify st.c to use the new scsi_error countersKai Mäkisara1-0/+6
2025-02-04scsi: core: Add counters for New Media and Power On/Reset UNIT ATTENTIONsKai Mäkisara1-0/+3
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-01-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-28/+19
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig1-2/+4
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-2/+2
2025-01-02scsi: iscsi: Remove unused iscsi_create_session()Dr. David Alan Gilbert1-4/+0
2024-12-10scsi: Eliminate scsi_register() and scsi_unregister() usage & docsRandy Dunlap1-1/+1
2024-12-05Merge patch series "Replace the "slave_*" function names"Martin K. Petersen4-22/+17
2024-12-04scsi: core: Remove the .slave_configure() methodBart Van Assche1-7/+3
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche2-5/+4
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche4-13/+13
2024-12-04scsi: bsg: Replace zero-length array with flexible array memberThorsten Blum1-1/+1
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2024-10-03scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-16/+0
2024-08-29scsi: core: Remove obsoleted declaration for scsi_driverbyte_string()Gaosheng Cui1-7/+0
2024-08-23scsi: core: Simplify an alloc_workqueue() invocationBart Van Assche1-1/+0
2024-08-23scsi: scsi_transport_fc: Simplify alloc_workqueue() invocationsBart Van Assche1-6/+0
2024-08-23scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche1-2/+0
2024-08-17scsi: core: Fix the return value of scsi_logical_block_count()Chaotian Jing1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-21scsi: sd: Atomic write supportJohn Garry1-0/+1
2024-06-14scsi: core: Introduce the BLIST_SKIP_IO_HINTS flagBart Van Assche1-1/+3
2024-06-12scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal1-0/+2
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-24/+98
2024-04-25scsi: libfc: Add some kernel-doc commentsRandy Dunlap1-3/+15
2024-04-25scsi: core: Don't use "proxy" headersAndy Shevchenko1-2/+3
2024-04-12Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen4-3/+14
2024-04-12scsi: libata: Switch to using ->device_configureChristoph Hellwig1-2/+3
2024-04-12scsi: core: Add a device_configure method to the host templateChristoph Hellwig1-0/+4
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-0/+3
2024-04-12scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig1-0/+2
2024-04-12scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig1-0/+1
2024-04-12scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig1-1/+1
2024-04-09Merge patch series "scsi: documentation: clean up docs and fix kernel-doc"Martin K. Petersen6-16/+29