summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: Deletion of unnecessary checks before three function callsMarkus Elfring2015-07-144-10/+5
* staging: lustre: fix whitespace coding style issues in libcfs/module.cLukasz Janyst2015-07-141-6/+6
* staging/lustre/libcfs: Fix kstrtouint return value check fixOleg Drokin2015-07-131-1/+1
* staging/lustre/libcfs: remove unused portal_enter_debugger variableDmitry Eremin2015-07-131-3/+0
* staging/lustre/libcfs: get rid of debugfs/lnet/console_{min, max}_delay_centi...Dmitry Eremin2015-07-132-83/+68
* staging/lustre/libcfs: get rid of debugfs/lnet/debug_mbOleg Drokin2015-07-134-45/+40
* staging: lustre: libcfs: move assignment out of conditionalPerry Hooker2015-07-131-8/+10
* Staging: lustre: fixed a blank line after declarations coding style issueRonit Halder2015-07-131-0/+1
* Staging: lustre: lustre: obdclass: genops: fixed brace coding style issuesKris Baumann2015-07-131-6/+8
* staging:lustre: fix "space required after that ', '" error in cl_page.cAnders Fridlund2015-07-131-1/+1
* staging: lustre: make ptlrpc_init staticMatt Mooney2015-07-131-1/+1
* staging: lustre: remove dead codeHari Prasath Gujulan Elango2015-07-131-6/+0
* staging/lustre/libcfs: Remove unneeded lnet watchdog_ratelimit sysctlDmitry Eremin2015-07-133-16/+0
* staging/lustre/libcfs: Remove redundant enums and sysctl moduleparamsDmitry Eremin2015-07-139-112/+9
* staging/lustre/libcfs: get rid of debugfs/lnet/console_backoffOleg Drokin2015-07-132-36/+54
* staging/lustre/libcfs: Remove redundant lnet debugfs variablesOleg Drokin2015-07-131-22/+0
* staging/lustre/libcfs: move /proc/sys/lnet to debugfsOleg Drokin2015-07-131-30/+56
* staging/lustre: Get rid of remaining /proc/sys/lustre plumbingOleg Drokin2015-07-133-32/+0
* staging/lustre/obdclass: Move AT controls from sysctl to sysfsOleg Drokin2015-07-132-35/+63
* staging/lustre/obdclass: move debug controls to sysfsOleg Drokin2015-07-132-21/+33
* staging/lustre/obdclass: move max_dirty_mb from sysctl to sysfsOleg Drokin2015-07-132-43/+43
* staging/lustre/obdclass: move sysctl timeout to sysfsOleg Drokin2015-07-134-17/+71
* staging/lustre: Remove unneeded ldlm_timeout controlOleg Drokin2015-07-135-32/+1
* staging/lustre: Remove now obsolete memory tracking sysctlsOleg Drokin2015-07-131-124/+0
* staging/lustre: remove alloc_fail_rate sysctlOleg Drokin2015-07-131-38/+0
* staging/lustre/obdclass: fix class_procfs_init error return valueOleg Drokin2015-07-131-1/+1
* staging/lustre/ldlm: In ldlm_pools_fini make sure there was init first.Oleg Drokin2015-07-131-2/+4
* staging/lustre: make ldebugfs_remove recursiveOleg Drokin2015-07-131-1/+1
* staging/lustre/lov: Move target sysfs symlink removal to LOV freeingOleg Drokin2015-07-131-3/+4
* staging/lustre/lnet: Move asm/irq.h include after linux includesOleg Drokin2015-07-131-1/+1
* staging: lustre: libcfs: drop trivially useless initializationJulia Lawall2015-07-132-2/+2
* staging: lustre: obdclass: llog: drop trivially useless initializationJulia Lawall2015-07-131-1/+1
* staging: lustre: lmv: drop trivially useless initializationJulia Lawall2015-07-131-1/+1
* staging: lustre: osc: drop trivially useless initializationJulia Lawall2015-07-131-1/+1
* staging: lustre: llite: drop trivially useless initializationJulia Lawall2015-07-132-2/+2
* staging: lustre: ptlrpc: Use !x to check for kzalloc failureJulia Lawall2015-07-138-12/+12
* staging: lustre: osc: Use !x to check for kzalloc failureJulia Lawall2015-07-132-3/+3
* staging: lustre: obdecho: Use !x to check for kzalloc failureJulia Lawall2015-07-131-5/+5
* staging: lustre: obdclass: Use !x to check for kzalloc failureJulia Lawall2015-07-137-20/+20
* staging: lustre: mgc: Use !x to check for kzalloc failureJulia Lawall2015-07-131-2/+2
* staging: lustre: mdc: Use !x to check for kzalloc failureJulia Lawall2015-07-131-3/+3
* staging: lustre: lov: Use !x to check for kzalloc failureJulia Lawall2015-07-135-13/+13
* staging: lustre: lmv: Use !x to check for kzalloc failureJulia Lawall2015-07-132-4/+4
* staging: lustre: ldlm: Use !x to check for kzalloc failureJulia Lawall2015-07-133-7/+7
* staging: lustre: lclient: Use !x to check for kzalloc failureJulia Lawall2015-07-131-1/+1
* staging: lustre: fld: Use !x to check for kzalloc failureJulia Lawall2015-07-132-2/+2
* staging: lustre: fid: Use !x to check for kzalloc failureJulia Lawall2015-07-131-2/+2
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-26211-10408/+8705
|\
| * staging: lustre: lnet: selftest: use min_t in place of minHari Prasath Gujulan Elango2015-06-181-1/+1
| * Staging: lusture: Remove an open coded simple_open() functionAbdul Hussain2015-06-171-8/+1