aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+3
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds84-2121/+949
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+1
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+11
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-3/+0
2018-01-26staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin3-7/+8
2018-01-23staging: lustre: lnet/selftest: fix compile error on UP buildNeilBrown1-9/+8
2018-01-22staging: lustre: libcfs: Prevent harmless read underflowDan Carpenter1-1/+1
2018-01-22staging: lustre: lnet: remove null check before kfreeSumit Pundir1-2/+1
2018-01-22staging: lustre: lnet: prefer kcalloc over kzalloc with multiplySumit Pundir1-2/+2
2018-01-22staging: lustre: Align struct member identifiersFabian Huegel1-22/+22
2018-01-22staging: lustre: Fix comment styleFabian Huegel1-20/+27
2018-01-16staging: lustre: lnet: avoid uninitialized return valueArnd Bergmann1-2/+5
2018-01-16staging: lustre: lnet: fix build warning in module.cGreg Kroah-Hartman1-1/+1
2018-01-15staging: lustre: Align backslashes in multi-line macrosFabian Huegel1-83/+83
2018-01-15staging: lustre: Fix overlong linesFabian Huegel1-4/+10
2018-01-15staging: lustre: Add identifier names to function declarationsFabian Huegel1-10/+12
2018-01-15staging: lustre: Remove DECLARE_LU_VARS macroFabian Huegel1-8/+8
2018-01-15staging: lustre: Enclose complex macros in do-while loopsFabian Huegel1-4/+12
2018-01-15staging: lustre: libcfs: remove workitem code.NeilBrown5-582/+2
2018-01-15staging: lustre: lnet: convert selftest to use workqueuesNeilBrown4-82/+68
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+1
2018-01-09staging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros.NeilBrown1-51/+0
2018-01-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown10-110/+88
2018-01-09staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls.NeilBrown1-4/+3
2018-01-09staging: lustre: cfs_percpt_alloc: use kvmalloc(GFP_KERNEL)NeilBrown1-3/+3
2018-01-09staging: lustre: use kmalloc for allocating ksock_txNeilBrown2-3/+3
2018-01-09staging: lustre: lnet-route: use kmalloc for small allocationNeilBrown1-3/+2
2018-01-09staging: lustre: more conversions to GFP_KERNEL allocations.NeilBrown6-48/+40
2018-01-09staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown4-30/+23
2018-01-09staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown4-38/+26
2018-01-09staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown7-39/+29
2018-01-09staging: lustre: lnet: use kmalloc/kvmalloc in router_procNeilBrown1-17/+17
2018-01-09staging: lustre: lnet: selftest: don't allocate small strings.NeilBrown1-151/+29
2018-01-09staging: lustre: lnet: switch to cpumask_var_tNeilBrown5-59/+49
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown22-133/+124
2018-01-08Staging: lustre: Fix prefer kcalloc over kzalloc with multiplySumit Pundir1-1/+1
2018-01-08Staging: lustre: Fix prefer seq_puts to seq_printfSumit Pundir1-3/+3
2018-01-08drivers: lustre: obdclass: simplify unregister_shrinker() usageAliaksei Karaliou1-2/+1
2018-01-08staging: lustre: lnet: discard CFS_ALLOC_PTRNeilBrown2-8/+5
2018-01-08staging: lustre: lnet-lib: opencode some alloc/free functions.NeilBrown8-89/+28
2018-01-08staging: lustre: libcfs: remove prngNeilBrown3-148/+1
2018-01-08staging: lustre: replace cfs_get_random_bytes calls with get_random_byte()NeilBrown3-3/+3
2018-01-08staging: lustre: replace cfs_srand() calls with add_device_randomness().NeilBrown3-26/+13
2018-01-08staging: lustre: replace cfs_rand() with prandom_u32_max()NeilBrown4-23/+25
2018-01-08staging: lustre: libcfs: remove wi_data from cfs_workitemNeilBrown4-14/+11
2018-01-08staging: lustre: libcfs: use a workqueue for rehash work.NeilBrown4-75/+31
2018-01-08staging: lustre: obd_mount: fix possible race with module unload.NeilBrown3-17/+24
2018-01-08staging: lustre: obdclass: remove vfsmount option from client_fill_superNeilBrown4-12/+8