index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-11
target: Remove no-op conditional
Andy Grover
1
-2
/
+1
2015-09-11
target/qla2xxx: Honor max_data_sg_nents I/O transfer limit
Nicholas Bellinger
1
-1
/
+50
2015-07-31
target: Remove cmd->se_ordered_id (unused except debug log lines)
Roland Dreier
1
-26
/
+13
2015-07-30
target: improve unsupported opcode message
Joern Engel
1
-0
/
+5
2015-07-30
target: allow underflow/overflow for PR OUT etc. commands
Roland Dreier
1
-3
/
+3
2015-07-23
target: Return descriptor format sense data in case the LU spans 64bit sectors
Sagi Grimberg
1
-1
/
+2
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
1
-17
/
+4
2015-07-23
target: Split transport_send_check_condition_and_sense()
Bart Van Assche
1
-235
/
+148
2015-07-23
target: Inline transport_get_sense_codes()
Bart Van Assche
1
-14
/
+2
2015-07-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-141
/
+108
2015-06-30
target: use kvfree() in session alloc and free
Pekka Enberg
1
-8
/
+2
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+1
2015-06-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+1
2015-06-23
target: Send UA upon LUN RESET tmr completion
Hannes Reinecke
1
-0
/
+5
2015-06-16
target: use 'se_dev_entry' when allocating UAs
Hannes Reinecke
1
-6
/
+6
2015-06-15
target: use 64-bit LUNs
Hannes Reinecke
1
-3
/
+3
2015-06-02
target: Minimize SCSI header #include directives
Bart Van Assche
1
-3
/
+1
2015-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+6
2015-06-01
target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage
Nicholas Bellinger
1
-13
/
+7
2015-06-01
target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun
Christoph Hellwig
1
-29
/
+5
2015-06-01
target: Simplify LUN shutdown code
Bart Van Assche
1
-22
/
+1
2015-06-01
target: Convert se_tpg->acl_node_lock to ->acl_node_mutex
Nicholas Bellinger
1
-10
/
+10
2015-05-30
target: remove ->put_session method
Christoph Hellwig
1
-6
/
+0
2015-05-30
target: target_core_configfs.h is not needed in fabric drivers
Christoph Hellwig
1
-1
/
+0
2015-05-30
target: Move task tag into struct se_cmd + support 64-bit tags
Bart Van Assche
1
-21
/
+20
2015-05-30
target: ensure se_cmd->t_prot_sg is allocated when required
Akinobu Mita
1
-12
/
+15
2015-05-30
target: move node ACL allocation to core code
Christoph Hellwig
1
-1
/
+1
2015-05-30
target: Remove first argument of target_{get,put}_sess_cmd()
Bart Van Assche
1
-10
/
+10
2015-05-30
target/transport: Always initialize bidi fields in se_cmd
Ilias Tsitsimpis
1
-4
/
+2
2015-05-30
target: fix DPO and FUA bit checks
Christoph Hellwig
1
-0
/
+19
2015-05-30
target: Merge sbc_verify_dif_read|write
Sagi Grimberg
1
-8
/
+9
2015-05-30
target: Use a PASSTHROUGH flag instead of transport_types
Andy Grover
1
-3
/
+3
2015-05-28
treewide: Add missing vmalloc.h inclusion.
David S. Miller
1
-0
/
+1
2015-05-14
target: Add missing parentheses
Bart Van Assche
1
-2
/
+2
2015-05-14
target: Fix bidi command handling
Bart Van Assche
1
-2
/
+1
2015-04-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-26
/
+136
2015-04-15
target: Ensure sess_prot_type is saved across session restart
Nicholas Bellinger
1
-7
/
+15
2015-04-14
target: Remove the unused flag SCF_ACK_KREF
Bart Van Assche
1
-3
/
+1
2015-04-14
target: Fix two sparse warnings
Bart Van Assche
1
-0
/
+2
2015-04-14
target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling
Nicholas Bellinger
1
-4
/
+33
2015-04-14
target: simplify the target template registration API
Christoph Hellwig
1
-3
/
+3
2015-04-07
target: Add internal READ_INSERT support
Nicholas Bellinger
1
-0
/
+6
2015-04-07
target: Move cmd->prot_op check into target_read_prot_action
Nicholas Bellinger
1
-8
/
+13
2015-04-07
target: Add internal WRITE_STRIP support
Nicholas Bellinger
1
-0
/
+16
2015-04-07
target: Move cmd->prot_op check into target_write_prot_action
Nicholas Bellinger
1
-9
/
+22
2015-04-07
target: Add protected fabric + unprotected device support
Nicholas Bellinger
1
-0
/
+8
2015-03-26
target: add __releases annotation to target_release_cmd_kref
Christoph Hellwig
1
-0
/
+1
2015-03-19
target: Fix reference leak in target_get_sess_cmd() error path
Bart Van Assche
1
-0
/
+4
[next]