Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / quota / qsd_handler.c
2023-12-20 Hongchao ZhangLU-16097 quota: fix Null pointer dereference 30/53330/3
2023-11-08 Hongchao ZhangLU-16097 quota: release preacquired quota when over... 76/48576/25
2023-06-09 Timothy DayLU-12610 misc: remove OBD_ -> CFS_ macros 09/50809/4
2023-03-21 Wang ShilongLU-15873 quota: don't release for RO device 96/48096/6
2023-01-31 Hongchao ZhangLU-15880 quota: fix insane grant quota 81/48981/11
2023-01-27 Sergey CheremencevLU-16415 quota: enforce project quota for root 60/49460/7
2022-11-08 Alex ZhuravlevLU-13135 quota: improve checks in OSDs to ignore quota 32/37232/16
2022-07-18 Hongchao ZhangLU-15880 quota: fix issues in reserving quota 25/47425/4
2021-10-27 James SimmonsLU-14927 quota: move qsd_transfer to lquota module 35/44735/7
2021-08-25 Hongchao ZhangLU-11303 quota: enforce block quota for chgrp 96/33996/17
2021-04-21 Mr NeilBrownLU-14352 various: only use wake_up_all() on exclusive... 89/41289/4
2021-03-06 Alex ZhuravlevLU-14370 quota: use dt_sync() to flush pending writes 22/41322/3
2021-01-05 Wang ShilongLU-12702 quota: wait pending write before acquiring... 23/41023/9
2020-05-14 Sergey CheremencevLU-11023 quota: quota pools for OSTs 15/35615/52
2020-03-11 Mr NeilBrownLU-10467 libcfs: remove l_wait_event() and related... 29/37729/4
2020-02-14 Mr NeilBrownLU-12930 various: use schedule_timeout_*interruptible 56/36656/6
2020-01-10 Mr NeilBrownLU-10467 lustre: use wait_event_idle_timeout() as appro... 77/35977/18
2020-01-03 Wang ShilongLU-13043 quota: remove annoying message in osd_declare_... 06/36906/5
2018-11-13 Hongchao ZhangLU-11425 quota: support quota for DoM 57/33257/8
2018-11-13 Hongchao ZhangLU-11390 quota: mark over-quota flag correctly 38/33238/7
2018-02-06 Hongchao ZhangLU-5152 quota: enforce block quota for chgrp 46/30146/23
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-04-19 James SimmonsLU-9019 quota : migrate to 64 bit time 52/26452/2
2017-04-13 Wang ShilongLU-4017 quota: add setting/getting project id function 02/26202/13
2017-04-13 Oleg DrokinLU-4017 quota: cleanup codes of quota for new type 94/18894/17
2017-03-23 Fan YongLU-8900 snapshot: simulate readonly device 67/24267/15
2016-09-26 James SimmonsLU-6245 server: remove types abstraction from quota... 87/21187/12
2015-01-10 Frank ZagoLU-5396 all: use NULL instead of 0 67/12567/7
2014-12-28 Andreas DilgerLU-6068 misc: update Intel copyright messages 2014 74/13174/2
2014-07-09 James NunezLU-4871 newline: Correct missing newline 00/10000/6
2014-02-21 Niu YaweiLU-4505 quota: race of edquot updating 54/8954/3
2013-09-13 Peng TaoLU-1346 libcfs: cleanup waitq related primitives 55/6955/8
2013-07-10 Keith ManntheyLU-1347 style: removes obsolete EXPORT_SYMTAB macros v2 39/6739/2
2013-06-10 Niu YaweiLU-3415 quota: not enforce quota when accounting disabled
2013-01-08 Keith ManntheyLU-2446 build: Update Whamcloud copyright messages...
2012-12-12 Jinshan XiongLU-1710 lvb: variable sized LVB support
2012-12-05 Andreas DilgerLU-1346 libcfs: replace libcfs wrappers with kernel API
2012-11-12 Johann LombardiLU-2211 quota: cache return code of acq for 1s
2012-10-30 Johann LombardiLU-2211 quota: cap how long a thread can wait for quota
2012-10-17 Johann LombardiLU-2197 quota: don't send preacq if no usage and no...
2012-10-15 Johann LombardiLU-2147 quota: several fixes to reintegration procedure
2012-10-06 Johann LombardiLU-1842 quota: add core QSD code