index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libiscsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-22
scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
Lixiaokeng
1
-2
/
+4
2021-10-16
scsi: libiscsi: Call scsi_done() directly
Bart Van Assche
1
-2
/
+2
2021-10-12
Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging
Martin K. Petersen
1
-6
/
+9
2021-10-04
scsi: iscsi: Fix iscsi_task use after free
Mike Christie
1
-6
/
+9
2021-09-14
scsi: libiscsi: Move ehwait initialization to iscsi_session_setup()
Ding Hui
1
-2
/
+1
2021-06-02
Merge branch '5.14/scsi-result' into 5.14/scsi-staging
Martin K. Petersen
1
-4
/
+1
2021-06-02
scsi: iscsi: Move pool freeing
Mike Christie
1
-2
/
+1
2021-06-02
scsi: iscsi: Hold task ref during TMF timeout handling
Mike Christie
1
-1
/
+14
2021-06-02
scsi: iscsi: Fix completion check during abort races
Mike Christie
1
-1
/
+1
2021-06-02
scsi: iscsi: Fix conn use after free during resets
Mike Christie
1
-60
/
+55
2021-06-02
scsi: iscsi: Get ref to conn during reset handling
Mike Christie
1
-5
/
+5
2021-06-02
scsi: iscsi: Have abort handler get ref to conn
Mike Christie
1
-3
/
+4
2021-06-02
scsi: iscsi: Add iscsi_cls_conn refcount helpers
Mike Christie
1
-5
/
+2
2021-06-02
scsi: iscsi: Stop queueing during ep_disconnect
Mike Christie
1
-8
/
+62
2021-05-31
scsi: core: Introduce scsi_build_sense()
Hannes Reinecke
1
-4
/
+1
2021-04-17
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-23
/
+3
2021-04-07
scsi: iscsi: Fix iSCSI cls conn state
Mike Christie
1
-23
/
+3
2021-03-04
scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE
Chris Leech
1
-74
/
+74
2021-02-08
scsi: libiscsi: Reset max/exp cmdsn during recovery
Mike Christie
1
-0
/
+7
2021-02-08
scsi: libiscsi: Add helper to calculate max SCSI cmds per session
Mike Christie
1
-32
/
+54
2021-02-08
scsi: libiscsi: Fix iSCSI host workq destruction
Mike Christie
1
-2
/
+3
2021-02-08
scsi: libiscsi: Fix iscsi_task use after free()
Mike Christie
1
-26
/
+45
2021-02-08
scsi: libiscsi: Drop taskqueuelock
Mike Christie
1
-65
/
+113
2021-02-08
scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling
Mike Christie
1
-8
/
+3
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2020-11-16
scsi: libiscsi: Fix NOP race condition
Lee Duncan
1
-8
/
+15
2020-10-26
scsi: doc: Fix some kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-07-02
scsi: iscsi: Change iSCSI workqueue max_active back to 1
Bob Liu
1
-1
/
+1
2020-05-26
scsi: iscsi: Register sysfs for iscsi workqueue
Bob Liu
1
-1
/
+3
2020-03-26
scsi: libiscsi: Fix error count for active session
Wu Bo
1
-1
/
+1
2020-03-26
scsi: iscsi: Report connection state in sysfs
Gabriel Krisman Bertazi
1
-1
/
+6
2019-12-09
scsi: iscsi: Fix a potential deadlock in the timeout handler
Bart Van Assche
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-03-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+20
2019-03-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-58
/
+6
2019-03-07
scsi: libiscsi: Hold back_lock when calling iscsi_complete_task
Lee Duncan
1
-2
/
+20
2019-02-15
scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_task
Anoob Soman
1
-0
/
+6
2019-02-12
scsi: libiscsi: Use scsi_[gs]et_resid() where appropriate
Bart Van Assche
1
-1
/
+1
2019-02-05
scsi: remove bidirectional command support
Christoph Hellwig
1
-58
/
+6
2018-12-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+10
2018-12-20
scsi: iscsi: Capture iscsi debug messages using tracepoints
Fred Herard
1
-0
/
+10
2018-11-28
scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset
Fred Herard
1
-2
/
+2
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+2
2018-07-30
scsi: libiscsi: Annotate fall-through
Bart Van Assche
1
-0
/
+1
2018-07-30
scsi: libiscsi: Annotate locking assumptions
Bart Van Assche
1
-0
/
+1
2018-07-12
scsi: libiscsi: fix possible NULL pointer dereference in case of TMF
Varun Prakash
1
-6
/
+6
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
1
-1
/
+1
2018-05-29
libiscsi: don't try to bypass SCSI EH
Christoph Hellwig
1
-2
/
+2
2018-05-29
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
1
-1
/
+1
[next]