aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds41-1499/+591
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+11
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-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: libcfs: remove workitem code.NeilBrown3-477/+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: replace LIBCFS_CPT_ALLOC()NeilBrown9-110/+69
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.NeilBrown5-41/+33
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)NeilBrown6-37/+27
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_tNeilBrown3-55/+45
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown22-133/+124
2018-01-08staging: lustre: lnet: discard CFS_ALLOC_PTRNeilBrown1-5/+5
2018-01-08staging: lustre: lnet-lib: opencode some alloc/free functions.NeilBrown7-27/+27
2018-01-08staging: lustre: libcfs: remove prngNeilBrown2-138/+1
2018-01-08staging: lustre: replace cfs_srand() calls with add_device_randomness().NeilBrown1-9/+6
2018-01-08staging: lustre: replace cfs_rand() with prandom_u32_max()NeilBrown3-21/+23
2018-01-08staging: lustre: libcfs: remove wi_data from cfs_workitemNeilBrown3-10/+10
2018-01-08staging: lustre: libcfs: use a workqueue for rehash work.NeilBrown2-71/+27
2018-01-08staging: lustre: disable preempt while sampling processor id.NeilBrown1-6/+7
2018-01-08staging: lustre: use strim instead of cfs_trimwhite.NeilBrown4-30/+10
2017-12-19staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown1-13/+10
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro1-6/+2
2017-12-02lustre lnet_sock_read(): switch to sock_recvmsg()Al Viro1-13/+11
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-212/+59
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds63-24/+84
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman63-0/+63
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-18staging: lustre: rpc: mark expected switch fall-throughsGustavo A. R. Silva1-4/+9
2017-10-18staging: lustre: lnet: selftest: mark expected switch fall-throughsGustavo A. R. Silva1-1/+4
2017-10-18staging: lustre: lnet: selftest: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18staging: lustre: lnet: net_fault: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18staging: lustre: lnet: socklnd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-11switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro3-109/+25
2017-10-11lustre: switch struct ksock_conn to iov_iterAl Viro4-121/+52

Privacy Policy