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.12.y
linux-6.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-17
iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race
Nicholas Bellinger
1
-9
/
+9
2016-05-17
cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attribute
Nicholas Bellinger
3
-9
/
+9
2016-05-17
iscsi-target: Convert transport drivers to signal rdma_shutdown
Nicholas Bellinger
4
-6
/
+7
2016-05-17
iscsi-target: Make iscsi_tpg_np driver show/store use generic code
Nicholas Bellinger
1
-158
/
+41
2016-05-10
tcm_qla2xxx Add SCSI command jammer/discard capability
Laurence Oberman
4
-0
/
+52
2016-05-10
iscsi-target: graceful disconnect on invalid mapping to iovec
Imran Haider
1
-1
/
+8
2016-05-10
target: need_to_release is always false, remove redundant check and kfree
Colin Ian King
1
-4
/
+0
2016-05-10
target: remove sess_kref and ->shutdown_session
Christoph Hellwig
4
-41
/
+3
2016-05-10
iscsi-target: remove usage of ->shutdown_session
Christoph Hellwig
4
-23
/
+12
2016-05-10
tcm_qla2xxx: introduce a private sess_kref
Christoph Hellwig
3
-64
/
+35
2016-05-10
target: make close_session optional
Christoph Hellwig
8
-41
/
+2
2016-05-10
target: make ->shutdown_session optional
Christoph Hellwig
12
-66
/
+4
2016-05-10
target: remove acl_stop
Christoph Hellwig
3
-11
/
+7
2016-05-10
target: consolidate and fix session shutdown
Christoph Hellwig
1
-54
/
+33
2016-05-10
cxgbit: add files for cxgbit.ko
Varun Prakash
10
-0
/
+5114
2016-05-10
iscsi-target: export symbols
Varun Prakash
7
-10
/
+56
2016-05-10
iscsi-target: call complete on conn_logout_comp
Varun Prakash
1
-4
/
+6
2016-05-10
iscsi-target: clear tx_thread_active
Varun Prakash
1
-2
/
+4
2016-05-10
iscsi-target: add new offload transport type
Varun Prakash
2
-0
/
+77
2016-05-10
iscsi-target: use conn_transport->transport_type in text rsp
Varun Prakash
1
-1
/
+2
2016-05-10
iscsi-target: move iscsit_thread_check_cpumask()
Varun Prakash
2
-26
/
+26
2016-05-10
iscsi-target: add void (*iscsit_get_r2t_ttt)()
Varun Prakash
2
-1
/
+6
2016-05-10
iscsi-target: add int (*iscsit_validate_params)()
Varun Prakash
2
-0
/
+11
2016-05-10
iscsi-target: split iscsi_target_rx_thread()
Varun Prakash
1
-26
/
+33
2016-05-10
iscsi-target: add void (*iscsit_get_rx_pdu)()
Varun Prakash
3
-8
/
+13
2016-05-10
iscsi-target: add void (*iscsit_release_cmd)()
Varun Prakash
2
-0
/
+4
2016-05-10
iscsi-target: add int (*iscsit_xmit_pdu)()
Varun Prakash
2
-351
/
+197
2016-05-10
target: use new "dbroot" target attribute
Lee Duncan
2
-4
/
+4
2016-05-10
target: make target db location configurable
Lee Duncan
2
-0
/
+68
2016-05-09
Linux 4.6-rc7
v4.6-rc7
Linus Torvalds
1
-1
/
+1
2016-05-07
Merge tag 'char-misc-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-8
/
+27
2016-05-07
Merge tag 'staging-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-7
/
+34
2016-05-07
Merge tag 'usb-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-19
/
+11
2016-05-07
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
3
-8
/
+20
2016-05-07
Merge tag 'media/v4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
3
-24
/
+9
2016-05-07
Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-1
/
+229
2016-05-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-4
/
+10
2016-05-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+4
2016-05-06
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+2
2016-05-06
Merge tag 'pm+acpi-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-27
/
+45
2016-05-06
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-13
/
+16
2016-05-06
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+3
2016-05-06
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-13
/
+23
2016-05-06
Merge branch 'parisc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2016-05-06
Merge tag 'arc-4.6-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-35
/
+130
2016-05-06
Merge tag 'powerpc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2016-05-06
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
11
-16
/
+84
2016-05-06
parisc: fix a bug when syscall number of tracee is __NR_Linux_syscalls
Dmitry V. Levin
1
-1
/
+1
2016-05-06
Merge branches 'pm-opp-fixes', 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes'
Rafael J. Wysocki
5
-23
/
+38
2016-05-06
Merge branches 'acpica-fixes' and 'device-properties-fixes'
Rafael J. Wysocki
3
-4
/
+4
[next]