Whamcloud - gitweb
LU-17744 ldiskfs: mballoc stats fixes
[fs/lustre-release.git] / lustre / ldlm / ldlm_pool.c
2024-03-23 Shaun TancheffLU-17392 build: compatibility updates for kernel 6.7 21/53621/17
2024-02-23 Arshad HussainLU-6142 ldlm: Fix style issues for ldlm folder 03/54003/2
2023-01-03 Shaun TancheffLU-16120 build: Add support for kobj_type default_groups 65/48365/12
2022-12-20 Andreas DilgerLU-16231 misc: rename lprocfs_stats functions 47/48847/3
2022-09-01 Andreas DilgerLU-15642 obdclass: use consistent stats units 33/46833/9
2021-04-21 Mr NeilBrownLU-14487 modules: remove references to Sun Trademark. 39/42139/4
2021-03-10 Mr NeilBrownLU-12477 lustre: check return status of register_shrinker() 83/40883/4
2021-03-10 Mr NeilBrownLU-12477 libcfs: Further reduce complexity for shrinkers. 31/40831/6
2020-12-17 Andreas DilgerLU-9114 ldlm: don't compute sumsq for pool stats 35/39435/2
2020-09-19 Vitaly FertmanLU-11518 ldlm: pool recalc forceful call 64/39564/6
2020-09-19 Vitaly FertmanLU-11518 ldlm: pool fixes 63/39563/6
2020-08-25 Vitaly FertmanLU-11518 ldlm: lru code cleanup 60/39560/2
2020-07-17 Shaun TancheffLU-13344 all: Separate debugfs and procfs handling 34/37834/14
2020-04-14 Mr NeilBrownLU-6142 lustre: remove ldebugfs_register_stats() wrapper 46/37746/6
2020-03-24 Mr NeilBrownLU-6142 lustre: unwrap some ldebugfs_register() calls 42/37742/3
2019-12-16 Mr NeilBrownLU-8066 lustre: drop ldebugfs_remove() 82/36682/7
2019-07-20 Gu ZhengLU-11672 ldlm: awalys cancel aged locks regardless... 67/35467/3
2019-07-03 NeilBrownLU-4423 lustre: don't declare extern variables in C... 94/35294/3
2019-06-27 NeilBrownLU-4423 ldlm: discard varname in ldlm_pool. 73/35273/3
2019-04-08 Arshad HussainLU-6142 ldlm: Fix style issues for ldlm_pool.c 97/34497/3
2019-01-04 John L. HammondLU-10862 ldlm: remove trace from ldlm_pool_{count,skrink}() 20/31820/2
2018-09-10 Li DongyangLU-11328 ldlm: fix compile problem with --disable-lru... 03/33103/2
2018-06-14 NeilBrownLU-4423 ldlm: use delayed_work for ldlm_pools_recalc 05/31705/8
2018-05-06 James SimmonsLU-9019 libcfs: remove the remaining cfs_time wrappers 68/31068/8
2018-05-02 Dmitry EreminLU-8066 ldlm: move all remaining files from procfs... 55/29255/7
2018-01-14 James SimmonsLU-9859 libcfs: delete libcfs/linux/libcfs.h 06/30706/4
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-02-07 Oleg DrokinLU-8066 ldlm: move /proc/fs/lustre/ldlm to sysfs 49/25049/4
2017-01-24 Arnd BergmannLU-4423 ldlm: use 64-bit time for pl_recalc 50/23350/4
2016-12-17 Andreas DilgerLU-8901 misc: update Intel copyright messages for 2016 33/24233/4
2016-10-08 James SimmonsLU-8648 all: remove all Sun license and URL references 00/22800/4
2016-09-08 James SimmonsLU-8560 libcfs: handle PAGE_CACHE_* removal in newer... 06/22206/4
2016-08-22 James SimmonsLU-6245 client: remove types abstraction from client... 90/20590/12
2016-06-03 Jinshan XiongLU-4257 obdclass: Get rid of cl_env hash table 54/20254/6
2016-04-06 James SimmonsLU-6215 lprocfs: handle seq_printf api change 33/16933/17
2015-11-03 Andreas DilgerLU-7243 misc: update Intel copyright messages 2015 58/16758/3
2015-09-02 Andreas DilgerLU-6142 ldlm: remove ldlm typedef usage from code 00/15300/8
2015-08-18 Vitaly FertmanLU-3031 ldlm: disconnect speedup 43/5843/31
2015-07-19 Niu YaweiLU-6529 ldlm: reclaim granted locks defensively 31/14931/11
2015-04-28 James SimmonsLU-6245 libcfs: remove prim wrappers for libcfs 74/13874/8
2015-03-18 Frank ZagoLU-5829 ldlm: remove unnecessary EXPORT_SYMBOL 24/13324/2
2015-01-19 James SimmonsLU-5275 lprocfs: sync names to upstream kernel lustre... 30/13330/4
2014-12-28 Andreas DilgerLU-6068 misc: update Intel copyright messages 2014 74/13174/2
2014-12-16 Nathaniel ClarkLU-4536 ldlm: Recalculate interval in ldlm_pool_recalc() 47/12547/4
2014-12-09 Frank ZagoLU-5396 lov: (and ldlm) make some functions static 21/12221/10
2014-12-05 Johann LombardiRevert "LU-5275 lprocfs: remove last of non seq data... 53/12953/3
2014-12-04 James SimmonsLU-5275 lprocfs: remove last of non seq data structs... 98/12298/4
2014-11-11 John L. HammondLU-5551 lustre: fix messages with missisng newlines 96/11996/5
2014-11-04 Dmitry EreminLU-5577 ldlm: count of pools is unsigned long 04/12304/3
2014-09-26 frank zagoLU-5396 lnet/klnds: add sparse annotation __user wherev... 24/11824/5
2014-08-27 John L. HammondLU-2675 build: assume __linux__ and __KERNEL__ 37/11437/5
2014-08-27 Frank ZagoLU-5396: use gfp_t for gfp mask, instead of (unsigned... 00/11200/3
2014-08-25 James SimmonsLU-3963 ldlm: convert to linux list api 45/10945/4
2014-08-12 Li XiLU-5415 ldlm: high load because of negative timeout 27/11227/5
2014-05-30 Yang ShengLU-4416 mm: Backport shrinker changes from upstream 00/9300/21
2014-01-13 James SimmonsLU-3963 libcfs: convert include/lclient/ldlm/lfsck... 72/7072/9
2013-12-28 James SimmonsLU-3319 procfs: move ldlm proc handling over to seq_file 93/7293/12
2013-10-25 Andriy SkulyshLU-3936 ldlm: ldlm_cancel_stale_locks()) ASSERTION... 26/7626/2
2013-09-26 Peng TaoLU-1346 libcfs: cleanup libcfs primitive (linux-prim.h) 56/6956/8
2013-09-13 Peng TaoLU-1346 libcfs: cleanup waitq related primitives 55/6955/8
2013-09-02 James SimmonsLU-1346 libcfs: cleanup cfs_curproc_xxx macros 79/4779/5
2013-07-10 John L. HammondLU-2650 procfs: return -ENOMEM from lprocfs_register() 61/5161/5
2013-06-28 Peng TaoLU-1346 libcfs: replace cfs_ memory wrappers 31/2831/13
2013-06-20 Peng TaoLU-2850 kernel: 3.8 upstream kills daemonize() 55/5655/13
2013-06-07 Oleg DrokinLU-2924 Only wake up ldlm_poold as frequently as the...
2013-06-07 Oleg DrokinLU-2924 ldlm: split client namespaces into active and...
2013-03-20 Vitaly FertmanLU-1565 ldlm: make blocking threads async wherenever...
2013-02-09 Sebastien BuissonLU-2444 build: fix 'error handling' issues
2013-01-08 Keith ManntheyLU-2446 build: Update Whamcloud copyright messages...
2012-12-05 Andreas DilgerLU-1346 libcfs: replace libcfs wrappers with kernel API
2012-05-08 Liang ZhenLU-1347 build: remove the vim/emacs modelines
2012-03-29 Wally WangLU-812 compat: clean up mutex lock to use kernel mutex...
2012-03-05 Niu YaweiLU-1128 ldlm: return -1 for server pool shrinker
2012-03-02 Andreas DilgerLU-1146 build: batch update copyright messages
2012-01-04 Fan YongLU-927 ptlrpc: common interfaces for ptlrpc_thread...
2011-11-22 yangshengLU-506 FC15: update shrinker to use shrink_control...
2011-10-13 Lai SiyaoLU-499 grant/cancel_rate are static when OST is idle
2011-08-20 Oleg DrokinLU-365 Update copyright for files modified by Whamcloud
2011-07-26 Alexey LyashkovLU-502 don't allow to kill service threads by OOM killer.
2011-04-13 Christopher J. MorroneLU-25: Use LDLM_ASYNC with ldlm_cancel_lru to avoid...
2011-03-31 Bobi JamLU-73 Make register_shrinker argument more visible. 2.0.59-llnl3-base
2011-03-24 Bobi JamLU-73 RHEL6 support.
2010-11-23 Liang Zhenb=18551 adapt ldlm_namespace to new cfs_hash
2010-11-16 Jian Yub=23289 less global lock & atomic for ldlm pool
2010-11-12 Jian Yub=23289 remove extra debugging from commonly-called...
2010-08-29 Vitaly Fertmanb=22476 shrink dlm slab on servers even if __GFP_FS...
2010-08-29 Vitaly Fertmanb=22476 grant_plan upper hard limit.
2010-06-30 Robert ReadMass conversion of all copyright messages to Oracle.
2010-02-11 Vitaly Fertmanb=21882 handle SLV==1 on client side
2010-02-11 Vitaly Fertmanb=21882 lru resize SLV can get stuck
2010-01-29 Brian Behlendorfb=21882 lru-resize comments
2010-01-14 Lisa Weekb=17167 libcfs: ensure all libcfs exported symbols...
2010-01-05 Eric Meib=21519 fix race between ldlm_pools_thread and ldlm_spa...
2009-09-24 johannBranch HEAD
2009-07-18 greenb=19860
2009-01-27 yury b=17282
2008-11-23 yuryb=17738
2008-11-07 nikitaland clio.
2008-08-12 yuryb=16367
2008-08-07 kalpakb=16098
next