aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-17staging/lustre: remove unused functionLuca Ceresoli1-5/+0
2015-01-17staging: lustre: lnet: Removed spaces before increments and decrementsIgor Ishchenko1-7/+7
2015-01-17staging: lustre: fid: Remove space before braces for defined() checkAndreas Ruprecht2-3/+3
2015-01-17staging: lustre: potential underflow in mdc_iocontrol()Dan Carpenter1-4/+4
2015-01-17staging: lustre: libcfs: fix sparse warnings about static declarationSerguey Parkhomovsky2-2/+3
2015-01-17staging: lustre: lnet: lnet: do not initialise statics to 0 or NULLBalavasu1-5/+5
2015-01-17staging: lustre: selftest: fix _recycle_buffer context imbalanceJeremiah Mahler1-0/+1
2015-01-17staging: lustre: selftest: fix _post_buffer context imbalanceJeremiah Mahler1-0/+1
2015-01-17staging: lustre: selftest: fix sfw_deactivate_session context imbalanceJeremiah Mahler1-1/+1
2015-01-17staging: lustre: selftest: fix "not declared" by declaring staticJeremiah Mahler3-3/+3
2015-01-17staging: lustre: selftest: fix "not declared" by declaring in headerJeremiah Mahler1-0/+12
2015-01-17staging: lustre: libcfs/nidstrings: Avoid forward declarationsSören Brinkmann1-40/+37
2015-01-17staging: lustre: libcfs/nidstrings: Declare internal symbols staticSören Brinkmann1-80/+66
2015-01-17staging: lustre: remove custom MIN/MAX and min_t operationsJeremiah Mahler2-13/+0
2015-01-17staging: lustre: replace MIN with min_t, remove castJeremiah Mahler1-1/+1
2015-01-17staging: lustre: replace MIN with min, cast (__kernel_size_t)Jeremiah Mahler1-3/+3
2015-01-17staging: lustre: replace MIN/MAX with min_t/max_tJeremiah Mahler1-1/+1
2015-01-17staging: lustre: replace MIN with min_tJeremiah Mahler1-1/+1
2015-01-17staging: lustre: use min/max instead of MIN/MAX, simple casesJeremiah Mahler8-16/+16
2015-01-17staging: lustre: cleanup align switch and casesamuel kihahu1-25/+25
2015-01-17Staging: lustre: error handling tweaks in obd_ioctl_getdata()Dan Carpenter1-11/+15
2015-01-17staging: lustre: lustre: obdclass: lprocfs_status.c: Tidied up some code in a case statementRickard Strandqvist1-6/+7
2015-01-17staging: lustre: lustre: obdclass: lprocfs_status.c: Removed an unnecessary NULL checkRickard Strandqvist1-1/+1
2015-01-17lustre: ptlrpc: add "ptlrpc_internal.h" to sec_gc.cSpencer Baugh1-0/+2
2015-01-17staging: lustre: lustre: mdc: mdc_lib.c: Removed an unnecessary NULL checkRickard Strandqvist1-4/+3
2015-01-17drivers: staging: lustre: Track sign separatelyChris Rorvick1-3/+4
2015-01-17drivers: staging: lustre: Use mult if units not specifiedChris Rorvick1-1/+1
2015-01-17staging: lustre: libcfs: fix sparse warnings about static declarationJia He1-4/+2
2015-01-17staging: lustre: Cleanup cfs_str2mask in libcfs_string.cMatthew Tyler1-6/+8
2015-01-17staging: lustre: Fix minor style error in libcfs_string.cMatthew Tyler1-1/+1
2015-01-17lustre: don't use iovec instead of kvecAl Viro10-68/+68
2015-01-17Staging: lustre: obd: Fix a coding style issueDean Ancajas1-1/+2
2015-01-17staging:lustre:lustre:ptlrpc: fix sparse warnings in lproc_ptlrpc.cFred Chou1-3/+4
2015-01-17staging: lustre: replace static value with defineTristan Lelong4-5/+10
2015-01-17staging: lustre: fix sparse warning on LPROC_SEQ_FOPS macrosTristan Lelong11-76/+119
2015-01-17staging: lustre: fld: fixed symbol was not declaredBrian Vandre1-1/+1
2014-12-26[regression] braino in "lustre: use is_root_inode()"Al Viro1-1/+1
2014-12-17lustre: get rid of playing with ->fsAl Viro3-41/+2
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds131-1730/+1316
2014-12-02lustre: Deletion of unnecessary checks before three function callsMarkus Elfring2-5/+3
2014-12-02staging: lustre: fix sparse warnings: static function declarationVincenzo Scotti1-1/+1
2014-12-02staging: lustre: fixed sparse warnings related to static declarationsJanet Liu1-6/+6
2014-11-26staging: lustre: ldlm: Remove space before braces for defined() checkAndreas Ruprecht2-2/+2
2014-11-26staging: lustre: ldlm: Remove unnecessary braces at ifsAndreas Ruprecht2-7/+4
2014-11-26staging: lustre: ldlm: Remove unnecessary line continuationsAndreas Ruprecht1-2/+2
2014-11-26staging: lustre: ldlm: Fix warning about unneeded return statementAndreas Ruprecht1-1/+0
2014-11-26staging: lustre: ldlm: Fix initialization of static variablesAndreas Ruprecht2-2/+2
2014-11-26staging: lustre: ldlm: Fix indentation errors for switch-caseAndreas Ruprecht2-25/+25
2014-11-26staging: lustre: ldlm: Fix warning about missing spacesAndreas Ruprecht3-7/+8
2014-11-26staging: lustre: ldlm: Fix overlong linesAndreas Ruprecht8-30/+49