summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-0184-2121/+949Star
|\
| * staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin2018-01-263-7/+8
| * staging: lustre: lnet/selftest: fix compile error on UP buildNeilBrown2018-01-231-9/+8Star
| * staging: lustre: libcfs: Prevent harmless read underflowDan Carpenter2018-01-221-1/+1
| * staging: lustre: lnet: remove null check before kfreeSumit Pundir2018-01-221-2/+1Star
| * staging: lustre: lnet: prefer kcalloc over kzalloc with multiplySumit Pundir2018-01-221-2/+2
| * staging: lustre: Align struct member identifiersFabian Huegel2018-01-221-22/+22
| * staging: lustre: Fix comment styleFabian Huegel2018-01-221-20/+27
| * staging: lustre: lnet: avoid uninitialized return valueArnd Bergmann2018-01-161-2/+5
| * staging: lustre: lnet: fix build warning in module.cGreg Kroah-Hartman2018-01-161-1/+1
| * staging: lustre: Align backslashes in multi-line macrosFabian Huegel2018-01-151-83/+83
| * staging: lustre: Fix overlong linesFabian Huegel2018-01-151-4/+10
| * staging: lustre: Add identifier names to function declarationsFabian Huegel2018-01-151-10/+12
| * staging: lustre: Remove DECLARE_LU_VARS macroFabian Huegel2018-01-151-8/+8
| * staging: lustre: Enclose complex macros in do-while loopsFabian Huegel2018-01-151-4/+12
| * staging: lustre: libcfs: remove workitem code.NeilBrown2018-01-155-582/+2Star
| * staging: lustre: lnet: convert selftest to use workqueuesNeilBrown2018-01-154-82/+68Star
| * staging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros.NeilBrown2018-01-091-51/+0Star
| * staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown2018-01-0910-110/+88Star
| * staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls.NeilBrown2018-01-091-4/+3Star
| * staging: lustre: cfs_percpt_alloc: use kvmalloc(GFP_KERNEL)NeilBrown2018-01-091-3/+3
| * staging: lustre: use kmalloc for allocating ksock_txNeilBrown2018-01-092-3/+3
| * staging: lustre: lnet-route: use kmalloc for small allocationNeilBrown2018-01-091-3/+2Star
| * staging: lustre: more conversions to GFP_KERNEL allocations.NeilBrown2018-01-096-48/+40Star
| * staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown2018-01-094-30/+23Star
| * staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown2018-01-094-38/+26Star
| * staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown2018-01-097-39/+29Star
| * staging: lustre: lnet: use kmalloc/kvmalloc in router_procNeilBrown2018-01-091-17/+17
| * staging: lustre: lnet: selftest: don't allocate small strings.NeilBrown2018-01-091-151/+29Star
| * staging: lustre: lnet: switch to cpumask_var_tNeilBrown2018-01-095-59/+49Star
| * staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown2018-01-0922-133/+124Star
| * Staging: lustre: Fix prefer kcalloc over kzalloc with multiplySumit Pundir2018-01-081-1/+1
| * Staging: lustre: Fix prefer seq_puts to seq_printfSumit Pundir2018-01-081-3/+3
| * drivers: lustre: obdclass: simplify unregister_shrinker() usageAliaksei Karaliou2018-01-081-2/+1Star
| * staging: lustre: lnet: discard CFS_ALLOC_PTRNeilBrown2018-01-082-8/+5Star
| * staging: lustre: lnet-lib: opencode some alloc/free functions.NeilBrown2018-01-088-89/+28Star
| * staging: lustre: libcfs: remove prngNeilBrown2018-01-083-148/+1Star
| * staging: lustre: replace cfs_get_random_bytes calls with get_random_byte()NeilBrown2018-01-083-3/+3
| * staging: lustre: replace cfs_srand() calls with add_device_randomness().NeilBrown2018-01-083-26/+13Star
| * staging: lustre: replace cfs_rand() with prandom_u32_max()NeilBrown2018-01-084-23/+25
| * staging: lustre: libcfs: remove wi_data from cfs_workitemNeilBrown2018-01-084-14/+11Star
| * staging: lustre: libcfs: use a workqueue for rehash work.NeilBrown2018-01-084-75/+31Star
| * staging: lustre: obd_mount: fix possible race with module unload.NeilBrown2018-01-083-17/+24
| * staging: lustre: obdclass: remove vfsmount option from client_fill_superNeilBrown2018-01-084-12/+8Star
| * staging: lustre: obdclass: remove pointless struct lustre_mount_data2NeilBrown2018-01-081-15/+4Star
| * staging: lustre: obdclass: discard FS_NEEDS_DEV flag.NeilBrown2018-01-081-5/+5
| * staging: lustre: disable preempt while sampling processor id.NeilBrown2018-01-081-6/+7
| * staging: lustre: use strim instead of cfs_trimwhite.NeilBrown2018-01-085-31/+10Star
| * Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman2018-01-021-13/+10Star
| |\
| * | staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'Roman Storozhenko2017-12-214-12/+12