Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5fba1de383dcfff6052f401276d9f543dea77433
/
drivers
/
scsi
/
libsas
cf31d6d
scsi: libsas: fix ata xfer length
by John Garry
· 8 years ago
6a492b0
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
354a086
scsi:libsas: fix oops caused by assigning a freed task to ->lldd_task
by Wei Fang
· 8 years ago
b38d4d8
libsas: use ata_is_ncq() and ata_has_dma() accessors
by Hannes Reinecke
· 8 years ago
661ce1f
libata/libsas: Define ATA_CMD_NCQ_NON_DATA
by Hannes Reinecke
· 9 years ago
ef026b1
libsas: enable FPDMA SEND/RECEIVE
by Hannes Reinecke
· 9 years ago
1401b7c
Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 10 years ago
5067c04
ata: Add a new flag to destinguish sas controller
by Shaohua Li
· 10 years ago
6302ce4
libsas: Fix Kernel Crash in smp_execute_task
by James Bottomley
· 10 years ago
e617457
Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus
by James Bottomley
· 10 years ago
4e8790f
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 10 years ago
efc3c1d
scsi: remove ->change_queue_type method
by Christoph Hellwig
· 10 years ago
79855d1
libsas: remove task_collector mode
by Christoph Hellwig
· 10 years ago
db5ed4d
scsi: drop reason argument from ->change_queue_depth
by Christoph Hellwig
· 10 years ago
c40ecc1
scsi: avoid ->change_queue_depth indirection for queue full tracking
by Christoph Hellwig
· 10 years ago
ee11560
scsi: don't force tagged_supported in drivers
by Christoph Hellwig
· 10 years ago
c8b09f6
scsi: don't set tagging state from scsi_adjust_queue_depth
by Christoph Hellwig
· 10 years ago
2ecb204
scsi: always assign block layer tags if enabled
by Christoph Hellwig
· 10 years ago
1cbd772
libsas: use ata_dev_classify()
by Hannes Reinecke
· 10 years ago
7466501
scsi: convert host_busy to atomic_t
by Christoph Hellwig
· 11 years ago
9cb78c1
scsi: use 64-bit LUNs
by Hannes Reinecke
· 10 years ago
1a0b6ab
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 11 years ago
bc6e7c4
libata, libsas: kill pm_result and related cleanup
by Dan Williams
· 11 years ago
3af74a3
[SCSI] libsas: introduce scmd_dbg() to quiet false positive "timeout" messages
by Dan Williams
· 11 years ago
b28bc9b
Merge tag 'v3.13-rc6' into for-3.14/core
by Jens Axboe
· 11 years ago
ae5fbae
[SCSI] libsas: fix usage of ata_tf_to_fis
by Dan Williams
· 11 years ago
458b76e
block: Kill bio_segments()/bi_vcnt usage
by Kent Overstreet
· 11 years ago
e73823f
[SCSI] libsas: implement > 16 byte CDB support
by James Bottomley
· 11 years ago
832e77b
Merge branch 'misc' into for-linus
by James Bottomley
· 11 years ago
aa9f832
[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type
by James Bottomley
· 11 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
d4a2618
[SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()
by Lukasz Dorau
· 12 years ago
95c9f4d
[SCSI] libsas: use right function to alloc smp response
by John Gong
· 12 years ago
2f47787
block: Remove some unnecessary bi_vcnt usage
by Kent Overstreet
· 12 years ago
02582e9
treewide: fix typo of "suport" in various comments and Kconfig
by Masanari Iida
· 12 years ago
8d8e7d13
[SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_init
by Dan Williams
· 12 years ago
303694e
[SCSI] libsas: suspend / resume support
by Dan Williams
· 12 years ago
2955b47
[SCSI] async: introduce 'async_domain' type
by Dan Williams
· 12 years ago
f0bf750
[SCSI] libsas: trim sas_task of slow path infrastructure
by Dan Williams
· 12 years ago
a494fd5
[SCSI] libsas: drop sata port multiplier infrastructure
by Dan Williams
· 12 years ago
b17caa1
[SCSI] libsas: fix sas_discover_devices return code handling
by Dan Williams
· 12 years ago
26f2f19
[SCSI] libsas: continue revalidation
by Dan Williams
· 12 years ago
b2311a2
[SCSI] libsas: sas_rediscover_dev did not look at the SMP exec status.
by Jeff Skirvin
· 12 years ago
e7db822
[SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handler
by Dan Williams
· 12 years ago
9524c68
[SCSI] libsas: add sas_eh_abort_handler
by Dan Williams
· 12 years ago
5db45bd
[SCSI] libsas: enforce eh strategy handlers only in eh context
by Dan Williams
· 12 years ago
36fed49
[SCSI] libsas: cleanup spurious calls to scsi_schedule_eh
by Maciej Trela
· 12 years ago
e4a9c37
[SCSI] libata, libsas: introduce sched_eh and end_eh port ops
by Dan Williams
· 12 years ago
6ef1b51
[SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtf
by Dan Williams
· 12 years ago
b4698d88
[SCSI] Revert "[SCSI] libsas: fix sas port naming"
by Dan Williams
· 13 years ago
7d1d865
[SCSI] libsas: fix false positive 'device attached' conditions
by Dan Williams
· 13 years ago
b202445
[SCSI] libsas, libata: fix start of life for a sas ata_port
by Dan Williams
· 13 years ago
0f3fce5
[SCSI] libsas: fix ata_eh clobbering ex_phys via smp_ata_check_ready
by Dan Williams
· 13 years ago
9487669
[SCSI] libsas: unify domain_device sas_rphy lifetimes
by Dan Williams
· 13 years ago
ec236e5
[SCSI] libsas: fix sas_get_port_device regression
by Dan Williams
· 13 years ago
1699490
[SCSI] libsas: fix sas_find_bcast_phy() in the presence of 'vacant' phys
by Thomas Jackson
· 13 years ago
22b9153
[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_work
by Dan Williams
· 13 years ago
424a6f6
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 13 years ago
77dfce0
scsi: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
26a2e68
[SCSI] libsas: don't recover end devices attached to disabled phys
by Dan Williams
· 13 years ago
77c309f
[SCSI] libsas: fixup target_port_protocols for expanders that don't report sata
by Dan Williams
· 13 years ago
899fcf4
[SCSI] libsas: set attached device type and target protocols for local phys
by Dan Williams
· 13 years ago
9a10b33
[SCSI] libsas: revert ata srst
by Dan Williams
· 13 years ago
8402347
[SCSI] libsas: fix lifetime of SAS_HA_FROZEN
by Dan Williams
· 13 years ago
9508a66
[SCSI] libsas: async ata scanning
by Dan Williams
· 13 years ago
92625f9
[SCSI] libsas: restore scan order
by Dan Williams
· 13 years ago
c666aae
[SCSI] libsas: delete device on sas address changed
by Dan Williams
· 13 years ago
354cf82
[SCSI] libsas: let libata recover links that fail to transmit initial sig-fis
by Dan Williams
· 13 years ago
a692b0e
[SCSI] libsas: fix sas port naming
by Dan Williams
· 13 years ago
d214d81
[SCSI] libsas: improve debug statements
by Dan Williams
· 13 years ago
fdfd9d1
[SCSI] libsas: kill spurious sas_put_device
by Maciej Trela
· 13 years ago
5d7f6d1
[SCSI] libsas: fix sas_unregister_ports vs sas_drain_work
by Dan Williams
· 13 years ago
ab52663
[SCSI] libsas: route local link resets through ata-eh
by Dan Williams
· 13 years ago
d230ce6
[SCSI] libsas: fix mixed topology recovery
by Dan Williams
· 13 years ago
8abda4d
[SCSI] libsas: close scsi_remove_target() vs libata-eh race
by Dan Williams
· 13 years ago
7d05919
[SCSI] libsas: mark all domain devices gone if root port disappears
by Dan Williams
· 13 years ago
45c73b6
[SCSI] libsas: pre-clean commands that won the eh vs completion race
by Dan Williams
· 13 years ago
43a5ab1
[SCSI] isci: stop interpreting ->lldd_lu_reset() as an ata soft-reset
by Dan Williams
· 13 years ago
cb48d67
[SCSI] libsas: don't recover 'gone' devices in sas_ata_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
3a9c556
[SCSI] libsas: check for 'gone' expanders in smp_execute_task()
by Dan Williams
· 13 years ago
0508c2f
[SCSI] libsas: don't mark expanders as gone when a child device is removed
by Dan Williams
· 13 years ago
36a3994
[SCSI] libsas: poll for ata device readiness after reset
by Dan Williams
· 13 years ago
50824d6
[SCSI] libsas: async ata-eh
by Dan Williams
· 13 years ago
89d3cf6
[SCSI] libsas: add mutex for SMP task execution
by Jeff Skirvin
· 13 years ago
1f4fe89
[SCSI] libsas: Remove redundant phy state notification calls.
by Jeff Skirvin
· 13 years ago
2a559f4b
[SCSI] libsas: sas_phy_enable via transport_sas_phy_reset
by Dan Williams
· 13 years ago
81c757b
[SCSI] libsas: execute transport link resets with libata-eh via host workqueue
by Dan Williams
· 13 years ago
0b3e09d
[SCSI] libsas: perform sas-transport resets in shost->workq context
by Dan Williams
· 13 years ago
b52df41
[SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failures
by Dan Williams
· 13 years ago
3a2cdf3
[SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libata
by Dan Williams
· 13 years ago
3944f50
[SCSI] libsas: let libata handle command timeouts
by Dan Williams
· 13 years ago
9095a64
[SCSI] libsas: fix timeout vs completion race
by Dan Williams
· 13 years ago
a3a1425
[SCSI] libsas: prevent double completion of scmds from eh
by Dan Williams
· 13 years ago
3dff572
[SCSI] libsas: close error handling vs sas_ata_task_done() race
by Dan Williams
· 13 years ago
e500a34
[SCSI] libsas: kill invocation of scsi_eh_finish_cmd from sas_ata_task_done
by Dan Williams
· 13 years ago
b91bb29
[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parameters
by Dan Williams
· 13 years ago
87c8331
[SCSI] libsas: prevent domain rediscovery competing with ata error handling
by Dan Williams
· 13 years ago
e139942
[SCSI] libsas: convert dev->gone to flags
by Dan Williams
· 13 years ago
312d3e5
[SCSI] libsas: remove ata_port.lock management duties from lldds
by Dan Williams
· 13 years ago
Next »