aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ptlrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker4-4/+0
2013-12-10staging/lustre/api: HSM import uses new released patternJC Lafoucriere1-0/+58
2013-12-04staging/lustre: don't compile procfs code when CONFIG_PROC_FS is offPeng Tao2-1/+8
2013-12-04staging: lustre: reapply an older patch that was revertedGreg Kroah-Hartman1-1/+1
2013-12-03staging: lustre: fix potential NULL pointer dereferenceMichal Nazarewicz1-3/+6
2013-12-03staging/lustre/ptlrpc: better error handling in ptlrpcd_startDmitry Eremin1-22/+22
2013-12-03staging/lustre/pinger: remove never implemented suspend timeouts functionalityDmitry Eremin2-67/+0
2013-12-03staging/lustre/llite: extended attribute cacheAndrew Perepechko1-0/+34
2013-12-03staging/lustre/hsm: Add hsm_release feature.Jinshan Xiong2-0/+26
2013-12-03staging/lustre/ptlrpc: Fix a crash when dereferencing NULL pointerAmir Shehata1-3/+3
2013-12-03staging/lustre/scrub: OI scrub on OSTFan Yong1-0/+4
2013-12-03staging/lustre: remove wirehdr.cPeng Tao1-47/+0
2013-12-03staging/lustre: fix build error when CONFIG_FS_POSIX_ACL is offPeng Tao1-4/+2
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman1-2/+2
2013-11-25staging/lustre/server: use unified request handler for MGSMikhail Pershin2-3/+8
2013-11-25staging/lustre/ptlrpc: fix ptlrpc_stop_pinger logicPeng Tao1-2/+2
2013-11-25staging/lustre: remove CFS_MODULE_PARMPeng Tao3-18/+19
2013-11-21staging/lustre/llite: Access to released file triggers a restoreJC Lafoucriere2-8/+12
2013-11-15staging/lustre: remove llog_server.cPeng Tao2-451/+1
2013-11-12staging: lustre: ptlrpc: fix label indentationKristina Martsenko1-1/+1
2013-11-12staging: lustre: ptlrpc: fix indentationKristina Martsenko3-23/+28
2013-11-12staging: lustre: ptlrpc: remove whitespace before a newlineKristina Martsenko2-2/+2
2013-11-12staging: lustre: ptlrpc: convert spaces to tabsKristina Martsenko3-12/+12
2013-11-12staging: lustre: ptlrpc: remove an unnecessary semicolonKristina Martsenko1-2/+2
2013-11-12staging: lustre: ptlrpc: clean up whitespace around bracesKristina Martsenko5-10/+14
2013-11-12staging: lustre: ptlrpc: clean up whitespace around parenthesesKristina Martsenko13-118/+117
2013-11-12staging: lustre: ptlrpc: pack_generic: clean up whitespace around parenthesesKristina Martsenko1-181/+181
2013-10-26staging: lustre: Remove typedef and update cfs_hash structLisa Nguyen1-5/+5
2013-10-14staging: lustre: Use parenthesis around sizeofJoe Perches4-8/+8
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman4-11/+11
2013-09-17staging/lustre: fix coccinelle warningsFengguang Wu1-1/+1
2013-09-17drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c: rename PTRS_PER_PAGEAndrew Morton1-2/+2
2013-09-17staging: lustre: clean up format string usagesKees Cook3-9/+9
2013-09-10staging/lustre/ptlrpc: convert to new shrinker APIPeng Tao1-34/+42
2013-08-04staging: lustre: remove proc_dir_entry_t typedefGreg Kroah-Hartman1-1/+1
2013-08-04staging: lustre: remove task_t typedefGreg Kroah-Hartman4-4/+5
2013-08-04staging: lustre: remove cfs_module() macroGreg Kroah-Hartman1-1/+3
2013-08-04staging: lustre: remove typedef for group_info_tGreg Kroah-Hartman1-1/+1
2013-08-04staging: lustre: remove typedef for module_tGreg Kroah-Hartman1-1/+1
2013-08-03staging: lustre: remove ll_crypto_alloc_blkcipherGreg Kroah-Hartman1-3/+3
2013-08-03staging: lustre: remove almost all crypto layer wrappersGreg Kroah-Hartman1-53/+54
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman26-510/+510
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman19-101/+3
2013-08-02staging: lustre: remove RETURN_EXIT macroGreg Kroah-Hartman2-7/+2
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman26-255/+1
2013-07-29staging: lustre: Fix non-ANSI sparse warningsEmil Goode2-3/+3
2013-07-24staging/lustre: fix build on non-x86Peng Tao2-4/+2
2013-07-23staging: lustre: Fix typo in printkMasanari Iida1-3/+3
2013-07-23staging/lustre/procfs: return -ENOMEM from lprocfs_register()John L. Hammond1-2/+4
2013-07-23staging/lustre/ptlrpc: Race between start and stop service threadsHiroya Nozaki1-4/+12