aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/libcfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25staging/lustre/libcfs: Convert to hotplug state machineAnna-Maria Gleixner1-40/+45
2016-12-06staging: lustre: libcfs: remove lnet upcall codeAlexander Zarochentsev2-62/+0
2016-12-06staging: lustre: libcfs: report hnode value for cfs_hash_putrefYang Sheng1-1/+1
2016-11-18staging: lustre: libcfs: remove use of __u* typesJames Simmons4-14/+14
2016-11-18staging: lustre: libcfs: use pr_* instead of printkJames Simmons1-5/+5
2016-11-18staging: lustre: libcfs: Make char * array envp static constantJames Simmons1-6/+8
2016-11-18staging: lustre: libcfs: fix misspelling of descriptorJames Simmons1-1/+1
2016-11-18staging: lustre: libcfs: white space cleanupJames Simmons15-204/+204
2016-11-18staging: lustre: libcfs: remove == 0 testingJames Simmons8-44/+43
2016-11-18staging: lustre: libcfs: remove != 0 testingJames Simmons9-44/+44
2016-11-18staging: lustre: libcfs: fix aligment issueJames Simmons1-1/+1
2016-11-18staging: lustre: libcfs: remove explicit test of NULL variableJames Simmons1-1/+1
2016-11-18staging: lustre: libcfs: use static const char const * for a suffixes arrayJames Simmons1-2/+4
2016-11-18staging: lustre: lnet: resolve trailing */ errorsJames Simmons3-3/+3
2016-11-18staging: lustre: lnet: don't use bare unsignedJames Simmons4-21/+21
2016-10-30staging: lustre: ldlm: reclaim granted locks defensivelyNiu Yawei1-6/+18
2016-10-30staging: lustre: llite: restart short read/write for normal IOBobi Jam1-0/+1
2016-10-25staging: lustre: remove broken dead code in cfs_cpt_table_create_patternArnd Bergmann1-7/+0
2016-10-16staging: lustre: libcfs: shortcut to create CPT from NUMA topologyLiang Zhen1-8/+40
2016-09-19staging: lustre: libcfs: check mask returned by cpumask_of_nodeLiang Zhen1-3/+14
2016-08-21staging/lustre: Make alignment match open parenthesisOleg Drokin1-2/+2
2016-08-21staging: lustre: llite: fix inconsistencies of root squash featureGregoire Pichon1-2/+0
2016-08-21staging: lustre: ldlm: flock completion fixes.Vitaly Fertman1-2/+4
2016-08-21staging: lustre: libcfs: Only dump log once per sec. to avoid EEXISTRyan Haasken1-2/+7
2016-06-20staging/lustre/libcfs: Do not call kthread_run in wrong stateOleg Drokin1-1/+1
2016-06-17staging/lustre/libcfs: Remove "Please contact Oracle" from headerOleg Drokin1-4/+0
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin14-14/+14
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin13-52/+0
2016-06-07staging: lustre: libcfs: fix memort leak in libcfs crypto layerJames Simmons1-0/+1
2016-04-28staging: lustre: libcfs: Fix NUMA emulated modeAndriy Skulysh1-2/+7
2016-04-11staging: lustre: libcfs: create array of debug namesJinshan Xiong1-116/+10
2016-04-11Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman3-12/+12
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-12/+12
2016-03-31staging: lustre: libcfs: remove MMSPACE macrosJames Simmons1-9/+8
2016-03-31staging: lustre: libcfs: move add_wait_queue_exclusive_head to lustre layerJames Simmons1-24/+0
2016-03-30staging/lustre: Get rid of CFS_PAGE_MASKOleg Drokin1-1/+1
2016-03-29staging: lustre: libcfs: remove cfs_workitem_t typedefsJames Simmons2-9/+9
2016-03-29staging: lustre: libcfs: add CFS_FAULT_CHECK()James Simmons2-0/+10
2016-03-29staging: lustre: libcfs: replace direct HZ access with kernel APIsJian Yu1-3/+2
2016-03-29staging: lustre: libcfs: add lock-class for cfs_percpt_lockLiang Zhen1-3/+10
2016-03-29staging: lustre: libcfs: remove cfs_percpt_[current|index]James Simmons1-28/+0
2016-03-29staging: lustre: libcfs: remove atomic cpt allocationsJames Simmons1-41/+0
2016-03-29staging: lustre: libcfs: remove cfs_signal_pending wrapperJames Simmons1-7/+0
2016-03-29staging/lustre/libcfs: Copy correct amount in libcfs_ioctl_getdataOleg Drokin1-1/+1
2016-03-29staging: lustre: libcfs: calculate crypto performance using pagesAndreas Dilger1-2/+17
2016-03-29staging: lustre: libcfs: improve reporting error for crypto performanceAndreas Dilger1-2/+2
2016-03-29staging: lustre: libcfs: print crypto performance result only on successAndreas Dilger1-2/+3
2016-03-29staging: lustre: libcfs: allocate memory in cfs_crypto_performance_test()Andreas Dilger1-21/+19
2016-03-29staging: lustre: libcfs: return proper error code for cfs_crypto_hash_speed()Andreas Dilger1-1/+1
2016-03-29staging: lustre: libcfs: bug fixes for cfs_crypto_hash_final()Andreas Dilger1-13/+11