index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-11
scsi: lpfc: update driver version to 12.0.0.5
James Smart
1
-1
/
+1
2018-07-11
scsi: lpfc: devloss timeout race condition caused null pointer reference
James Smart
2
-4
/
+14
2018-07-11
scsi: lpfc: Fix NVME Target crash in defer rcv logic
James Smart
1
-1
/
+11
2018-07-11
scsi: lpfc: Support duration field in Link Cable Beacon V1 command
James Smart
5
-28
/
+104
2018-07-11
scsi: lpfc: Make PBDE optimizations configurable
James Smart
7
-38
/
+50
2018-07-11
scsi: lpfc: Fix abort error path for NVMET
James Smart
2
-4
/
+16
2018-07-11
scsi: lpfc: Fix panic if driver unloaded when port is offline
James Smart
1
-1
/
+4
2018-07-11
scsi: lpfc: Fix driver not setting dpp bits correctly in doorbell word
James Smart
1
-1
/
+8
2018-07-11
scsi: lpfc: Add Buffer overflow check, when nvme_info larger than PAGE_SIZE
James Smart
1
-175
/
+257
2018-07-02
scsi: target: Remove se_dev_entry.ua_count
Bart Van Assche
3
-12
/
+2
2018-07-02
scsi: target: Fix handling of removed LUNs
Bart Van Assche
3
-18
/
+39
2018-07-02
scsi: target: Send unit attention condition even if the sense buffer is too s...
Bart Van Assche
1
-14
/
+7
2018-07-02
scsi: target: Do not duplicate the code that marks that a command has sense data
Bart Van Assche
1
-6
/
+3
2018-07-02
scsi: target/tcm_loop: Avoid that static checkers warn about dead code
Bart Van Assche
1
-4
/
+1
2018-07-02
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
12
-40
/
+18
2018-07-02
scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...
Bart Van Assche
1
-2
/
+1
2018-07-02
scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callers
Bart Van Assche
3
-5
/
+2
2018-07-02
scsi: target: Simplify the code for waiting for command completion
Bart Van Assche
2
-17
/
+9
2018-07-02
scsi: target: Simplify transport_generic_free_cmd() (2/2)
Bart Van Assche
1
-6
/
+4
2018-07-02
scsi: target: Simplify transport_generic_free_cmd() (1/2)
Bart Van Assche
1
-6
/
+2
2018-07-02
scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()
Bart Van Assche
3
-17
/
+11
2018-07-02
scsi: target: Simplify core_tmr_handle_tas_abort()
Bart Van Assche
1
-12
/
+3
2018-07-02
scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are set
Bart Van Assche
1
-6
/
+28
2018-07-02
scsi: target: Make the session shutdown code also wait for commands that are ...
Bart Van Assche
3
-61
/
+24
2018-07-02
scsi: target: Introduce transport_init_session()
Bart Van Assche
3
-9
/
+19
2018-07-02
scsi: target: Rename transport_init_session() into transport_alloc_session()
Bart Van Assche
3
-6
/
+24
2018-07-02
scsi: target: Move a list_del_init() statement
Bart Van Assche
1
-2
/
+1
2018-07-02
scsi: target: Avoid that EXTENDED COPY commands trigger lock inversion
Bart Van Assche
1
-5
/
+17
2018-07-02
scsi: target: Use config_item_name() instead of open-coding it
Bart Van Assche
2
-5
/
+6
2018-07-02
scsi: core: fix scsi_host_queue_ready
Ming Lei
1
-1
/
+1
2018-07-02
scsi: klist: Make it safe to use klists in atomic context
Bart Van Assche
1
-4
/
+6
2018-07-02
scsi: sd_zbc: Remove an assignment from sd_zbc_setup_report_cmnd()
Bart Van Assche
1
-6
/
+0
2018-07-02
scsi: qedi: tidy up a size calculation
Dan Carpenter
1
-1
/
+1
2018-07-02
scsi: ibmvscsi: Improve strings handling
Breno Leitao
1
-2
/
+2
2018-06-26
scsi: tcmu: Don't pass KERN_ERR to pr_err
Mike Christie
1
-1
/
+1
2018-06-26
scsi: core: avoid host-wide host_busy counter for scsi_mq
Ming Lei
2
-7
/
+40
2018-06-26
scsi: read host_busy via scsi_host_busy()
Ming Lei
10
-15
/
+26
2018-06-26
scsi: sd: Remove a superfluous assignment
Bart Van Assche
1
-1
/
+0
2018-06-26
scsi: qedi: Fix misleading indentation
Bart Van Assche
1
-14
/
+16
2018-06-26
scsi: don't add scsi command result bytes
Johannes Thumshirn
4
-5
/
+5
2018-06-26
scsi: core: check for equality of result byte values
Johannes Thumshirn
9
-19
/
+18
2018-06-26
scsi: core: scsi_io_completion convert BUGs to WARNs
Douglas Gilbert
1
-3
/
+12
2018-06-26
scsi: core: scsi_io_completion hints on fastpath
Douglas Gilbert
1
-9
/
+9
2018-06-26
scsi: core: add scsi_io_completion_reprep helper
Douglas Gilbert
1
-23
/
+18
2018-06-26
scsi: core: add scsi_io_completion_action helper
Douglas Gilbert
1
-154
/
+175
2018-06-26
scsi: core: add scsi_io_completion_nz_result function
Douglas Gilbert
1
-57
/
+75
2018-06-26
scsi: core: scsi_io_completion: rename variables
Douglas Gilbert
1
-33
/
+39
2018-06-26
scsi: core: scsi_io_completion: comment on end_request return
Douglas Gilbert
1
-0
/
+1
2018-06-26
scsi: target: remove target_find_device
Mike Christie
2
-26
/
+0
2018-06-26
scsi: tcmu: add module wide block/reset_netlink support
Mike Christie
1
-3
/
+97
[next]