aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-31staging: lustre: fixed bad alignmentMario Bambagini1-7/+7
2015-07-31staging: lustre: fixed comments without */ on a new lineMario Bambagini1-4/+8
2015-07-31staging: lustre: fixed lines longer than 80 charsMario Bambagini1-2/+4
2015-07-31staging: lustre: Remove unnecessary braces {} for single statement blocksPan Li1-2/+1
2015-07-31staging: lustre: Remove a trailing */ of a separate line.Pan Li1-2/+4
2015-07-31staging: lustre: Add a blank line after declarations.Pan Li1-0/+2
2015-07-31staging: lustre: Adjust code indent for macro and tail blackslashPan Li1-6/+6
2015-07-31staging: lustre: Replace spaces at the start of a line.Pan Li1-2/+2
2015-07-24staging: lustre: Replace strtoul with simple_strtoulGuenter Roeck2-2/+2
2015-07-22staging: lustre: obdclass: Make structure declerations static constCihangir Akturk1-2/+2
2015-07-22staging: lustre: ldlm: Make function static.Cihangir Akturk1-1/+2
2015-07-22staging: lustre: make functions only used locally staticKolbeinn Karlsson1-2/+2
2015-07-16Staging: lustre: make obd_device_cachep staticPedro Marzo Perez1-1/+1
2015-07-16staging/lustre/ldlm: Unregister ldlm namespace from sysfs on freeOleg Drokin1-0/+1
2015-07-16staging: lustre: obdclass: simplify class_uuid_unparseVasiliy Korchagin1-33/+1
2015-07-14staging: lustre: Deletion of unnecessary checks before three function callsMarkus Elfring4-10/+5
2015-07-14staging: lustre: fix whitespace coding style issues in libcfs/module.cLukasz Janyst1-6/+6
2015-07-13staging/lustre/libcfs: Fix kstrtouint return value check fixOleg Drokin1-1/+1
2015-07-13staging/lustre/libcfs: remove unused portal_enter_debugger variableDmitry Eremin1-3/+0
2015-07-13staging/lustre/libcfs: get rid of debugfs/lnet/console_{min, max}_delay_centisecsDmitry Eremin2-83/+68
2015-07-13staging/lustre/libcfs: get rid of debugfs/lnet/debug_mbOleg Drokin4-45/+40
2015-07-13Staging: lustre: fixed a blank line after declarations coding style issueRonit Halder1-0/+1
2015-07-13Staging: lustre: lustre: obdclass: genops: fixed brace coding style issuesKris Baumann1-6/+8
2015-07-13staging:lustre: fix "space required after that ', '" error in cl_page.cAnders Fridlund1-1/+1
2015-07-13staging: lustre: make ptlrpc_init staticMatt Mooney1-1/+1
2015-07-13staging: lustre: remove dead codeHari Prasath Gujulan Elango1-6/+0
2015-07-13staging/lustre/libcfs: Remove unneeded lnet watchdog_ratelimit sysctlDmitry Eremin2-15/+0
2015-07-13staging/lustre/libcfs: Remove redundant enums and sysctl moduleparamsDmitry Eremin4-55/+7
2015-07-13staging/lustre/libcfs: get rid of debugfs/lnet/console_backoffOleg Drokin2-36/+54
2015-07-13staging/lustre/libcfs: Remove redundant lnet debugfs variablesOleg Drokin1-22/+0
2015-07-13staging/lustre/libcfs: move /proc/sys/lnet to debugfsOleg Drokin1-30/+56
2015-07-13staging/lustre: Get rid of remaining /proc/sys/lustre plumbingOleg Drokin3-32/+0
2015-07-13staging/lustre/obdclass: Move AT controls from sysctl to sysfsOleg Drokin1-35/+10
2015-07-13staging/lustre/obdclass: move debug controls to sysfsOleg Drokin1-21/+7
2015-07-13staging/lustre/obdclass: move max_dirty_mb from sysctl to sysfsOleg Drokin1-43/+31
2015-07-13staging/lustre/obdclass: move sysctl timeout to sysfsOleg Drokin3-17/+59
2015-07-13staging/lustre: Remove unneeded ldlm_timeout controlOleg Drokin5-32/+1
2015-07-13staging/lustre: Remove now obsolete memory tracking sysctlsOleg Drokin1-124/+0
2015-07-13staging/lustre: remove alloc_fail_rate sysctlOleg Drokin1-38/+0
2015-07-13staging/lustre/obdclass: fix class_procfs_init error return valueOleg Drokin1-1/+1
2015-07-13staging/lustre/ldlm: In ldlm_pools_fini make sure there was init first.Oleg Drokin1-2/+4
2015-07-13staging/lustre: make ldebugfs_remove recursiveOleg Drokin1-1/+1
2015-07-13staging/lustre/lov: Move target sysfs symlink removal to LOV freeingOleg Drokin1-3/+4
2015-07-13staging: lustre: libcfs: drop trivially useless initializationJulia Lawall2-2/+2
2015-07-13staging: lustre: obdclass: llog: drop trivially useless initializationJulia Lawall1-1/+1
2015-07-13staging: lustre: lmv: drop trivially useless initializationJulia Lawall1-1/+1
2015-07-13staging: lustre: osc: drop trivially useless initializationJulia Lawall1-1/+1
2015-07-13staging: lustre: llite: drop trivially useless initializationJulia Lawall2-2/+2
2015-07-13staging: lustre: ptlrpc: Use !x to check for kzalloc failureJulia Lawall8-12/+12
2015-07-13staging: lustre: osc: Use !x to check for kzalloc failureJulia Lawall2-3/+3