aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/o2iblnd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-25staging: lustre: fix min() comparison types lacks cast build warningJeremiah Mahler1-1/+2
2015-01-17staging: lustre: lnet: Removed spaces before increments and decrementsIgor Ishchenko1-7/+7
2015-01-17staging: lustre: use min/max instead of MIN/MAX, simple casesJeremiah Mahler1-1/+1
2015-01-17lustre: don't use iovec instead of kvecAl Viro2-5/+5
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches3-32/+17
2014-10-27staging: lustre: lnet: klnds: o2iblnd: fix null dereference on failed path in o2iblnd.cJiayi Ye1-1/+2
2014-10-27staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye1-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2014-09-23drivers: staging: lustre: Fix "open brace '{' following struct go on the same line" errorsGreg Donald1-44/+22
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-3/+0
2014-08-30staging: lustre: remove parentheses from return argumentsJulia Lawall1-1/+1
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald2-4/+4
2014-08-30drivers: staging: lustre: Fix space required before the open parenthesis '(' errorsGreg Donald1-1/+1
2014-07-12staging: lustre: remove LPX64 defineGreg Kroah-Hartman2-12/+9
2014-07-12staging: lustre: remove cfs_time_before()Greg Kroah-Hartman2-4/+4
2014-07-12staging: lustre: remove cfs_time_t typedefGreg Kroah-Hartman3-15/+15
2014-07-11staging: lustre: fix makefile build breakageGreg Kroah-Hartman1-4/+4
2014-07-11staging: lustre: remove some unneeded cflagsGreg Kroah-Hartman1-3/+0
2014-06-18staging: lustre: remove memset(0) after LIBCFS_ALLOCVitaly Osipov1-5/+0
2014-05-23staging/lustre: fix sparse warnings in o2iblnd_cb.cZi Shen Lim1-29/+31
2014-05-03staging/lustre/lnet: fix potential null pointer dereference in kiblnd_rejectedDmitry Eremin1-2/+6
2014-04-27staging/lustre: restore __GFP_WAIT flag to memalloc callsAnn Koehler1-1/+1
2014-03-19staging/lustre/libcfs: remove cfs_pausePeng Tao1-2/+4
2014-03-19staging/lustre/libcfs: remove waitq_timedwaitPeng Tao1-1/+1
2014-03-19staging/lustre/libcfs: remove waitq_waitPeng Tao1-1/+1
2014-03-19staging/lustre/libcfs: remove init_waitqueue_entry_currentPeng Tao1-3/+3
2014-03-08staging/lustre/lnet: remove kiblnd_debug_conn/rx/txPeng Tao1-68/+0
2014-02-27staging: lustre: make functions as staticDaeseok Youn1-35/+35
2014-02-07staging/lustre/o2iblnd: fix is_vmalloc_addr build warningPeng Tao1-1/+1
2014-01-08staging: lustre: Use is_vmalloc_addrLaura Abbott1-2/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-25staging/lustre: remove CFS_MODULE_PARMPeng Tao1-48/+48
2013-11-19staging/lustre/o2iblnd: remove kib_sysctlPeng Tao3-266/+0
2013-09-17staging: lustre: clean up format string usagesKees Cook1-1/+1
2013-08-04staging: lustre: remove task_t typedefGreg Kroah-Hartman1-1/+1
2013-08-03staging: lustre: remove cfs_register_sysctl_table macroGreg Kroah-Hartman1-1/+1
2013-07-25staging: lustre: o2iblnd: Remove duplicate inclusion of header fileSachin Kamat1-1/+0
2013-07-23staging/lustre: fix build error when !CONFIG_SMPPeng Tao1-0/+2
2013-07-23staging/lustre: remove HIPQUADPeng Tao2-10/+10
2013-06-08staging/lustre/lnet: fix build error on i386Peng Tao1-1/+3
2013-06-03staging/lustre: clean up and remove libcfs/linux/linux-mem.cPeng Tao1-2/+3
2013-05-14staging: add Lustre file system client supportPeng Tao5-0/+8340