index
:
hverkuil/media_tree.git
alt-ctrls
array_mod
av1
cec-s-conn
cec-status
cubie
cubox
cx18
deprecate
dp-mst-cec
dp-mst-cec2
drop-count
dw-hdmi-cec
extron
firefly
firefly2
for-v6.4a
for-v6.4b
for-v6.4c
for-v6.4d
for-v6.4e
for-v6.4f
for-v6.4g
for-v6.4h
fract-ctrl
hdcp
hdmi-dbg
imx8mm
m2m-deinterlace
m2m-writing
master
mc-props
mc-props2
omap-bridge-cec
overlay
pr-test
quirk
ro-reqs
rpi3
rpi4
saa7146
saa7146-clean
sama5d3
sdrout
subdev-kref
tc358840
tda998x
tegrav5
tegrav6
tegrav7
tegrav8
tmp
uvc
uvccomp
vb1a
vb2-cpu-access
vb2-prepare
vb2wr
vicodec-stateless
vivid
zoran
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
lustre
/
lnet
/
klnds
/
socklnd
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-09
staging: lustre: replace LIBCFS_CPT_ALLOC()
NeilBrown
1
-10
/
+5
2018-01-09
staging: lustre: use kmalloc for allocating ksock_tx
NeilBrown
2
-3
/
+3
2018-01-09
staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)
NeilBrown
1
-13
/
+9
2018-01-09
staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.
NeilBrown
3
-16
/
+16
2017-12-19
staging: lustre: lnet: Fix recent breakage from list_for_each conversion
NeilBrown
1
-13
/
+10
2017-11-17
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-211
/
+58
2017-11-11
staging: lustre: add SPDX identifiers to all lustre files
Greg Kroah-Hartman
6
-0
/
+6
2017-10-18
staging: lustre: lnet: socklnd: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2017-10-11
switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()
Al Viro
3
-109
/
+25
2017-10-11
lustre: switch struct ksock_conn to iov_iter
Al Viro
4
-121
/
+52
2017-09-29
staging: lustre: lnet: replace list_for_each with list_for_each_entry
Haneen Mohammed
1
-11
/
+3
2017-08-22
staging: lustre: ksocklnd: add include path to Makefile
James Simmons
2
-3
/
+6
2017-08-22
staging: lustre: lnet: delete lnet.h
James Simmons
1
-1
/
+0
2017-07-16
staging: lustre: lnet: remove dead code and useless wrapper
Dmitriy Cherkasov
2
-21
/
+10
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-2
/
+2
2017-03-27
staging: lustre: Replace a bit shift by a use of BIT.
Arushi Singhal
1
-4
/
+4
2017-03-06
staging: lustre: lnet: use struct bio_vec instead of typedef
James Simmons
3
-11
/
+11
2017-03-06
staging: lustre: lnet: change lnet_process_id_t to proper structure
James Simmons
3
-25
/
+27
2017-03-06
staging: lustre: lnet: change lnet_ni_t to proper structure
James Simmons
3
-47
/
+52
2017-03-06
staging: lustre: lnet: change lnd_t to proper structure
James Simmons
1
-1
/
+1
2017-03-06
staging: lustre: lnet: change lnet_msg_t to proper structure
James Simmons
2
-7
/
+7
2017-03-06
staging: lustre: socklnd: change UAPI typedefs to proper structure
James Simmons
4
-41
/
+41
2017-02-03
staging: lustre: socklnd: remove socklnd_init_msg
James Simmons
1
-2
/
+7
2017-02-03
staging: lustre: ksocklnd: ignore timedout TX on closing connection
Liang Zhen
1
-7
/
+9
2017-02-03
staging: lustre: libcfs: fix error messages
Dmitry Eremin
1
-2
/
+2
2017-02-03
staging: libcfs: remove integer types abstraction from libcfs
James Simmons
1
-1
/
+1
2017-02-02
staging: lustre: remove CLASSERT macro
Arnd Bergmann
3
-4
/
+4
2017-01-27
staging: lustre: lnet: Fix coding style errors
Maxime Rossi Bellom
1
-5
/
+5
2017-01-23
staging: lustre: lnet: change lnet_hdr_t to proper structure
James Simmons
3
-17
/
+17
2017-01-23
staging: lustre: lnet: change lnet_magicversion_t to proper structure
James Simmons
2
-5
/
+5
2016-12-07
staging/lustre/socklnd: Fix whitespace problem
Oleg Drokin
1
-1
/
+1
2016-11-18
staging: lustre: lnet: cleanup some of the > 80 line issues
James Simmons
4
-32
/
+71
2016-11-18
staging: lustre: lnet: resolve trailing */ errors
James Simmons
1
-45
/
+83
2016-11-18
staging: lustre: lnet: don't use bare unsigned
James Simmons
1
-2
/
+2
2016-11-07
staging: lustre: fixed shadowed variable in socklnd_cb.c
Andrew Kanner
1
-2
/
+2
2016-09-20
staging: lustre: lnet: klnds: socklnd: Remove unnecessary line continuations
Anchal Jain
1
-2
/
+2
2016-08-21
staging/lustre: Make alignment match open parenthesis
Oleg Drokin
1
-1
/
+1
2016-08-21
lustre: pass iov_iter to ->lnd_recv()
Al Viro
2
-15
/
+10
2016-08-21
lustre: ->kss_scratch... are unused now
Al Viro
1
-4
/
+0
2016-08-21
staging: lustre: ksocknal_lib_send_kiov(): sendmsg doesn't bugger iovec...
Al Viro
1
-24
/
+5
2016-08-21
staging: lustre: ksocknal_lib_send_iov(): sendmsg doesn't bugger iovec...
Al Viro
1
-28
/
+10
2016-08-21
staging: lustre: ksocknal_lib_recv_iov(): recvmsg doesn't bugger iovec anymor...
Al Viro
1
-17
/
+5
2016-08-15
lustre: don't reinvent struct bio_vec
Al Viro
2
-32
/
+26
2016-08-15
lustre: simplify the living hell out of ksocknal_lib_recv_kiov()
Al Viro
2
-92
/
+12
2016-08-15
staging: lustre: lnet: Remove old commented out code
Ben Evans
2
-12
/
+0
2016-06-18
staging/lustre: Remove unnecessary space after a cast
Oleg Drokin
3
-7
/
+7
2016-06-17
staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.
Oleg Drokin
2
-2
/
+2
2016-06-17
staging/lustre: Remove the "Please contact SUN for GPL" from headers
Oleg Drokin
2
-8
/
+0
2016-06-17
staging: lustre: socklnd: remove typedefs
James Simmons
6
-409
/
+406
2016-04-11
Merge 4.6-rc3 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
[next]
Privacy Policy