Whamcloud - gitweb
LU-4856 misc: Reduce exposure to overflow on page counters.
[fs/lustre-release.git] / lustre / osc / osc_cache.c
2014-09-25 Stephen ChampionLU-4856 misc: Reduce exposure to overflow on page counters. 37/10537/8
2014-09-15 Johann LombardiLU-5521 grant: quiet message on grant waiting timeout 16/11716/3
2014-09-11 Alexander.BoykoLU-3192 osc: split different type of IO 30/10930/4
2014-08-27 frank zagoLU-5396: add sparse locking annotations 95/11295/9
2014-07-09 James NunezLU-4871 newline: Correct missing newline 00/10000/6
2014-07-01 Hongchao ZhangLU-4933 osc: Automatically increase the max_dirty_mb 46/10446/7
2014-06-19 Bobi JamLU-3188 osc: shorten IO calling path 92/10292/5
2014-06-12 Jinshan XiongLU-4841 osc: revise unstable pages accounting 03/10003/11
2014-05-07 James SimmonsLU-3963 libcfs: convert link list to linux api fld... 04/9904/5
2014-05-06 Dmitry EreminLU-4629 osc: remove constant checks 48/9348/5
2014-04-18 Li XiLU-4199 libcfs: remove assertion of spin_is_locked() 44/8144/20
2014-03-10 Jinshan XiongLU-3274 osc: allow to call brw_commit() multiple times 15/8215/2
2014-01-13 Peng TaoLU-3963 libcfs: convert DT objects atomic primitives 76/7076/7
2013-12-11 Jinshan XiongLU-3321 clio: remove stackable cl_page completely 95/7895/17
2013-12-06 Ann KoehlerLU-4253 osc: Don't flush active extents. 78/8278/2
2013-12-02 Jinshan XiongLU-3321 clio: add pages into writeback cache in batch 93/7893/19
2013-11-15 Jinshan XiongLU-3321 clio: collapse layer of cl_page 92/7892/10
2013-11-05 Jinshan XiongLU-3321 osc: Adjustment on osc LRU for performance 90/7890/9
2013-11-04 Prakash SuryaLU-2139 osc: Use SOFT_SYNC to urge server commit 75/4375/15
2013-11-04 Prakash SuryaLU-2139 osc: Track number of "unstable" pages per osc 74/4374/10
2013-11-04 Prakash SuryaLU-2139 osc: Track and limit "unstable" pages 84/6284/7
2013-11-02 Niu YaweiLU-3843 clio: add debug message in osc_completion() 94/7494/4
2013-09-28 Oleg DrokinRevert "LU-1346 libcfs: replace CFS_CAP_XXX with kernel... 98/7798/2
2013-09-27 James SimmonsLU-1346 libcfs: replace CFS_CAP_XXX with kernel definition 81/4781/6
2013-09-26 Peng TaoLU-1346 libcfs: cleanup libcfs primitive (linux-prim.h) 56/6956/8
2013-09-24 Jinshan XiongLU-2779 osc: osc_extent_wait() shouldn't be interruptible 19/5419/4
2013-09-13 Peng TaoLU-1346 libcfs: cleanup waitq related primitives 55/6955/8
2013-09-05 Sebastien BuissonLU-2744 build: fix race issues thanks to oap_lock 72/6572/6
2013-09-03 James SimmonsLU-3581 osc: Lustre returns EINTR from writes when... 02/7002/5
2013-08-17 Jinshan XiongLU-3416 llite: reset writeback index in ll_writepages 54/6554/10
2013-08-10 James SimmonsLU-1346 libcfs: cleanup macros in kp30.h 76/4776/5
2013-06-28 Peng TaoLU-1346 libcfs: replace cfs_ memory wrappers 31/2831/13
2013-06-11 John L. HammondLU-3059 obdclass: use a dummy structure for lu_ref_link
2013-05-23 Jinshan XiongLU-3359 osc: fixed a typo in osc_cache_truncate_start
2013-05-10 Oleg DrokinRevert "LU-3188 osc: shorten IO calling path"
2013-05-08 Bobi JamLU-3281 osc: some cleanup to reduce stack overflow...
2013-05-06 Oleg DrokinRevert "LU-2139 osc: Track and limit "unstable" pages"
2013-05-06 Bobi JamLU-3188 osc: shorten IO calling path
2013-05-02 Keith ManntheyLU-3030 build: Update Master Copyrights pre 2.4 split
2013-04-30 Prakash SuryaLU-2139 osc: Track and limit "unstable" pages
2013-03-30 Niu YaweiLU-2909 osc: flush until no dirty in osc_enter_cache()
2013-03-12 Jinshan XiongLU-2859 osc: unplug IO queue async to avoid stack overflow
2013-02-05 Vitaly FertmanLU-2722 clio: directIO thread races with completion...
2013-01-31 Niu YaweiLU-2576 osc: various fix in osc_enter_cache()
2013-01-15 Jinshan XiongLU-2531 osc: evict extents in trunc whatever happens
2013-01-12 Jinshan XiongLU-2367 osc: unplug IO queue for writeback anyway
2013-01-09 Jinshan XiongLU-2332 osc: solve a race in client obd list lock
2013-01-08 Keith ManntheyLU-2446 build: Update Whamcloud copyright messages...
2013-01-05 Jinshan XiongLU-2501 osc: hold cli list lock for osc_exit_cache
2012-12-19 Oleg DrokinLU-2450: Do not store and use unreferenced oap pointers
2012-12-05 Andreas DilgerLU-1346 libcfs: replace libcfs wrappers with kernel API
2012-11-15 Jinshan XiongLU-2286 osc: unplug OSC queue at the end of truncate
2012-11-02 Liu XuezhaoLU-1337 llite: kernel 3.1 kills inode->i_alloc_sem
2012-10-29 Jinshan XiongLU-2179 osc: truncate partial page correctly
2012-09-06 Jinshan XiongLU-1755 osc: solve a race between fsync and truncate
2012-06-19 Jinshan XiongLU-1030 osc: new IO engine implementation
2012-06-01 Jinshan XiongLU-1030 osc: move io data from lov_oinfo into osc_object