summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
Commit message (Expand)AuthorAgeFilesLines
* lustre: delete linux/lustre_debug.hGreg Kroah-Hartman2014-01-144-53/+11Star
* staging: lustre: remove some unused debug macrosGreg Kroah-Hartman2014-01-141-17/+0Star
* staging: lustre: libcfs_debug: small whitespace cleanupsSalym Senyonga2014-01-141-12/+12
* staging: lustre: libcfs_debug.h: remove extra blank linesSalym Senyonga2014-01-141-8/+0Star
* staging: lustre: libcfs_debug.h: Align backslashes in macrosSalym Senyonga2014-01-141-35/+35
* staging: lustre: libcfs_debug.h: align define valuesSalym Senyonga2014-01-141-54/+54
* staging: lustre: Use is_vmalloc_addrLaura Abbott2014-01-091-2/+1Star
* staging: lustre: Make LUSTRE_LLITE_LLOOP tristateBen Hutchings2014-01-091-1/+1
* staging: lustre: Remove braces for single statement in kernel_user_comm.cMasanari Iida2014-01-091-2/+1Star
* staging: lustre: Fix do not use C99 // comments in lcommon_cl.cMasanari Iida2014-01-091-1/+1
* staging: lustre: Fix space prohibited between function name and open parenthe...Masanari Iida2014-01-091-5/+5
* staging: lustre: Fix do not use C99 // comments in mgc_request.cMasanari Iida2014-01-091-2/+2
* staging: lustre: Fix brace {} are not necessary for single statement blocksMasanari Iida2014-01-091-4/+4
* lustre: Fix space required before the open parenthesis in mgc_required.cMasanari Iida2014-01-091-2/+2
* staging: lustre: fix return value check in capa_hmac()Wei Yongjun2013-12-201-2/+2
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-1714-14/+0Star
* staging: lustre: Fix typo in lustre/lustre/libcfsMasanari Iida2013-12-173-7/+7
* staging: lustre: Fix typo in lustre/lustre/fld and ldlmMasanari Iida2013-12-174-10/+10
* staging: lustre: Fix typo in lustre/lustre/oscMasanari Iida2013-12-175-8/+8
* staging: lustre: Fix typo in lustre/lustre/lmvMasanari Iida2013-12-171-3/+3
* staging: lustre: Fix typo in lustre/lustre/lovMasanari Iida2013-12-175-11/+11
* staging: lustre: Fix typo in lustre/lnet/selftestMasanari Iida2013-12-176-9/+9
* lustre: delete pointless wait queue related casts.Paul Gortmaker2013-12-111-7/+4Star
* staging/lustre/seq: remove seq_{query,handle}Mikhail Pershin2013-12-111-6/+0Star
* staging/lustre/target: move OUT to the unified target codeMikhail Pershin2013-12-111-31/+1Star
* staging/lustre/api: HSM import uses new released patternJC Lafoucriere2013-12-115-32/+187
* staging/lustre/lnet: Add LNet Router Priority parameterDoug Oucharek2013-12-118-21/+72
* staging/lustre: remove server macros from lustre_net.hPeng Tao2013-12-111-234/+0Star
* staging: lustre: lnet: lnet: fixed space coding style issuesSamuel Domínguez2013-12-061-4/+4
* staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao2013-12-0531-232/+247
* staging/lustre: fix undefined reference if CONFIG_PROC_FS is offPeng Tao2013-12-055-3/+13
* staging/lustre/llite: remove ll_file_get_iov_countPeng Tao2013-12-051-34/+2Star
* staging/lustre: fix build error in ll_setxattr_commonPeng Tao2013-12-051-1/+1
* staging: lustre: reapply an older patch that was revertedGreg Kroah-Hartman2013-12-041-1/+1
* staging: lustre: fix potential NULL pointer dereferenceMichal Nazarewicz2013-12-031-3/+6
* staging/lustre/llite: fix used uninitialized warningPeng Tao2013-12-031-2/+2
* staging/lustre: fix defined not used warningPeng Tao2013-12-032-12/+0Star
* staging/lustre/obdclass: move obd_sysctl_init out of class_procfs_initPeng Tao2013-12-032-1/+3
* staging/lustre/ldlm: inline ldlm_proc_setupPeng Tao2013-12-032-3/+2Star
* staging/lustre/obdclass: lprocfs_{alloc_stats,register} always definedPeng Tao2013-12-032-4/+3Star
* staging/lustre/obdclass: fix false used uninitialized warningPeng Tao2013-12-031-1/+1
* staging/lustre/ptlrpc: better error handling in ptlrpcd_startDmitry Eremin2013-12-031-22/+22
* staging/lustre/obdclass: remove unuse variables from lprocfs_stats_collect/clearDmitry Eremin2013-12-031-4/+0Star
* staging/lustre/pinger: remove never implemented suspend timeouts functionalityDmitry Eremin2013-12-035-75/+0Star
* staging/lustre: clean up SET_BUT_UNUSED/UNUSED macrosDmitry Eremin2013-12-035-35/+17Star
* staging/lustre/llite: extended attribute cacheAndrew Perepechko2013-12-0319-62/+902
* staging/lustre/hsm: Add hsm_release feature.Jinshan Xiong2013-12-0315-37/+242
* staging/lustre/ptlrpc: Fix a crash when dereferencing NULL pointerAmir Shehata2013-12-031-3/+3
* staging/lustre/build: fix compilation issue with is_compat_taskDmitry Eremin2013-12-031-1/+6
* staging/lustre/llite: don't check for O_CREAT in it_create_modeJohn L. Hammond2013-12-031-3/+2Star