- 25882c8 scsi: libsas: Delete lldd_clear_aca callback by John Garry · 3 years ago
- 26fc0ea scsi: libsas: Drop SAS_TASK_AT_INITIATOR by John Garry · 3 years, 1 month ago
- c39d5aa scsi: isci: Drop SAS_TASK_AT_INITIATOR check in isci_task_abort_task() by John Garry · 3 years, 1 month ago
- d377f41 scsi: libsas: Introduce more SAM status code aliases in enum exec_status by Bart Van Assche · 3 years, 9 months ago
- 5250db6 scsi: isci: Use correctly sized target buffer for memcpy() by Kees Cook · 3 years, 9 months ago
- 0afdee0 scsi: isci: task: Demote non-conformant header and remove superfluous param by Lee Jones · 4 years ago
- 924a354 scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander() by John Garry · 6 years ago
- 362b5da scsi: isci: Change sci_controller_start_task's return type to sci_status by Nathan Chancellor · 6 years ago
- a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- 79855d1 libsas: remove task_collector mode by Christoph Hellwig · 10 years ago
- 4e21051 isci: Spelling s/stucture/structure/ by Geert Uytterhoeven · 10 years ago
- ddfadd7 [SCSI] isci: fix reset timeout handling by Dan Williams · 11 years ago
- 96f15f2 [SCSI] isci: Fix a race condition in the SSP task management path by Jeff Skirvin · 12 years ago
- aa9f832 [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type by James Bottomley · 12 years ago
- 4907cb7 treewide: fix comment/printk/variable typos by Anatol Pomozov · 13 years ago
- 397497d isci: Check IDEV_GONE before performing abort path operations. by Jeff Skirvin · 13 years ago
- 1db79b3 isci: Directly control IREQ_ABORT_PATH_ACTIVE when completing TMFs. by Jeff Skirvin · 13 years ago
- 621120c isci: Manage tag releases differently when aborting tasks. by Jeff Skirvin · 13 years ago
- 31a38ef isci: Implement waiting for suspend in the abort path. by Jeff Skirvin · 13 years ago
- 08c031e isci: Make sure all TCs are terminated and cleaned in LUN reset. by Jeff Skirvin · 13 years ago
- d6b2a0e isci: Remove isci_device reqs_in_process and dev_node from isci_device. by Jeff Skirvin · 13 years ago
- 6373250 isci: Device access in the error path does not depend on IDEV_GONE. by Jeff Skirvin · 13 years ago
- 14aaa9f isci: Redesign device suspension, abort, cleanup. by Jeff Skirvin · 13 years ago
- d80ecd5 isci: Escalate to I_T_Nexus_Reset when the device is gone. by Jeff Skirvin · 13 years ago
- 5b6bf22 isci: Manage device suspensions during TC terminations. by Jeff Skirvin · 13 years ago
- 5a99832 [SCSI] isci: remove IDEV_EH hack to disable "discovery-time" ata resets by Dan Williams · 13 years ago
- 6a71939 [SCSI] isci: remove bus and reset handlers by Dan Williams · 13 years ago
- 43a5ab15 [SCSI] isci: stop interpreting ->lldd_lu_reset() as an ata soft-reset by Dan Williams · 13 years ago
- 9277699 [SCSI] isci: fix interpretation of "hard" reset by Dan Williams · 13 years ago
- f41a0c4 [SCSI] libsas: fix sas_find_local_phy(), take phy references by Dan Williams · 13 years ago
- 312d3e5 [SCSI] libsas: remove ata_port.lock management duties from lldds by Dan Williams · 13 years ago
- 27234ab [SCSI] isci: remove unused 'isci_tmf->device' field by Maciej Trela · 13 years ago
- 52d7463 [SCSI] isci: revert bcn filtering by Dan Williams · 13 years ago
- 5412e25 [SCSI] isci: No need to manage the pending reset bit on pending requests. by Jeff Skirvin · 13 years ago
- 3b34c16 [SCSI] isci: Remove redundant isci_request.ttype field. by Jeff Skirvin · 13 years ago
- 98145cb [SCSI] isci: Fix task management for SMP, SATA and on dev remove. by Jeff Skirvin · 13 years ago
- db49c2d [SCSI] isci: No task_done callbacks in error handler paths. by Jeff Skirvin · 13 years ago
- b343dff [SCSI] isci: Handle task request timeouts correctly. by Jeff Skirvin · 13 years ago
- d689168 [SCSI] isci: Fix tag leak in tasks and terminated requests. by Jeff Skirvin · 13 years ago
- c2cb8a5 [SCSI] isci: Immediately fail I/O to removed devices. by Jeff Skirvin · 13 years ago
- 4fcf812 [SCSI] libsas: export sas_alloc_task() by Dan Williams · 14 years ago
- a5ec7f86 [SCSI] isci: fix checkpatch errors by James Bottomley · 14 years ago
- bc6f387 isci: Device reset should request sas_phy_reset(phy, true) by Jeff Skirvin · 14 years ago
- a8a0a13 isci: pare back error messsages by Dan Williams · 14 years ago
- 16ba770 isci: merge sata.[ch] into request.c by Dan Williams · 14 years ago
- 34a9915 isci: kill 'get/set' macros by Dan Williams · 14 years ago
- 89a7301 isci: retire scic_sds_ and scic_ prefixes by Dan Williams · 14 years ago
- d9dcb4b isci: unify isci_host and scic_sds_controller by Dan Williams · 14 years ago
- 78a6f06 isci: unify isci_remote_device and scic_sds_remote_device by Dan Williams · 14 years ago
- 5076a1a isci: unify isci_request and scic_sds_request by Dan Williams · 14 years ago
- db05625 isci: preallocate requests by Dan Williams · 14 years ago
- 38d8879 isci: combine request flags by Dan Williams · 14 years ago
- 312e0c2 isci: unify can_queue tracking on the tci_pool, uplevel tag assignment by Dan Williams · 14 years ago
- 9274f45 isci: Terminate dev requests on FIS err bit rx in NCQ by Jeff Skirvin · 14 years ago
- 086a0da isci: fix isci_task_execute_tmf completion by Dan Williams · 14 years ago
- f208826 isci: kill isci_remote_device_change_state() by Dan Williams · 14 years ago
- 209fae1 isci: atomic device lookup and reference counting by Dan Williams · 14 years ago
- 0d0cf14 isci: cleanup request allocation by Dan Williams · 14 years ago
- 980d3ae isci: fix isci_terminate_pending() list management by Dan Williams · 14 years ago
- 77c852f isci: Handle timed-out request terminations correctly by Jeff Skirvin · 14 years ago
- 61aaff4 isci: filter broadcast change notifications during SMP phy resets by Jeff Skirvin · 14 years ago
- ff717ab isci: Move the reset delay after the remote node resumption. by Jeff Skirvin · 14 years ago
- 8d2c65c isci: Removing unused variables compiler warnings by Dave Jiang · 14 years ago
- 8db02da isci: remove isci_timer interface by Edmund Nadolski · 14 years ago
- fd18388 isci: Remove tmf timeout_timer by Edmund Nadolski · 14 years ago
- f1f52e7 isci: uplevel request infrastructure by Dan Williams · 14 years ago
- cc9203b isci: move core/controller to host by Dan Williams · 14 years ago
- ce2b326 isci: unify constants by Dan Williams · 14 years ago
- 67ea838 isci: unify request data structures by Dan Williams · 14 years ago
- b764581 isci: make command/response iu explicit request object members by Dan Williams · 14 years ago
- 0d84366 isci: make sgl explicit/aligned request object member by Dan Williams · 14 years ago
- 827a84d isci: move stp request info to scic_sds_request by Dan Williams · 14 years ago
- cc3dbd0 isci: unify isci_host data structures by Artur Wojcik · 14 years ago
- d06b487 isci: implement I_T_nexus_reset by Dan Williams · 14 years ago
- af5ae89 isci: Convert of sci_ssp_response_iu to ssp_response_iu by Dave Jiang · 14 years ago
- 0cfa890 isci: Fixup SSP command IU and task IU by Dave Jiang · 14 years ago
- f2f3008 isci: Convert SATA fis data structures to Linux native by Dave Jiang · 14 years ago
- 890cae9 isci: Removed sci_base_object from scic_sds_request. by Maciej Patelczyk · 14 years ago
- d2d6143 isci: Remove excessive log noise with expander hot-unplug by Dave Jiang · 14 years ago
- a1a113b isci: kill smp_discover_response_protocols in favor of domain_device.dev_type by Dan Williams · 14 years ago
- 88f3b62 isci: move remote_device handling out of the core by Dan Williams · 14 years ago
- 57f20f4 isci: unify remote_device data structures by Dan Williams · 14 years ago
- 6cb4d6b isci: audit usage of BUG_ON macro in isci driver by Bartosz Barcinski · 14 years ago
- 467e855 isci: sparse warnings cleanup by Bartosz Barcinski · 14 years ago
- c629582 isci: remove scic_controller state handlers by Christoph Hellwig · 14 years ago
- 4393aa4 isci: fix fragile/conditional isci_host lookups by Dan Williams · 14 years ago
- ed8a72d isci: Qualify when the host lock is managed for STP/SATA callbacks. by Jeff Skirvin · 14 years ago
- f219f01 isci: Properly handle requests in the "aborting" state. by Jeff Skirvin · 14 years ago
- 35173d5 isci: namespacecheck cleanups by Dan Williams · 14 years ago
- 1077a57 isci: fix incorrect assumptions about task->dev and task->dev->port being NULL by Dan Williams · 14 years ago
- 50e7f9b isci: Errors in the submit path for SATA devices manage the ap lock. by Dan Williams · 14 years ago
- 70957a9 isci: Fixed BUG_ON in isci_abort_task_process_cb callback. by Jeff Skirvin · 14 years ago
- c3f42fe isci: Fix TMF build for SAS/SATA LUN reset cases. by Jeff Skirvin · 14 years ago
- 4dc043c isci: Termination handling cleanup, added termination timeouts. by Jeff Skirvin · 14 years ago
- cbb65c6 isci: Code review change for completion pointer cleanup. by Jeff Skirvin · 14 years ago
- f0846c6 isci: Cleaning up task execute path. by Jeff Skirvin · 14 years ago
- 1fad9e9 isci: save the i/o tag outside the scic request structure. by Jeff Skirvin · 14 years ago
- a5fde22 isci: fix completion / abort path. by Jeff Skirvin · 14 years ago
- 18d3d72 isci: isci_request_cleanup_completed_loiterer checks task before task_done by Jeff Skirvin · 14 years ago
- 8acaec1 isci: kill "host quiesce" mechanism by Dan Williams · 14 years ago