index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-10
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
13
-389
/
+795
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-42
/
+5
2018-01-24
iscsi-target: make sure to wake up sleeping login worker
Florian Westphal
1
-0
/
+3
2018-01-19
lib/scatterlist: Fix chaining support in sgl_alloc_order()
Bart Van Assche
1
-1
/
+1
2018-01-18
tcmu: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-18
tcmu: fix cmd user after free
Mike Christie
1
-2
/
+1
2018-01-18
target: fix destroy device in target_configure_device
tangwenji
1
-1
/
+3
2018-01-17
tcmu: allow userspace to reset ring
Mike Christie
1
-4
/
+166
2018-01-17
target core: add device action configfs files
Mike Christie
2
-0
/
+7
2018-01-13
tcmu: fix error return code in tcmu_configure_device()
Wei Yongjun
1
-1
/
+3
2018-01-13
target_core_user: add cmd id to broken ring message
Mike Christie
1
-1
/
+2
2018-01-13
target: add SAM_STAT_BUSY sense reason
Mike Christie
1
-0
/
+3
2018-01-13
tcmu: prevent corruption when invalid data page requested
Mike Christie
1
-37
/
+6
2018-01-13
target: don't call an unmap callback if a range length is zero
Andrei Vagin
1
-3
/
+5
2018-01-13
target/iscsi: avoid NULL dereference in CHAP auth error path
David Disseldorp
1
-1
/
+2
2018-01-13
cxgbit: call neigh_event_send() to update MAC address
Varun Prakash
1
-0
/
+3
2018-01-13
target: tcm_loop: Use seq_puts() in tcm_loop_show_info()
Markus Elfring
1
-1
/
+1
2018-01-13
target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submissi...
Markus Elfring
1
-1
/
+0
2018-01-13
target: tcm_loop: Delete two unnecessary variable initialisations in tcm_loop...
Markus Elfring
1
-2
/
+2
2018-01-13
target: tcm_loop: Combine substrings for 26 messages
Markus Elfring
1
-68
/
+52
2018-01-13
target: tcm_loop: Improve a size determination in two functions
Markus Elfring
1
-2
/
+2
2018-01-13
target: tcm_loop: Delete an error message for a failed memory allocation in f...
Markus Elfring
1
-10
/
+4
2018-01-13
sbp-target: Delete an error message for a failed memory allocation in three f...
Markus Elfring
1
-9
/
+4
2018-01-13
tcmu: allow max block and global max blocks to be settable
Mike Christie
1
-19
/
+124
2018-01-13
tcmu: make ring buffer timer configurable
Mike Christie
1
-34
/
+115
2018-01-13
tcmu: don't block submitting context for block waits
Mike Christie
1
-95
/
+169
2018-01-13
tcmu: simplify dbi thresh handling
Mike Christie
1
-19
/
+3
2018-01-13
tcmu: prep queue_cmd_ring to be used by unmap wq
Mike Christie
1
-15
/
+27
2018-01-13
tcmu: clean up the scatter helper
Xiubo Li
1
-5
/
+25
2018-01-13
tcmu: fix free block calculation
Mike Christie
1
-3
/
+4
2018-01-13
tcmu: simplify scatter_data_area error handling
Mike Christie
1
-24
/
+7
2018-01-13
tcmu: release blocks for partially setup cmds
Mike Christie
1
-0
/
+7
2018-01-13
tcmu: remove commands_lock
Mike Christie
1
-10
/
+3
2018-01-13
tcmu: move expired command completion to unmap thread
Mike Christie
1
-9
/
+39
2018-01-13
tcmu: fix unmap thread race
Mike Christie
1
-33
/
+10
2018-01-13
tcmu: split unmap_thread_fn
Mike Christie
1
-50
/
+70
2018-01-13
tcmu: merge common block release code
Mike Christie
1
-16
/
+8
2018-01-13
tcmu: fix page addr in tcmu_flush_dcache_range
tangwenji
1
-2
/
+3
2018-01-13
target-core: don't use "const char*" for a buffer that is written to
Rasmus Villemoes
3
-6
/
+6
2018-01-06
target: Use sgl_alloc_order() and sgl_free()
Bart Van Assche
2
-42
/
+5
2017-12-18
block: fix blk_rq_append_bio
Jens Axboe
1
-2
/
+2
2017-11-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+3
2017-11-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
21
-239
/
+385
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-15
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
3
-21
/
+21
2017-11-14
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-52
/
+48
2017-11-08
tcmu: Add a missing unlock on an error path
Dan Carpenter
1
-0
/
+1
2017-11-08
tcmu: Fix some memory corruption
Dan Carpenter
1
-3
/
+2
2017-11-08
iscsi-target: Fix non-immediate TMR reference leak
Nicholas Bellinger
1
-3
/
+5
2017-11-08
iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
Nicholas Bellinger
1
-13
/
+9
[next]