aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/osc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman11-0/+11
2017-10-18staging: lustre: osc: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-22staging: lustre: osc: add include path to MakefileJames Simmons9-28/+31
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: move lustre_param.h to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: move lustre_ioctl.h to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: return error code for ostid_set_idBen Evans1-1/+8
2017-07-30staging: lustre: lustre: fix all less than 0 comparison for unsigned valuesJames Simmons1-3/+4
2017-07-30staging: lustre: osc: soft lock - osc_makes_rpc()Bobi Jam1-3/+21
2017-07-30staging: lustre: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-24staging: lustre: lustre: fix all bare unsigned usageJames Simmons2-4/+4
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons2-6/+5
2017-05-15staging: lustre: remove unnecessary bracesThibaut Robert1-2/+1
2017-05-08lustre: replace CURRENT_TIME macroDeepa Dinamani1-2/+2
2017-04-08drivers/staging/lustre: Coding-guideline: Missing a blank line after declarationsPushkar Jambhlekar1-0/+1
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons1-2/+3
2017-03-06staging: lustre: lov: trying smaller memory allocationsYang Sheng5-11/+11
2017-03-06staging: lustre: osc: further LRU OSC cleanup after evictionJinshan Xiong6-64/+118
2017-03-06staging: lustre: ldlm: handle ldlm lock cancel race when evicting client.Jinshan Xiong2-2/+10
2017-03-06staging: lustre: osc: remove obsolete assertsJinshan Xiong2-5/+0
2017-02-16staging: lustre: Fix incompatible argument in osc_match_baseMaxime Rossi Bellom1-3/+3
2017-02-03staging: lustre: osc: avoid 64 divide in osc_cache_too_muchJames Simmons1-3/+8
2017-02-03staging: lustre: osc: osc_match_base prototype differs from declarationSteve Guminski1-3/+3
2017-02-03staging: lustre: osc: limits the number of chunks in write RPCJinshan Xiong1-37/+87
2017-02-03staging: lustre: clio: sync write should update mtimeNiu Yawei1-0/+12
2017-02-03staging: lustre: llite: don't ignore layout for group lock requestJinshan Xiong1-0/+1
2017-02-03staging: lustre: clio: revise readahead to support 16MB IOJinshan Xiong1-1/+2
2017-02-03staging: lustre: clio: add cl_page LRU shrinkerBobi Jam3-0/+117
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann2-9/+9
2017-01-03staging: lustre: osc: use rb_entry_safeGeliang Tang1-4/+1
2017-01-03staging: lustre: obdclass: Create a header for obdo related functionsBen Evans2-0/+3
2017-01-03staging: lustre: osc: handle osc eviction correctlyJinshan Xiong6-36/+123
2017-01-03staging/lustre/osc: extern declare osc_caches in a headerOleg Drokin2-2/+2
2016-12-07staging/lustre: Convert all bare unsigned to unsigned intOleg Drokin3-6/+6
2016-12-07staging/lustre/osc: Revert erroneous list_for_each_entry_safe useOleg Drokin1-2/+3
2016-12-06staging: lustre: remove set but unused variablesYang Sheng1-2/+1
2016-12-06staging: lustre: osc: set lock data for readahead lockJinshan Xiong3-39/+18
2016-12-06staging: lustre: osc: fix debug log message formattingAshish Purkar1-1/+1
2016-12-06staging: lustre: osc: Performance tune for LRUJinshan Xiong8-100/+98
2016-12-06staging: lustre: osc: create cli_name to get obd nameJinshan Xiong5-21/+21
2016-12-06staging: lustre: osc: add and fixup comments for LRU handlingJinshan Xiong1-5/+12
2016-11-29staging: lustre: ldlm: remove ldlm_policy_data_t typedef usage from codeAndreas Dilger6-11/+13
2016-11-14staging: lustre: clio: get rid of cl_reqJinshan Xiong6-247/+129
2016-11-14staging: lustre: obd: Remove dead code in precleanupHenri Doreau1-38/+24
2016-11-14staging: lustre: osc: Remove remains of osc_ast_guardOleg Drokin2-3/+0
2016-11-14staging: lustre: osc: osc_extent should hold refcount to osc_objectJinshan Xiong1-0/+2
2016-11-14staging: lustre: osc: Do not merge extents with partial pagesJinshan Xiong2-2/+13
2016-11-14staging: lustre: osc: fix max_dirty_mb tunable setting limitGregoire Pichon1-1/+1
2016-11-14staging/lustre/osc: indent an if statementDan Carpenter1-3/+5
2016-11-07staging/lustre: Get rid of cl_env hash tableJinshan Xiong3-64/+64