aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/osc/osc_cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-24staging: lustre: lustre: fix all bare unsigned usageJames Simmons1-3/+3
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons1-4/+4
2017-05-15staging: lustre: remove unnecessary bracesThibaut Robert1-2/+1
2017-04-08drivers/staging/lustre: Coding-guideline: Missing a blank line after declarationsPushkar Jambhlekar1-0/+1
2017-03-06staging: lustre: lov: trying smaller memory allocationsYang Sheng1-1/+1
2017-03-06staging: lustre: osc: remove obsolete assertsJinshan Xiong1-1/+0
2017-02-03staging: lustre: osc: limits the number of chunks in write RPCJinshan Xiong1-37/+87
2017-02-03staging: lustre: llite: don't ignore layout for group lock requestJinshan Xiong1-0/+1
2017-01-03staging: lustre: osc: use rb_entry_safeGeliang Tang1-4/+1
2017-01-03staging: lustre: osc: handle osc eviction correctlyJinshan Xiong1-12/+13
2016-12-06staging: lustre: osc: Performance tune for LRUJinshan Xiong1-19/+7
2016-12-06staging: lustre: osc: create cli_name to get obd nameJinshan Xiong1-4/+4
2016-11-14staging: lustre: clio: get rid of cl_reqJinshan Xiong1-8/+1
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 Xiong1-2/+9
2016-11-07staging/lustre: Get rid of cl_env hash tableJinshan Xiong1-3/+3
2016-10-16staging: lustre: clio: Revise read ahead implementationJinshan Xiong1-1/+2
2016-09-19staging: lustre: grant: quiet message on grant waiting timeoutJohann Lombardi1-21/+40
2016-09-19staging: lustre: osc: change cl_extent_tax and *grants to unsignedDmitry Eremin1-22/+24
2016-09-19staging: lustre: obd: change brw_page->count to unsignedDmitry Eremin1-4/+6
2016-09-19staging: lustre: fix messages with missing newlinesJohn L. Hammond1-1/+1
2016-09-19staging: lustre: misc: Reduce exposure to overflow on page counters.Stephen Champion1-13/+14
2016-08-21staging/lustre: Make alignment match open parenthesisOleg Drokin1-2/+2
2016-08-21staging/lustre: Add spaces preferred around that '{+, -, *, /, |, <<, >>, &}'Oleg Drokin1-1/+1
2016-08-21staging: lustre: osc: Automatically increase the max_dirty_mbHongchao Zhang1-14/+14
2016-08-21staging: lustre: osc: revise unstable pages accountingJinshan Xiong1-92/+4
2016-08-21staging: lustre: osc: allow to call brw_commit() multiple timesJinshan Xiong1-15/+4
2016-08-15lustre: don't reinvent struct bio_vecAl Viro1-4/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-2/+4
2016-06-20staging/lustre: LDLM_DEBUG() shouldn't be passed \nAlex Zhuravlev1-2/+2
2016-06-20staging: lustre: remove remote client supportFan Yong1-3/+2
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-06-17staging/lustre/osc: Fix Multiple Assignment WarningsNathaniel Clark1-2/+4
2016-04-28staging: lustre: osc: Use SOFT_SYNC to urge server commitPrakash Surya1-0/+3
2016-04-28staging: lustre: osc: Track number of "unstable" pages per oscPrakash Surya1-0/+6
2016-04-28staging: lustre: osc: Track and limit "unstable" pagesPrakash Surya1-5/+94
2016-04-28staging: lustre: clio: add debug message in osc_completion()Niu Yawei1-2/+4
2016-04-28staging: lustre: llite: reset writeback index in ll_writepagesJinshan Xiong1-10/+22
2016-04-26staging: lustre: osc: osc_extent_wait() shouldn't be interruptibleJinshan Xiong1-1/+1
2016-04-26staging: lustre: osc: fix race issues thanks to oap_lockSebastien Buisson1-0/+8
2016-04-26staging/lustre: Fix blank line after/before {/} styleOleg Drokin1-1/+0
2016-04-11Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman1-22/+22
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-21/+21
2016-03-30staging/lustre/clio: cl_lock simplificationJinshan Xiong1-47/+63
2016-03-30staging/lustre/obd: remove struct client_obd_lockJohn L. Hammond1-25/+25
2016-03-30staging/lustre/clio: remove stackable cl_page completelyJinshan Xiong1-30/+29
2016-03-30staging/lustre/clio: add pages into writeback cache in batchesJinshan Xiong1-8/+6
2016-03-30staging/lustre/clio: collapse layer of cl_pageJinshan Xiong1-5/+202