summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman
2017-11-03staging: lustre: ldlm: remove unused field 'fwd_generation'NeilBrown
2017-11-03staging: lustre: ldlm: remove unnecessary 'ownlocks' variable.NeilBrown
2017-11-03staging: lustre: ldlm: tidy list walking in ldlm_flock()NeilBrown
2017-11-03staging: lustre: ldlm: remove 'flags' arg from ldlm_flock_destroy()NeilBrown
2017-11-03staging: lustre: ldlm: remove unused 'overlaps' variableNeilBrown
2017-11-03staging: lustre: ldlm: remove 'flags' arg from ldlm_process_flock_lock()NeilBrown
2017-11-03staging: lustre: ldlm: remove unneeded 'err' arg to ldlm_process_flock_lock()NeilBrown
2017-11-03staging: lustre: ldlm: remove unused 'work_list' arg from ldlm_process_flock_...NeilBrown
2017-11-03staging: lustre: ldlm: remove 'first_enq' arg from ldlm_process_flock_lock()NeilBrown
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20staging: lustre: lllite: fix multi line comments styleAastha Gupta
2017-10-20staging: lustre: llite: fix coding style for error messagesAastha Gupta
2017-10-20staging: lustre: llite: fix lines over 80 characters in llite filesAastha Gupta
2017-10-20staging: lustre: ldlm: fix lines over 80 characters in ldlm filesAastha Gupta
2017-10-20staging: lustre: fld: fix line over 80 charactersAastha Gupta
2017-10-20staging: lustre: fid: fix line over 80 charactersAastha Gupta
2017-10-20staging: lustre: drop macro that has no usesAastha Gupta
2017-10-18staging: lustre: fix comparisons should place the constant on the right sideAastha Gupta
2017-10-18staging: lustre: fix incorrect multi-line comment styleAastha Gupta
2017-10-18staging: lustre: rpc: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18staging: lustre: ptlrpc: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18staging: lustre: osc: mark expected switch fall-throughGustavo A. R. Silva
2017-10-18staging: lustre: ldlm: mark expected switch fall-throughGustavo A. R. Silva
2017-10-18staging: lustre: lprocfs: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18staging: lustre: llite: mark expected switch fall-throughGustavo A. R. Silva
2017-10-18staging: lustre: lnet: selftest: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18staging: lustre: lnet: selftest: mark expected switch fall-throughGustavo A. R. Silva
2017-10-18staging: lustre: lnet: net_fault: mark expected switch fall-throughGustavo A. R. Silva
2017-10-18staging: lustre: lnet: socklnd: mark expected switch fall-throughGustavo A. R. Silva
2017-10-11switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro
2017-10-11lustre: switch struct ksock_conn to iov_iterAl Viro
2017-10-11lnet_return_rx_credits_locked: don't abuse list_entryAl Viro
2017-10-03staging: lustre: use BIT macroKeerthi Reddy
2017-09-29staging: lustre: lnet: replace list_for_each with list_for_each_entryHaneen Mohammed
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia
2017-09-18staging: lustre: ptlrpc: kfree used instead of kvfreeNadav Amit
2017-09-18staging: lustre: lnet: Replace list_for_each with list_for_each_entryHaneen Mohammed
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-04lustre: switch to kernel_writeChristoph Hellwig
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen