aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30staging: lustre: fix sparse warnings "Using plain integer as NULL pointer"Radek Dostal1-2/+2
2014-07-22staging: lustre: Fix sparse warningsMatt Kurz1-4/+4
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman8-34/+29
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman7-26/+20
2014-07-12staging: lustre: remove LPD64 defineGreg Kroah-Hartman2-2/+2
2014-07-12staging: lustre: clean up some proc file declarationsGreg Kroah-Hartman1-3/+38
2014-07-12staging: lustre: remove LL_PROC_PROTO macroGreg Kroah-Hartman1-4/+8
2014-07-12staging: lustre: remove cfs_time_before()Greg Kroah-Hartman5-11/+10
2014-07-12staging: lustre: remove cfs_duration_t typedefGreg Kroah-Hartman4-5/+5
2014-07-12staging: lustre: remove cfs_time_current_sec wrapperGreg Kroah-Hartman13-23/+23
2014-07-12staging: lustre: remove cfs_time_t typedefGreg Kroah-Hartman16-60/+60
2014-07-12staging: lustre: remove linux-tcpip.hGreg Kroah-Hartman3-9/+9
2014-07-11staging: lustre: fix makefile build breakageGreg Kroah-Hartman1-4/+4
2014-07-11staging: lustre: remove socket_t typedefGreg Kroah-Hartman5-21/+21
2014-07-11staging: lustre: remove ctl_table typedefsGreg Kroah-Hartman1-3/+3
2014-07-11staging: lustre: delete linux-lock.hGreg Kroah-Hartman1-7/+1
2014-07-11staging: lustre: remove unneeded DECLARE_LL_PROC_PPOS_DECL macroGreg Kroah-Hartman1-6/+0
2014-07-11staging: lustre: remove some unneeded cflagsGreg Kroah-Hartman4-12/+0
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman23-43/+43
2014-06-29staging: lustre: lnet: api-ni.c: fixed sparse warningsAnil Belur1-12/+12
2014-06-26staging/lustre/lnet: abort messages whose MD has been unlinkedIsaac Huang3-26/+44
2014-06-24staging: lustre: fix sparse warnings for static symbolsJames A Shackleford1-35/+35
2014-06-18staging: lustre: remove memset(0) after LIBCFS_ALLOCVitaly Osipov5-22/+0
2014-06-18staging: lustre: fix sparse warnings for undeclared symbolsJohn Church1-2/+2
2014-05-23staging: lustre: socklnd: Remove unnecessary return bracketsMasaru Nomura4-59/+59
2014-05-23staging: lustre: socklnd: Remove unnecessary line continuationMasaru Nomura1-10/+9
2014-05-23staging: lustre: socklnd: Fix indentingMasaru Nomura1-1/+2
2014-05-23staging: lustre: socklnd: Add a required spaceMasaru Nomura1-2/+2
2014-05-23staging: lustre: socklnd: Remove unnecessary () from return statementMasaru Nomura1-21/+21
2014-05-23staging/lustre: fix sparse warnings in o2iblnd_cb.cZi Shen Lim1-29/+31
2014-05-23staging: lustre: fix sparse warning "should it be static"Toby Smith1-1/+1
2014-05-23staging: lustre: fix sparse warning "unexpected unlock"Toby Smith1-0/+1
2014-05-16staging: lustre: info leak in lnet_ping()Dan Carpenter1-0/+1
2014-05-03staging: lustre use kernel socket sockopt apisFredrick John Berchmans1-37/+10
2014-05-03staging/lustre/lnet: fix potential null pointer dereferenceOleg Drokin1-1/+1
2014-05-03staging/lustre/lnet: fix potential null pointer dereference in kiblnd_rejectedDmitry Eremin1-2/+6
2014-05-03staging/lustre/lnet: remove unused variable in lnet_destroy_remote_nets_tableDmitry Eremin1-3/+3
2014-05-03staging/lustre/lnet: Drop useless LASSERT in ksocknal_select_ipsOleg Drokin1-4/+0
2014-04-27staging/lustre/lnet: NI shutdown may loop foreverLiang Zhen1-3/+4
2014-04-27staging/lustre: restore __GFP_WAIT flag to memalloc callsAnn Koehler1-1/+1
2014-04-27staging/lustre/lnet: Dropped messages are not accounted correctlyMatt Ezell1-1/+1
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-49/+11
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-2/+2
2014-04-01lustre: don't open-code kernel_recvmsg()Al Viro1-23/+7
2014-04-01lustre: switch to kernel_sendmsg()Al Viro1-26/+4
2014-03-19staging/lustre/libcfs: remove cfs_pausePeng Tao10-15/+32
2014-03-19staging/lustre/libcfs: remove schedule_timeout_and_set_statePeng Tao1-2/+2
2014-03-19staging/lustre/libcfs: remove waitq_timedwaitPeng Tao3-6/+4
2014-03-19staging/lustre/libcfs: remove waitq_waitPeng Tao2-2/+2