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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-12
scsi: target: iscsi: cxgbit: add missing spin_lock_init()
Varun Prakash
1
-0
/
+1
2018-12-12
scsi: target: iscsi: cxgbit: fix csk leak
Varun Prakash
1
-1
/
+4
2018-11-05
scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRI...
Bart Van Assche
1
-2
/
+2
2018-11-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-5
/
+5
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2
-7
/
+5
2018-10-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
15
-95
/
+121
2018-10-23
scsi: target: Don't request modules that aren't even built
Roland Dreier
1
-4
/
+4
2018-10-23
scsi: target: Set response length for REPORT TARGET PORT GROUPS
Roland Dreier
1
-1
/
+1
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
2
-7
/
+5
2018-10-16
scsi: target/core: Always call transport_complete_callback() upon failure
Bart Van Assche
2
-9
/
+8
2018-10-16
scsi: target/core: Use sg_alloc_table() instead of open-coding it
Bart Van Assche
1
-6
/
+5
2018-10-16
scsi: target/core: Use the SECTOR_SHIFT constant
Bart Van Assche
2
-3
/
+2
2018-10-16
scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flag
Bart Van Assche
1
-6
/
+0
2018-10-16
scsi: target/core: Remove an unused data member from struct xcopy_pt_cmd
Bart Van Assche
1
-3
/
+0
2018-10-16
scsi: target/core: Fix spelling in two source code comments
Bart Van Assche
1
-2
/
+2
2018-10-16
scsi: target: stash sess_err_stats on Data-Out timeout
David Disseldorp
1
-0
/
+1
2018-10-16
scsi: target: split out helper for cxn timeout error stashing
David Disseldorp
3
-30
/
+22
2018-10-16
scsi: target: log NOP ping timeouts as errors
David Disseldorp
1
-3
/
+5
2018-10-16
scsi: target: log Data-Out timeouts as errors
David Disseldorp
1
-5
/
+11
2018-10-16
scsi: target: use ISCSI_IQN_LEN in iscsi_target_stat
David Disseldorp
1
-2
/
+2
2018-10-16
scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
Nicholas Bellinger
1
-2
/
+2
2018-10-03
block: Finish renaming REQ_DISCARD into REQ_OP_DISCARD
Bart Van Assche
1
-3
/
+3
2018-09-25
scsi: target: iscsi: cxgbit: fix csk leak
Varun Prakash
1
-3
/
+20
2018-09-21
scsi: target: iscsi: Use bin2hex instead of a re-implementation
Vincent Pelletier
1
-12
/
+3
2018-09-21
scsi: target: iscsi: Use hex2bin instead of a re-implementation
Vincent Pelletier
1
-16
/
+14
2018-09-20
scsi: target: iblock: split T10 PI SGL across command bios
Greg Edwards
1
-17
/
+37
2018-09-17
scsi: iscsi: target: fix spelling mistake "entires" -> "entries"
Colin Ian King
4
-4
/
+4
2018-09-11
scsi: iscsi: target: Don't use stack buffer for scatterlist
Laura Abbott
1
-8
/
+14
2018-08-30
scsi: iscsi: target: Fix conn_ops double free
Mike Christie
3
-75
/
+77
2018-08-30
scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values ...
Vincent Pelletier
1
-5
/
+3
2018-08-27
scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info()
Varun Prakash
1
-4
/
+4
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
3
-34
/
+21
2018-08-21
target/iscsi: Allocate session IDs from an IDA
Matthew Wilcox
3
-30
/
+10
2018-08-21
iscsi target: fix session creation failure handling
Mike Christie
1
-14
/
+21
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
20
-433
/
+508
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+4
2018-08-07
target/loop: depend on SCSI
Christoph Hellwig
1
-0
/
+1
2018-08-02
target: don't depend on SCSI
Christoph Hellwig
1
-2
/
+3
2018-08-02
scsi: target: loop, usb, vhost, xen: use target_remove_session
Mike Christie
1
-1
/
+1
2018-08-02
scsi: tcm_fc: use target_remove_session
Mike Christie
1
-2
/
+1
2018-08-02
scsi: target: srp, vscsi, sbp, qla: use target_remove_session
Mike Christie
1
-2
/
+1
2018-08-02
scsi: target: add session removal function
Mike Christie
1
-0
/
+7
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
4
-5
/
+5
2018-08-02
scsi: target: make transport_init_session_tags static
Mike Christie
1
-4
/
+3
2018-08-02
scsi: iscsi target: have iscsit_start_nopin_timer call __iscsit_start_nopin_t...
Mike Christie
1
-19
/
+1
2018-08-02
scsi: target: fix __transport_register_session locking
Mike Christie
1
-2
/
+3
2018-07-30
Revert "scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callers"
Bart Van Assche
3
-2
/
+5
2018-07-30
scsi: tcmu: use u64 for dev_size
Mike Christie
1
-13
/
+8
2018-07-30
scsi: tcmu: use match_int for dev params
Mike Christie
1
-23
/
+14
2018-07-30
scsi: tcmu: do not set max_blocks if data_bitmap has been setup
Mike Christie
1
-33
/
+40
[next]