summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/lnet
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman18-15589/+0
2018-05-25staging: lustre: move all libcfs_all includes except in lustre/lnet/libcfs/NeilBrown3-3/+4
2018-05-25staging: lustre: don't include libcfs.h in lnet/lib-lnet.hNeilBrown1-0/+1
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown3-3/+3
2018-05-25staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown1-1/+1
2018-05-25staging: lustre: make lnet_debugfs_symlink_def local to libcfs/modules.cNeilBrown1-1/+1
2018-05-25staging: lustre: replace libcfs_register_ioctl with a blocking notifier_chainNeilBrown1-13/+25
2018-05-25staging: lustre: discard LOWEST_BIT_SET()NeilBrown1-1/+1
2018-05-25staging: lustre: rename cfs_cpt_table to cfs_cpt_tabNeilBrown1-3/+3
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown1-0/+4
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown2-4/+4
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown3-9/+9
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2-14/+14
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown3-11/+7
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown5-11/+11
2018-04-05Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-41/+36
2018-03-22staging: lustre: lnet: use correct 'magic' testJustin Skists1-1/+1
2018-03-19staging: lustre: Fix unneeded byte-ordering castJustin Skists1-1/+1
2018-03-06staging: lustre: get entropy from nid when nid set.NeilBrown1-0/+7
2018-03-06staging: lustre: lnet: keep ln_nportals consistentNeilBrown1-2/+3
2018-02-22staging: lustre: lnet: remove cfs_block_allsigs calls.NeilBrown2-15/+10
2018-02-22staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown2-4/+0
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown6-19/+15
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...Linus Torvalds14-193/+164
2018-01-31Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+11
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-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown5-28/+19
2018-01-09staging: lustre: lnet-route: use kmalloc for small allocationNeilBrown1-3/+2
2018-01-09staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown2-12/+11
2018-01-09staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown2-31/+20
2018-01-09staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown1-1/+1
2018-01-09staging: lustre: lnet: use kmalloc/kvmalloc in router_procNeilBrown1-17/+17
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown7-33/+28
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: replace cfs_srand() calls with add_device_randomness().NeilBrown1-9/+6
2018-01-08staging: lustre: replace cfs_rand() with prandom_u32_max()NeilBrown2-20/+22
2018-01-08staging: lustre: use strim instead of cfs_trimwhite.NeilBrown2-6/+6
2017-12-06make sock_alloc_file() do sock_release() on failuresAl Viro1-6/+2
2017-12-03lustre lnet_sock_read(): switch to sock_recvmsg()Al Viro1-13/+11
2017-11-22treewide: 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 Torvalds1-1/+1
2017-11-14Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-7/+20
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman17-0/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18staging: lustre: lnet: net_fault: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-12lnet_return_rx_credits_locked: don't abuse list_entryAl Viro1-1/+1
2017-09-18staging: lustre: lnet: Replace list_for_each with list_for_each_entryHaneen Mohammed1-7/+2