summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: ko2iblnd: check copy_from_iter/copy_to_iter return codeArnd Bergmann2017-07-271-4/+15
* staging/lustre/lnet: Fix allocation size for sv_cpt_dataOleg Drokin2017-03-121-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-092-1/+2
|\
| * staging/lustre: Disable InfiniBand supportDoug Ledford2016-10-071-0/+1
| * IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* | staging: lustre: lnet: klnds: socklnd: Remove unnecessary line continuationsAnchal Jain2016-09-201-2/+2
* | staging: lustre: o2iblnd: Put back work queue check previously removedDoug Oucharek2016-09-191-0/+10
* | staging: lustre: lnet: Enable setting per NI peer_creditsDoug Oucharek2016-09-191-27/+19
* | staging: lustre: lnet: Ensure routing is turned on first timeDoug Oucharek2016-09-191-5/+5
* | staging: lustre: lnet: check if ni is in current net namespaceSebastien Buisson2016-09-192-0/+25
* | staging: lustre: lnet: potential deadlock in lnetQuentin Bouget2016-09-191-11/+13
* | staging: lustre: libcfs: check mask returned by cpumask_of_nodeLiang Zhen2016-09-191-3/+14
* | staging: lustre: clean function declaration in super25.c upBaoyou Xie2016-09-172-2/+1
* | staging/lustre/o2iblnd: handle mixed page size configurations.James Simmons2016-09-013-41/+41
* | staging/lustre: Make alignment match open parenthesisOleg Drokin2016-08-214-6/+7
* | lustre: introduce lnet_copy_{k, }iov2iter(), kill lnet_copy_{k, }iov2{k, }iov()Al Viro2016-08-213-302/+84
* | lustre: pass iov_iter to ->lnd_recv()Al Viro2016-08-216-47/+48
* | lustre: constify lib-move.c stuffAl Viro2016-08-211-10/+10
* | lustre: ->kss_scratch... are unused nowAl Viro2016-08-211-4/+0
* | staging: lustre: ksocknal_lib_send_kiov(): sendmsg doesn't bugger iovec...Al Viro2016-08-211-24/+5
* | staging: lustre: ksocknal_lib_send_iov(): sendmsg doesn't bugger iovec...Al Viro2016-08-211-28/+10
* | staging: lustre: ksocknal_lib_recv_iov(): recvmsg doesn't bugger iovec anymor...Al Viro2016-08-211-17/+5
* | staging: lustre: lnet: Stop Infinite CON RACE ConditionDoug Oucharek2016-08-212-4/+22
* | staging: lustre: lnet: lock improvement for ko2iblndLiang Zhen2016-08-211-28/+18
* | staging: lustre: lnet: make connection more stable with packet lossAlexander Boyko2016-08-211-0/+6
* | staging: lustre: lnet: Correct position of lnet_ni_decref()Doug Oucharek2016-08-211-1/+1
* | staging: lustre: lnet: Do not drop message when shutting down LNetDoug Oucharek2016-08-211-0/+3
* | staging: lustre: llite: fix inconsistencies of root squash featureGregoire Pichon2016-08-211-2/+0
* | staging: lustre: ldlm: flock completion fixes.Vitaly Fertman2016-08-211-2/+4
* | staging: lustre: libcfs: Only dump log once per sec. to avoid EEXISTRyan Haasken2016-08-211-2/+7
* | lustre: don't reinvent struct bio_vecAl Viro2016-08-1510-103/+96
* | lustre: simplify the living hell out of ksocknal_lib_recv_kiov()Al Viro2016-08-152-92/+12
* | lustre: switch lnet_sock_write() to sock_sendmsg()Al Viro2016-08-151-14/+7
* | staging: lustre: lnet: Remove old commented out codeBen Evans2016-08-153-29/+1
|/
* staging/lustre/libcfs: Do not call kthread_run in wrong stateOleg Drokin2016-06-201-1/+1
* Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2016-06-201-3/+4
|\
| * staging: lustre: lnet: Don't access NULL NI on failure pathDoug Oucharek2016-06-091-3/+4
* | staging/lustre: Remove unnecessary space after a castOleg Drokin2016-06-187-11/+11
* | staging/lustre/libcfs: Remove "Please contact Oracle" from headerOleg Drokin2016-06-171-4/+0
* | staging/lustre: Remove stray line from selftest/selftest.hOleg Drokin2016-06-171-1/+0
* | staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin2016-06-1746-46/+46
* | staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin2016-06-1745-180/+0
* | staging: lustre: socklnd: remove typedefsJames Simmons2016-06-176-409/+406
* | staging: lustre: o2iblnd: remove typedefsJames Simmons2016-06-174-504/+504
* | staging: lustre: lnet: Replace semaphore ln_rc_signal with completionBinoy Jayan2016-06-091-4/+5
* | staging: lustre: use setup_timer().Muhammad Falak R Wani2016-06-071-3/+1
* | staging: lustre: ko2iblnd: fix memory corruption with fragmentsJames Simmons2016-06-072-4/+13
* | staging: lustre: libcfs: fix memort leak in libcfs crypto layerJames Simmons2016-06-071-0/+1
* | staging: lustre: o2iblnd: make rdma_create_id() support containersLi Dongyang2016-06-071-1/+1
|/
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-2034-1511/+1824
|\