Age | Commit message (Expand) | Author | Files | Lines |
2025-05-05 | scsi: remove the no_highmem flag in the host | Christoph Hellwig | 1 | -2/+0 |
2025-02-12 | scsi: usb: Rename the RESERVE and RELEASE constants | Bart Van Assche | 1 | -2/+2 |
2025-02-12 | scsi: iscsi_tcp: Switch to using the crc32c library | Eric Biggers | 1 | -10/+6 |
2025-02-03 | scsi: st: Modify st.c to use the new scsi_error counters | Kai Mäkisara | 1 | -0/+6 |
2025-02-03 | scsi: core: Add counters for New Media and Power On/Reset UNIT ATTENTIONs | Kai Mäkisara | 1 | -0/+3 |
2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2025-01-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 6 | -28/+19 |
2025-01-06 | block: simplify tag allocation policy selection | Christoph Hellwig | 1 | -2/+4 |
2025-01-03 | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 1 | -2/+2 |
2025-01-02 | scsi: iscsi: Remove unused iscsi_create_session() | Dr. David Alan Gilbert | 1 | -4/+0 |
2024-12-09 | scsi: Eliminate scsi_register() and scsi_unregister() usage & docs | Randy Dunlap | 1 | -1/+1 |
2024-12-04 | Merge patch series "Replace the "slave_*" function names" | Martin K. Petersen | 4 | -22/+17 |
2024-12-04 | scsi: core: Remove the .slave_configure() method | Bart Van Assche | 1 | -7/+3 |
2024-12-04 | scsi: Rename .device_configure() into .sdev_configure() | Bart Van Assche | 2 | -5/+4 |
2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 4 | -13/+13 |
2024-12-04 | scsi: bsg: Replace zero-length array with flexible array member | Thorsten Blum | 1 | -1/+1 |
2024-11-19 | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2024-10-03 | scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h> | Uros Bizjak | 1 | -1/+1 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2024-09-19 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -16/+0 |
2024-08-28 | scsi: core: Remove obsoleted declaration for scsi_driverbyte_string() | Gaosheng Cui | 1 | -7/+0 |
2024-08-22 | scsi: core: Simplify an alloc_workqueue() invocation | Bart Van Assche | 1 | -1/+0 |
2024-08-22 | scsi: scsi_transport_fc: Simplify alloc_workqueue() invocations | Bart Van Assche | 1 | -6/+0 |
2024-08-22 | scsi: fcoe: Simplify alloc_ordered_workqueue() invocations | Bart Van Assche | 1 | -2/+0 |
2024-08-16 | scsi: core: Fix the return value of scsi_logical_block_count() | Chaotian Jing | 1 | -1/+1 |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2024-07-15 | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2024-06-20 | scsi: sd: Atomic write support | John Garry | 1 | -0/+1 |
2024-06-13 | scsi: core: Introduce the BLIST_SKIP_IO_HINTS flag | Bart Van Assche | 1 | -1/+3 |
2024-06-11 | scsi: mpi3mr: Fix ATA NCQ priority support | Damien Le Moal | 1 | -0/+2 |
2024-05-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 12 | -24/+98 |
2024-04-24 | scsi: libfc: Add some kernel-doc comments | Randy Dunlap | 1 | -3/+15 |
2024-04-24 | scsi: core: Don't use "proxy" headers | Andy Shevchenko | 1 | -2/+3 |
2024-04-12 | Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)" | Martin K. Petersen | 4 | -3/+14 |
2024-04-11 | scsi: libata: Switch to using ->device_configure | Christoph Hellwig | 1 | -2/+3 |
2024-04-11 | scsi: core: Add a device_configure method to the host template | Christoph Hellwig | 1 | -0/+4 |
2024-04-11 | scsi: core: Add a dma_alignment field to the host and host template | Christoph Hellwig | 1 | -0/+3 |
2024-04-11 | scsi: core: Add a no_highmem flag to struct Scsi_Host | Christoph Hellwig | 1 | -0/+2 |
2024-04-11 | scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t... | Christoph Hellwig | 1 | -0/+1 |
2024-04-11 | scsi: core: Initialize scsi midlayer limits before allocating the queue | Christoph Hellwig | 1 | -1/+1 |
2024-04-08 | Merge patch series "scsi: documentation: clean up docs and fix kernel-doc" | Martin K. Petersen | 6 | -16/+29 |
2024-04-08 | scsi: scsi_transport_srp: Fix a couple of kernel-doc warnings | Randy Dunlap | 1 | -2/+2 |
2024-04-08 | scsi: scsi_transport_fc: Add kernel-doc for function return | Randy Dunlap | 1 | -3/+2 |
2024-04-08 | scsi: core: Add function return kernel-doc for 2 functions | Randy Dunlap | 1 | -3/+4 |
2024-04-08 | scsi: libfcoe: Fix a slew of kernel-doc warnings | Randy Dunlap | 1 | -7/+18 |
2024-04-08 | scsi: iser: Fix @read_stag kernel-doc warning | Randy Dunlap | 1 | -1/+1 |
2024-04-08 | scsi: core: Add kernel-doc for scsi_msg_to_host_byte() | Randy Dunlap | 1 | -0/+2 |
2024-04-05 | scsi: core: Store owner from modules with scsi_register_driver() | Krzysztof Kozlowski | 1 | -1/+3 |
2024-03-25 | Merge patch series "Add LIBSAS_SHT_BASE for libsas" | Martin K. Petersen | 1 | -0/+29 |
2024-03-25 | scsi: libsas: Add LIBSAS_SHT_BASE | John Garry | 1 | -0/+29 |
2024-03-25 | scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices | Igor Pylypiv | 1 | -0/+6 |
2024-03-25 | scsi: sd: Fix TCG OPAL unlock on system resume | Damien Le Moal | 2 | -0/+2 |
2024-03-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -0/+79 |
2024-03-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -3/+51 |
2024-02-26 | scsi: scsi_proto: Add structures and constants related to I/O groups and streams | Bart Van Assche | 1 | -0/+78 |
2024-02-26 | scsi: core: Query the Block Limits Extension VPD page | Bart Van Assche | 1 | -0/+1 |
2024-02-15 | scsi: core: Consult supported VPD page list prior to fetching page | Martin K. Petersen | 1 | -4/+0 |
2024-02-14 | scsi: sd: usb_storage: uas: Access media prior to querying device properties | Martin K. Petersen | 1 | -0/+1 |
2024-01-29 | Merge patch series "scsi: Allow scsi_execute users to request retries" | Martin K. Petersen | 1 | -0/+48 |
2024-01-29 | scsi: core: Allow passthrough to request midlayer retries | Mike Christie | 1 | -0/+48 |
2024-01-23 | scsi: core: Move autosuspend timer delay to Scsi_Host | Peter Wang | 1 | -3/+3 |
2023-11-24 | scsi: sd: Fix system start for ATA devices | Damien Le Moal | 1 | -0/+6 |
2023-11-24 | scsi: Change SCSI device boolean fields to single bit flags | Damien Le Moal | 1 | -3/+3 |
2023-11-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -17/+3 |
2023-11-01 | Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds | 1 | -1/+0 |
2023-10-27 | scsi: sd: Introduce manage_shutdown device flag | Damien Le Moal | 1 | -2/+18 |
2023-10-24 | scsi: core: Add comment to target_destroy in scsi_host_template | Wenchao Hao | 1 | -0/+3 |
2023-10-03 | scsi: Remove scsi device no_start_on_resume flag | Damien Le Moal | 1 | -1/+0 |
2023-09-29 | Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds | 2 | -2/+5 |
2023-09-28 | scsi: Do not attempt to rescan suspended devices | Damien Le Moal | 1 | -1/+1 |
2023-09-28 | scsi: sd: Differentiate system and runtime start/stop management | Damien Le Moal | 1 | -1/+4 |
2023-09-21 | scsi: core: ata: Do no try to probe for CDL on old drives | Damien Le Moal | 1 | -0/+3 |
2023-09-13 | scsi: libsas: Declare sas_discover_end_dev() static | Damien Le Moal | 1 | -2/+0 |
2023-09-13 | scsi: libsas: Declare sas_set_phy_speed() static | Damien Le Moal | 1 | -1/+0 |
2023-09-13 | scsi: libsas: Move local functions declarations to sas_internal.h | Damien Le Moal | 1 | -14/+0 |
2023-09-09 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
2023-09-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -32/+3 |
2023-08-24 | scsi: core: Improve type safety of scsi_rescan_device() | Bart Van Assche | 1 | -1/+1 |
2023-08-24 | Merge patch series "libsas: Some tidy-up" | Martin K. Petersen | 1 | -28/+1 |
2023-08-24 | Merge patch series "Returning FIS on success for CDL" | Martin K. Petersen | 1 | -0/+1 |
2023-08-21 | scsi: libsas: Delete sas_ata_task.retry_count | John Garry | 1 | -2/+0 |
2023-08-21 | scsi: libsas: Delete sas_ata_task.stp_affil_pol | John Garry | 1 | -1/+0 |
2023-08-21 | scsi: libsas: Delete sas_ata_task.set_affil_pol | John Garry | 1 | -1/+0 |
2023-08-21 | scsi: libsas: Delete sas_ssp_task.task_prio | John Garry | 1 | -1/+0 |
2023-08-21 | scsi: libsas: Delete sas_ssp_task.enable_first_burst | John Garry | 1 | -1/+0 |
2023-08-21 | scsi: libsas: Delete sas_ssp_task.retry_count | John Garry | 1 | -2/+0 |
2023-08-21 | scsi: libsas: Delete struct scsi_core | John Garry | 1 | -6/+1 |
2023-08-21 | scsi: libsas: Delete enum sas_phy_type | John Garry | 1 | -6/+0 |
2023-08-21 | scsi: libsas: Delete enum sas_class | John Garry | 1 | -7/+0 |
2023-08-21 | scsi: libsas: Delete sas_ha_struct.lldd_module | John Garry | 1 | -1/+0 |
2023-08-21 | scsi: libsas: Add return_fis_on_success to sas_ata_task | Igor Pylypiv | 1 | -0/+1 |
2023-08-21 | scsi: core: Use 32-bit hostnum in scsi_host_lookup() | Tony Battersby | 1 | -1/+1 |
2023-08-21 | scsi: libsas: Remove unused declarations | Yue Haibing | 1 | -2/+0 |
2023-08-02 | ata,scsi: do not issue START STOP UNIT on resume | Damien Le Moal | 1 | -0/+1 |
2023-07-25 | scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface() | YueHaibing | 1 | -1/+0 |
2023-06-30 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -7/+42 |
2023-06-16 | Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b... | Martin K. Petersen | 1 | -1/+1 |
2023-06-16 | scsi: core: Replace scsi_target_block() with scsi_block_targets() | Martin Wilck | 1 | -1/+1 |
2023-06-12 | scsi: replace the fmode_t argument to scsi_ioctl with a simple bool | Christoph Hellwig | 1 | -1/+1 |
2023-06-12 | scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool | Christoph Hellwig | 1 | -1/+1 |
2023-05-31 | Merge patch series "ufs: Do not requeue while ungating the clock" | Martin K. Petersen | 1 | -0/+6 |
2023-05-31 | scsi: core: Support setting BLK_MQ_F_BLOCKING | Bart Van Assche | 1 | -0/+6 |
2023-05-22 | Merge patch series "Add Command Duration Limits support" | Martin K. Petersen | 2 | -6/+17 |
2023-05-22 | scsi: core: Allow enabling and disabling command duration limits | Damien Le Moal | 1 | -0/+2 |
2023-05-22 | scsi: core: Detect support for command duration limits | Damien Le Moal | 1 | -0/+3 |
2023-05-22 | scsi: core: Support Service Action in scsi_report_opcode() | Damien Le Moal | 1 | -2/+3 |
2023-05-22 | scsi: core: Support retrieving sub-pages of mode pages | Damien Le Moal | 1 | -4/+4 |
2023-05-22 | scsi: core: Allow libata to complete successful commands via EH | Niklas Cassel | 1 | -0/+5 |
2023-05-22 | Merge patch series "Use block pr_ops in LIO" | Martin K. Petersen | 2 | -0/+18 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+2 |
2023-04-11 | scsi: Add support for block PR read keys/reservation | Mike Christie | 2 | -0/+6 |
2023-04-11 | scsi: Move sd_pr_type to scsi_common | Mike Christie | 1 | -0/+12 |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 2 | -3/+5 |
2023-03-31 | Merge branch '6.3/scsi-fixes' into 6.4/scsi-staging | Martin K. Petersen | 2 | -3/+5 |
2023-03-24 | scsi: iscsi: Declare SCSI host template const | Bart Van Assche | 1 | -1/+1 |
2023-03-24 | scsi: core: Declare SCSI host template pointer members const | Bart Van Assche | 2 | -3/+3 |
2023-03-23 | driver core: bus: mark the struct bus_type for sysfs callbacks as constant | Greg Kroah-Hartman | 1 | -4/+2 |
2023-03-09 | scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD | Lee Duncan | 2 | -3/+5 |
2023-03-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -1/+4 |
2023-02-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -24/+35 |
2023-02-21 | scsi: core: Extend struct scsi_exec_args | Bart Van Assche | 1 | -0/+1 |
2023-02-21 | scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv() | Muneendra | 1 | -1/+3 |
2023-01-18 | scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress | Mike Christie | 1 | -0/+2 |
2023-01-18 | Merge patch series "scsi: Add struct for args to execution functions" | Martin K. Petersen | 1 | -23/+15 |
2023-01-18 | scsi: core: Remove scsi_execute_req()/scsi_execute() functions | Mike Christie | 1 | -31/+0 |
2023-01-13 | scsi: core: Add struct for args to execution functions | Mike Christie | 1 | -14/+37 |
2022-12-30 | Merge patch series "scsi: libsas: Some coding style fixes and cleanups" | Martin K. Petersen | 2 | -1/+20 |
2022-12-30 | scsi: libsas: Factor out sas_ata_add_dev() | Jason Yan | 1 | -0/+9 |
2022-12-30 | scsi: libsas: Change the coding style of sas_discover_sata() | Jason Yan | 2 | -1/+11 |
2022-12-30 | Merge branch '6.2/scsi-queue' into 6.2/scsi-fixes | Martin K. Petersen | 1 | -0/+9 |
2022-12-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -1/+2 |
2022-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 9 | -26/+64 |
2022-12-14 | scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspace | Wenchao Hao | 1 | -0/+9 |
2022-12-01 | scsi: sd: Convert SCSI errors to PR errors | Mike Christie | 1 | -0/+1 |
2022-12-01 | scsi: core: Rename status_byte to sg_status_byte | Mike Christie | 1 | -1/+1 |
2022-11-26 | scsi: libsas: Do not export sas_ata_wait_after_reset() | Jie Zhan | 1 | -7/+0 |
2022-11-26 | scsi: libsas: Add smp_ata_check_ready_type() | Jie Zhan | 1 | -0/+6 |
2022-11-26 | scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devices | Shin'ichiro Kawasaki | 1 | -0/+1 |
2022-10-27 | scsi: target: core: Add list of opcodes for RSOC | Dmitry Bogdanov | 1 | -0/+3 |
2022-10-27 | scsi: target: core: Add support for RSOC command | Dmitry Bogdanov | 1 | -0/+7 |
2022-10-22 | scsi: core: Support failing requests while recovering | Bart Van Assche | 1 | -1/+2 |
2022-10-22 | scsi: core: Change the return type of .eh_timed_out() | Bart Van Assche | 4 | -4/+16 |
2022-10-22 | scsi: libsas: Add sas_task_find_rq() | John Garry | 1 | -0/+18 |
2022-10-18 | scsi: libsas: Introduce sas_find_attached_phy_id() helper | Jason Yan | 1 | -0/+2 |
2022-10-18 | scsi: core: Release SCSI devices synchronously | Bart Van Assche | 1 | -1/+0 |
2022-10-18 | scsi: core: Introduce a new list for SCSI proc directory entries | Bart Van Assche | 1 | -12/+0 |
2022-10-18 | scsi: esas2r: Introduce scsi_template_proc_dir() | Bart Van Assche | 1 | -0/+6 |
2022-10-18 | scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() private | John Garry | 1 | -4/+0 |
2022-10-18 | scsi: libsas: Add sas_ata_device_link_abort() | John Garry | 1 | -0/+6 |
2022-10-17 | scsi: Define the COMPLETED sense key | Damien Le Moal | 1 | -2/+2 |
2022-10-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -7/+8 |
2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2022-09-25 | scsi: stex: Properly zero out the passthrough command structure | Linus Torvalds | 1 | -1/+1 |
2022-09-25 | scsi: core: Add I/O timeout count for SCSI device | Wu Bo | 1 | -0/+1 |
2022-09-06 | scsi: core: Remove useless host error codes | Mike Christie | 1 | -6/+6 |
2022-09-01 | scsi: core: Fix a use-after-free | Bart Van Assche | 1 | -0/+2 |
2022-09-01 | scsi: core: Revert "Make sure that targets outlive devices" | Bart Van Assche | 1 | -2/+0 |
2022-09-01 | scsi: core: Revert "Make sure that hosts outlive targets" | Bart Van Assche | 1 | -3/+0 |
2022-08-22 | block: Change the return type of blk_mq_map_queues() into void | Bart Van Assche | 1 | -1/+1 |
2022-08-13 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -0/+5 |
2022-08-06 | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -0/+1 |
2022-08-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -29/+31 |
2022-08-01 | scsi: core: Make sure that hosts outlive targets | Ming Lei | 1 | -0/+3 |
2022-08-01 | scsi: core: Make sure that targets outlive devices | Bart Van Assche | 1 | -0/+2 |
2022-07-19 | scsi: sd: allow max_sectors be capped at DMA optimal size limit | John Garry | 1 | -0/+1 |
2022-07-14 | scsi/core: Use the new blk_opf_t type | Bart Van Assche | 1 | -1/+1 |
2022-07-14 | scsi/core: Improve static type checking | Bart Van Assche | 1 | -2/+2 |
2022-07-06 | blk-mq: Drop 'reserved' arg of busy_tag_iter_fn | John Garry | 1 | -1/+1 |
2022-06-21 | scsi: libiscsi: Improve conn_send_pdu API | Mike Christie | 1 | -3/+0 |
2022-06-21 | scsi: iscsi: Remove iscsi_get_task back_lock requirement | Mike Christie | 1 | -1/+1 |
2022-06-21 | scsi: iscsi: Add recv workqueue helpers | Mike Christie | 1 | -0/+4 |
2022-06-21 | scsi: iscsi: Rename iscsi_conn_queue_work() | Mike Christie | 1 | -1/+1 |
2022-06-21 | scsi: iscsi: Fix session removal on shutdown | Mike Christie | 1 | -1/+1 |
2022-06-21 | scsi: iscsi: Add helper to remove a session from the kernel | Mike Christie | 1 | -0/+1 |
2022-06-16 | scsi: iscsi: Make iscsi_unregister_transport() return void | Max Gurtovoy | 1 | -1/+1 |
2022-06-10 | scsi: libsas: Introduce struct smp_rps_resp | Damien Le Moal | 2 | -7/+3 |
2022-06-10 | scsi: libsas: Introduce struct smp_rg_resp | Damien Le Moal | 1 | -0/+8 |
2022-06-10 | scsi: libsas: Introduce struct smp_disc_resp | Damien Le Moal | 1 | -16/+12 |
2022-05-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -5/+28 |
2022-05-25 | Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm... | Linus Torvalds | 1 | -1/+2 |
2022-05-19 | scsi: libsas: Refactor sas_ata_hard_reset() | John Garry | 1 | -0/+7 |
2022-05-16 | scsi: fcoe: Add a local_lock to fcoe_percpu | Davidlohr Bueso | 1 | -0/+2 |
2022-05-02 | scsi: core: Cache VPD pages b0, b1, b2 | Martin K. Petersen | 1 | -0/+4 |
2022-05-02 | scsi: core: Query VPD size before getting full page | Martin K. Petersen | 1 | -1/+4 |
2022-04-26 | scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac() | Gustavo A. R. Silva | 1 | -1/+2 |
2022-04-25 | scsi: sd: sd_zbc: Hide gap zones | Damien Le Moal | 1 | -1/+8 |
2022-04-25 | scsi: iscsi: Fix harmless double shift bug | Dan Carpenter | 1 | -3/+3 |
2022-04-11 | scsi: iscsi: Fix NOP handling during conn recovery | Mike Christie | 1 | -1/+1 |
2022-04-11 | scsi: iscsi: Merge suspend fields | Mike Christie | 1 | -4/+5 |
2022-04-11 | scsi: iscsi: Fix conn cleanup and stop race during iscsid restart | Mike Christie | 1 | -0/+2 |
2022-04-11 | scsi: iscsi: Release endpoint ID when its freed | Mike Christie | 1 | -1/+1 |
2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 13 | -80/+121 |
2022-03-15 | scsi: libiscsi: Teardown iscsi_cls_conn gracefully | Wenchao Hao | 1 | -1/+0 |
2022-03-15 | scsi: libiscsi: Add iscsi_cls_conn to sysfs after initialization | Wenchao Hao | 1 | -2/+0 |
2022-03-15 | scsi: iscsi: Add helper functions to manage iscsi_cls_conn | Wenchao Hao | 1 | -0/+4 |
2022-03-14 | scsi: hisi_sas: Use libsas internal abort support | John Garry | 1 | -0/+2 |
2022-03-14 | scsi: libsas: Add sas_execute_internal_abort_dev() | John Garry | 1 | -0/+8 |
2022-03-14 | scsi: libsas: Add sas_execute_internal_abort_single() | John Garry | 2 | -0/+16 |
2022-03-08 | scsi: don't use disk->private_data to find the scsi_driver | Christoph Hellwig | 2 | -11/+7 |