aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
AgeCommit message (Expand)AuthorFilesLines
2017-11-03staging: lustre: ldlm: remove unused field 'fwd_generation'Gravatar NeilBrown 1-18/+3
2017-11-03staging: lustre: ldlm: remove unnecessary 'ownlocks' variable.Gravatar NeilBrown 1-12/+3
2017-11-03staging: lustre: ldlm: tidy list walking in ldlm_flock()Gravatar NeilBrown 1-26/+19
2017-11-03staging: lustre: ldlm: remove 'flags' arg from ldlm_flock_destroy()Gravatar NeilBrown 1-20/+16
2017-11-03staging: lustre: ldlm: remove unused 'overlaps' variableGravatar NeilBrown 1-3/+0
2017-11-03staging: lustre: ldlm: remove 'flags' arg from ldlm_process_flock_lock()Gravatar NeilBrown 1-89/+21
2017-11-03staging: lustre: ldlm: remove unneeded 'err' arg to ldlm_process_flock_lock()Gravatar NeilBrown 1-8/+2
2017-11-03staging: lustre: ldlm: remove unused 'work_list' arg from ldlm_process_flock_...Gravatar NeilBrown 1-3/+2
2017-11-03staging: lustre: ldlm: remove 'first_enq' arg from ldlm_process_flock_lock()Gravatar NeilBrown 1-13/+2
2017-10-20staging: lustre: lllite: fix multi line comments styleGravatar Aastha Gupta 3-5/+7
2017-10-20staging: lustre: llite: fix coding style for error messagesGravatar Aastha Gupta 1-6/+5
2017-10-20staging: lustre: llite: fix lines over 80 characters in llite filesGravatar Aastha Gupta 12-39/+74
2017-10-20staging: lustre: ldlm: fix lines over 80 characters in ldlm filesGravatar Aastha Gupta 8-36/+65
2017-10-20staging: lustre: fld: fix line over 80 charactersGravatar Aastha Gupta 1-1/+2
2017-10-20staging: lustre: fid: fix line over 80 charactersGravatar Aastha Gupta 1-1/+2
2017-10-20staging: lustre: drop macro that has no usesGravatar Aastha Gupta 1-2/+0
2017-10-18staging: lustre: fix comparisons should place the constant on the right sideGravatar Aastha Gupta 1-1/+1
2017-10-18staging: lustre: fix incorrect multi-line comment styleGravatar Aastha Gupta 2-36/+21
2017-10-18staging: lustre: rpc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-4/+9
2017-10-18staging: lustre: ptlrpc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-3/+3
2017-10-18staging: lustre: osc: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-10-18staging: lustre: ldlm: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-10-18staging: lustre: lprocfs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+4
2017-10-18staging: lustre: llite: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+3
2017-10-18staging: lustre: lnet: selftest: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+4
2017-10-18staging: lustre: lnet: selftest: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-10-18staging: lustre: lnet: net_fault: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-10-18staging: lustre: lnet: socklnd: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2017-10-03staging: lustre: use BIT macroGravatar Keerthi Reddy 1-15/+13
2017-09-29staging: lustre: lnet: replace list_for_each with list_for_each_entryGravatar Haneen Mohammed 1-11/+3
2017-09-18staging: lustre: ptlrpc: kfree used instead of kvfreeGravatar Nadav Amit 1-1/+1
2017-09-18staging: lustre: lnet: Replace list_for_each with list_for_each_entryGravatar Haneen Mohammed 1-7/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-4/+3
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-14/+3
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-1/+1
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-1/+1
2017-09-04lustre: switch to kernel_writeGravatar Christoph Hellwig 2-14/+3
2017-08-31staging: lustre: coding style fixes found by checkpatch.plGravatar Simo Koskinen 7-13/+14
2017-08-28staging: lustre: obdclass: fix checking for obd_init_checks()Gravatar Dan Carpenter 1-1/+1
2017-08-28staging: lustre: obdclass: return -EFAULT if copy_from_user() failsGravatar Dan Carpenter 1-1/+2
2017-08-28staging: lustre: obdclass: return -EFAULT if copy_to_user() failsGravatar Dan Carpenter 1-1/+0
2017-08-22staging: lustre: lnet: cleanup paths for all LNet headersGravatar James Simmons 7-16/+16
2017-08-22staging: lustre: libcfs: cleanup paths for libcfs headersGravatar James Simmons 2-13/+13
2017-08-22staging: lustre: libcfs: add include path to MakefileGravatar James Simmons 21-24/+27
2017-08-22staging: lustre: ksocklnd: add include path to MakefileGravatar James Simmons 2-3/+6
2017-08-22staging: lustre: ko2iblnd: add include path to MakefileGravatar James Simmons 2-2/+5
2017-08-22staging: lustre: lnet: add include path to MakefileGravatar James Simmons 18-24/+32
2017-08-22staging: lustre: lnet: selftest: add include path to MakefileGravatar James Simmons 8-18/+21
2017-08-22staging: lustre: lustre: cleanup paths for lustre UAPI headersGravatar James Simmons 6-8/+8
2017-08-22staging: lustre: lustre: cleanup paths for lustre internal headersGravatar James Simmons 28-94/+96