index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tcmu: make ring buffer timer configurable
Mike Christie
2018-01-13
1
-34
/
+115
|
*
tcmu: don't block submitting context for block waits
Mike Christie
2018-01-13
1
-95
/
+169
|
*
tcmu: simplify dbi thresh handling
Mike Christie
2018-01-13
1
-19
/
+3
|
*
tcmu: prep queue_cmd_ring to be used by unmap wq
Mike Christie
2018-01-13
1
-15
/
+27
|
*
tcmu: clean up the scatter helper
Xiubo Li
2018-01-13
1
-5
/
+25
|
*
tcmu: fix free block calculation
Mike Christie
2018-01-13
1
-3
/
+4
|
*
tcmu: simplify scatter_data_area error handling
Mike Christie
2018-01-13
1
-24
/
+7
|
*
tcmu: release blocks for partially setup cmds
Mike Christie
2018-01-13
1
-0
/
+7
|
*
tcmu: remove commands_lock
Mike Christie
2018-01-13
1
-10
/
+3
|
*
tcmu: move expired command completion to unmap thread
Mike Christie
2018-01-13
1
-9
/
+39
|
*
tcmu: fix unmap thread race
Mike Christie
2018-01-13
1
-33
/
+10
|
*
tcmu: split unmap_thread_fn
Mike Christie
2018-01-13
1
-50
/
+70
|
*
tcmu: merge common block release code
Mike Christie
2018-01-13
1
-16
/
+8
|
*
tcmu: fix page addr in tcmu_flush_dcache_range
tangwenji
2018-01-13
1
-2
/
+3
|
*
target-core: don't use "const char*" for a buffer that is written to
Rasmus Villemoes
2018-01-13
3
-6
/
+6
*
|
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-01-29
2
-42
/
+5
|
\
\
|
|
/
|
/
|
|
*
lib/scatterlist: Fix chaining support in sgl_alloc_order()
Bart Van Assche
2018-01-19
1
-1
/
+1
|
*
target: Use sgl_alloc_order() and sgl_free()
Bart Van Assche
2018-01-06
2
-42
/
+5
*
|
block: fix blk_rq_append_bio
Jens Axboe
2017-12-18
1
-2
/
+2
|
/
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-11-25
1
-4
/
+3
|
\
|
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
1
-4
/
+3
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2017-11-25
21
-239
/
+385
|
\
\
|
|
/
|
/
|
|
*
tcmu: Add a missing unlock on an error path
Dan Carpenter
2017-11-08
1
-0
/
+1
|
*
tcmu: Fix some memory corruption
Dan Carpenter
2017-11-08
1
-3
/
+2
|
*
iscsi-target: Fix non-immediate TMR reference leak
Nicholas Bellinger
2017-11-08
1
-3
/
+5
|
*
iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
Nicholas Bellinger
2017-11-08
1
-13
/
+9
|
*
target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
Nicholas Bellinger
2017-11-08
2
-0
/
+11
|
*
target: Fix quiese during transport_write_pending_qf endless loop
Nicholas Bellinger
2017-11-08
1
-0
/
+13
|
*
target: Fix caw_sem leak in transport_generic_request_failure
Nicholas Bellinger
2017-11-08
1
-3
/
+4
|
*
target: Fix QUEUE_FULL + SCSI task attribute handling
Nicholas Bellinger
2017-11-08
1
-0
/
+4
|
*
iSCSI-target: Use common error handling code in iscsi_decode_text_input()
Markus Elfring
2017-11-04
1
-21
/
+18
|
*
target/iscsi: Detect conn_cmd_list corruption early
Bart Van Assche
2017-11-04
1
-0
/
+4
|
*
target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()
Bart Van Assche
2017-11-04
1
-1
/
+2
|
*
target/iscsi: Modify iscsit_do_crypto_hash_buf() prototype
Bart Van Assche
2017-11-04
1
-24
/
+17
|
*
target/iscsi: Fix endianness in an error message
Bart Van Assche
2017-11-04
1
-3
/
+3
|
*
target/iscsi: Use min() in iscsit_dump_data_payload() instead of open-coding it
Bart Van Assche
2017-11-04
1
-4
/
+3
|
*
target/iscsi: Define OFFLOAD_BUF_SIZE once
Bart Van Assche
2017-11-04
1
-2
/
+0
|
*
target: Inline transport_put_cmd()
Bart Van Assche
2017-11-04
1
-20
/
+3
|
*
target: Suppress gcc 7 fallthrough warnings
Bart Van Assche
2017-11-04
3
-2
/
+5
|
*
target: Move a declaration of a global variable into a header file
Bart Van Assche
2017-11-04
2
-2
/
+1
|
*
tcmu: fix double se_cmd completion
Mike Christie
2017-11-04
1
-23
/
+31
|
*
target: return SAM_STAT_TASK_SET_FULL for TCM_OUT_OF_RESOURCES
Mike Christie
2017-11-04
1
-7
/
+9
|
*
target: fix ALUA state file path truncation
David Disseldorp
2017-11-04
2
-32
/
+28
|
*
target: fix PR state file path truncation
David Disseldorp
2017-11-04
1
-9
/
+7
|
*
cxgbit: Abort the TCP connection in case of data out timeout
Varun Prakash
2017-11-04
3
-0
/
+55
|
*
target: Add netlink command reply supported option for each device
Kenjiro Nakayama
2017-11-04
1
-1
/
+58
|
*
target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_show
Kenjiro Nakayama
2017-11-04
1
-2
/
+1
|
*
tcmu: fix crash when removing the tcmu device
Xiubo Li
2017-11-04
1
-45
/
+47
|
*
iscsi-target: fix memory leak in iscsit_release_discovery_tpg()
tangwenji
2017-11-04
1
-2
/
+5
|
*
iscsi-target: fix memory leak in lio_target_tiqn_addtpg()
tangwenji
2017-11-04
1
-1
/
+2
[prev]
[next]