summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/libcfs
AgeCommit message (Expand)Author
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman
2018-05-25staging: lustre: remove libcfs_all.hNeilBrown
2018-05-25staging: lustre: remove libcfs_all.h from includes lustre/lnetNeilBrown
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: move lnet_debug_log_upcall declaration to tracefile.hNeilBrown
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: remove current_pid() and current_comm()NeilBrown
2018-05-25staging: lustre: remove conditional compilation from libcfs_cpu.cNeilBrown
2018-05-25staging: lustre: rename cfs_cpt_table to cfs_cpt_tabNeilBrown
2018-05-25staging: lustre: move files out of lustre/lnet/libcfs/linux/NeilBrown
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown
2018-05-11staging: lustre: lnet: add static to libcfs_dev declarationJustin Skists
2018-05-08staging: lustre: move remaining code from linux-module.c to module.cNeilBrown
2018-05-08staging: lustre: move misc-device registration closer to related code.NeilBrown
2018-04-23staging: lustre: rearrange placement of CPU partition management code.NeilBrown
2018-04-23staging: lustre: remove include/linux/libcfs/linux/linux-cpu.hNeilBrown
2018-04-23staging: lustre: libcfs: use dynamic minors for /dev/{lnet, obd}John L. Hammond
2018-04-23staging: lustre: remove cruft from libcfs/linux/libcfs.hNeilBrown
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown
2018-03-06staging: lustre: Replace "be be" with "be"Arushi Singhal
2018-02-22staging: lustre: fix assorted checkpatch errorsNeilBrown
2018-02-22staging: lustre: remove phantom struct cfs_crypto_hash_descNeilBrown
2018-02-22staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown
2018-02-22staging: lustre: discard libcfs_kvzalloc_cpt()NeilBrown
2018-02-22staging: lustre: make signal-blocking functions inlineNeilBrown
2018-02-22staging: lustre: improve API and implementation of blocking signals.NeilBrown
2018-02-22staging: lustre: simplify linux-prim.cNeilBrown
2018-02-22staging: lustre: remove linux-curproc.cNeilBrown
2018-02-22staging: lustre: opencode cfs_cap_{raise, lower, raised}NeilBrown
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-22staging: lustre: libcfs: Prevent harmless read underflowDan Carpenter
2018-01-15staging: lustre: libcfs: remove workitem code.NeilBrown
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-01-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown
2018-01-09staging: lustre: cfs_percpt_alloc: use kvmalloc(GFP_KERNEL)NeilBrown
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: switch to cpumask_var_tNeilBrown
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown
2018-01-08staging: lustre: libcfs: remove prngNeilBrown
2018-01-08staging: lustre: replace cfs_rand() with prandom_u32_max()NeilBrown
2018-01-08staging: lustre: libcfs: use a workqueue for rehash work.NeilBrown
2018-01-08staging: lustre: disable preempt while sampling processor id.NeilBrown
2018-01-08staging: lustre: use strim instead of cfs_trimwhite.NeilBrown