summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/lnet
AgeCommit message (Expand)Author
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman
2018-05-25staging: lustre: move all libcfs_all includes except in lustre/lnet/libcfs/NeilBrown
2018-05-25staging: lustre: don't include libcfs.h in lnet/lib-lnet.hNeilBrown
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown
2018-05-25staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown
2018-05-25staging: lustre: make lnet_debugfs_symlink_def local to libcfs/modules.cNeilBrown
2018-05-25staging: lustre: replace libcfs_register_ioctl with a blocking notifier_chainNeilBrown
2018-05-25staging: lustre: discard LOWEST_BIT_SET()NeilBrown
2018-05-25staging: lustre: rename cfs_cpt_table to cfs_cpt_tabNeilBrown
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-03-22staging: lustre: lnet: use correct 'magic' testJustin Skists
2018-03-19staging: lustre: Fix unneeded byte-ordering castJustin Skists
2018-03-06staging: lustre: get entropy from nid when nid set.NeilBrown
2018-03-06staging: lustre: lnet: keep ln_nportals consistentNeilBrown
2018-02-22staging: lustre: lnet: remove cfs_block_allsigs calls.NeilBrown
2018-02-22staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-22staging: lustre: lnet: remove null check before kfreeSumit Pundir
2018-01-22staging: lustre: lnet: prefer kcalloc over kzalloc with multiplySumit Pundir
2018-01-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown
2018-01-09staging: lustre: lnet-route: use kmalloc for small allocationNeilBrown
2018-01-09staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown
2018-01-09staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown
2018-01-09staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown
2018-01-09staging: lustre: lnet: use kmalloc/kvmalloc in router_procNeilBrown
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown
2018-01-08staging: lustre: lnet: discard CFS_ALLOC_PTRNeilBrown
2018-01-08staging: lustre: lnet-lib: opencode some alloc/free functions.NeilBrown
2018-01-08staging: lustre: replace cfs_srand() calls with add_device_randomness().NeilBrown
2018-01-08staging: lustre: replace cfs_rand() with prandom_u32_max()NeilBrown
2018-01-08staging: lustre: use strim instead of cfs_trimwhite.NeilBrown
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro
2017-12-02lustre lnet_sock_read(): switch to sock_recvmsg()Al Viro
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18staging: lustre: lnet: net_fault: mark expected switch fall-throughGustavo A. R. Silva
2017-10-11lnet_return_rx_credits_locked: don't abuse list_entryAl Viro
2017-09-18staging: lustre: lnet: Replace list_for_each with list_for_each_entryHaneen Mohammed