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
2015-11-13
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2015-11-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
12
-2566
/
+1490
2015-11-09
scsi: use host wide tags by default
Christoph Hellwig
1
-1
/
+0
2015-10-21
block: Consolidate static integrity profile properties
Martin K. Petersen
1
-5
/
+5
2015-10-13
target: use per-attribute show and store methods
Christoph Hellwig
12
-2566
/
+1490
2015-09-24
iscsi-target: Avoid OFMarker + IFMarker negotiation
Nicholas Bellinger
1
-2
/
+3
2015-09-24
target: Make TCM_WRITE_PROTECT failure honor D_SENSE bit
Nicholas Bellinger
1
-17
/
+23
2015-09-24
target: Fix target_sense_desc_format NULL pointer dereference
Nicholas Bellinger
1
-1
/
+1
2015-09-24
target: Propigate backend read-only to core_tpg_add_lun
Nicholas Bellinger
2
-1
/
+6
2015-09-24
target: Fix PR registration + APTPL RCU conversion regression
Nicholas Bellinger
2
-26
/
+70
2015-09-11
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
23
-489
/
+510
2015-09-11
target: use stringify.h instead of own definition
David Disseldorp
1
-1
/
+2
2015-09-11
target/user: Fix UFLAG_UNKNOWN_OP handling
Andy Grover
1
-8
/
+2
2015-09-11
target: Remove no-op conditional
Andy Grover
1
-2
/
+1
2015-09-11
target/user: Remove unused variable
Andy Grover
1
-1
/
+0
2015-09-11
target: Fix max_cmd_sn increment w/o cmdsn mutex regressions
Roland Dreier
2
-4
/
+5
2015-09-11
target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sess
Nicholas Bellinger
1
-2
/
+4
2015-09-11
target/qla2xxx: Honor max_data_sg_nents I/O transfer limit
Nicholas Bellinger
2
-4
/
+60
2015-09-02
Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-44
/
+0
2015-09-02
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-17
/
+10
2015-08-26
target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage
Andy Grover
7
-16
/
+16
2015-08-26
target/iscsi: Replace conn->login_ip with login_sockaddr
Andy Grover
4
-24
/
+49
2015-08-26
target/iscsi: Keep local_ip as the actual sockaddr
Andy Grover
4
-56
/
+45
2015-08-26
target/iscsi: Fix np_ip bracket issue by removing np_ip
Andy Grover
6
-38
/
+36
2015-08-18
target: Fix handling of small allocation lengths in REPORT LUNS
Roland Dreier
1
-16
/
+16
2015-08-17
target/rd: always chain S/G list
Christoph Hellwig
1
-44
/
+0
2015-08-02
target: Drop iSCSI use of mutex around max_cmd_sn increment
Roland Dreier
7
-27
/
+24
2015-08-02
target: REPORT LUNS should return LUN 0 even for dynamic ACLs
Roland Dreier
1
-4
/
+10
2015-08-02
iscsi-target: Add tpg_enabled_sendtargets for disabled discovery
David Disseldorp
4
-5
/
+31
2015-07-31
drivers: target: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-1
/
+1
2015-07-31
target: check DPO/FUA usage for COMPARE AND WRITE
David Disseldorp
1
-0
/
+3
2015-07-31
target: Remove cmd->se_ordered_id (unused except debug log lines)
Roland Dreier
2
-27
/
+13
2015-07-30
target: add support for START_STOP_UNIT SCSI opcode
Brian Bunker
1
-0
/
+36
2015-07-30
target: improve unsupported opcode message
Joern Engel
2
-3
/
+5
2015-07-30
target: allow underflow/overflow for PR OUT etc. commands
Roland Dreier
1
-3
/
+3
2015-07-30
target/iscsi: Use proper SGL accessors for digest computation
Alexei Potashnik
1
-5
/
+4
2015-07-30
target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT
Alexei Potashnik
1
-2
/
+2
2015-07-30
target: remove initiatorname field in se_acl_lun
Chris Zankel
2
-6
/
+4
2015-07-30
target: Perform RCU callback barrier before backend/fabric unload
Nicholas Bellinger
2
-2
/
+17
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2
-17
/
+10
2015-07-24
iscsi-target: Fix iser explicit logout TX kthread leak
Nicholas Bellinger
1
-2
/
+16
2015-07-24
iscsi-target: Fix iscsit_start_kthreads failure OOPs
Nicholas Bellinger
4
-33
/
+67
2015-07-24
iscsi-target: Fix use-after-free during TPG session shutdown
Nicholas Bellinger
1
-4
/
+8
2015-07-23
target/configfs: handle match_int() errors
David Disseldorp
1
-8
/
+24
2015-07-23
target: Do not return 0 from aptpl and alua configfs store functions
Andy Grover
1
-3
/
+3
2015-07-23
target: Indicate success if writing 0 to pi_prot_type
Andy Grover
1
-1
/
+1
2015-07-23
target: Return descriptor format sense data in case the LU spans 64bit sectors
Sagi Grimberg
3
-4
/
+16
2015-07-23
scsi: Protect against buffer possible overflow in scsi_set_sense_information
Sagi Grimberg
1
-3
/
+11
2015-07-23
target: Return ABORTED_COMMAND sense key for PI errors
Sagi Grimberg
1
-3
/
+3
2015-07-23
target: Use scsi helpers to build the sense data correctly
Sagi Grimberg
2
-43
/
+9
[next]