Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / obdclass / genops.c
2024-03-23 Mr NeilBrownLU-17510 obdclass: fix wake up when queuing close request. 59/54259/2
2024-03-13 Mr. NeilBrownLU-8066 obdclass: fix module load locking. 43/36043/9
2024-03-04 Mr NeilBrownLU-17022 obdclass: convert obd_conn_inprogress to atomic_t 06/51906/3
2024-02-23 Arshad HussainLU-6142 obdclass: Fix style issues for genops.c 56/54056/3
2024-02-15 Shaun TancheffLU-16314 obdclass: Migrate LASSERTF %p to %px 05/49405/10
2024-01-03 Timothy DayLU-8802 obd: str2dev is missing obd_device_unlock() 66/53466/2
2023-11-08 Shaun TancheffLU-17197 obdclass: preserve fairness when waiting for... 38/52738/6
2023-10-25 Timothy DayLU-8802 obd: remove MAX_OBD_DEVICES 40/51040/17
2023-09-13 Arshad HussainLU-16796 obd: Change struct obd_device to use kref 79/52179/2
2023-07-27 Timothy DayLU-16965 obd: remove unused obd_evict_inprogress 81/51681/2
2023-07-19 Alex ZhuravlevLU-9806 obdclass: wait for all exports to go 47/50147/11
2023-07-14 Timothy DayLU-8191 obdclass: add static and remove functions 40/51440/3
2023-06-28 Timothy DayLU-16518 misc: fix clang build errors 32/50332/4
2023-05-31 Arshad HussainLU-16796 libcfs: Remove reference to LASSERT_ATOMIC_POS 81/50881/5
2023-03-28 Alex ZhuravlevLU-16633 obdclass: fix rpc slot leakage 61/50261/12
2023-03-21 Hongchao ZhangLU-13654 target: print info of evicted clients to syslog 78/38878/2
2023-02-14 Sebastien BuissonLU-16494 fileset: check fileset for operations by fid 96/49696/8
2023-02-14 Aurelien DegremontLU-14111 obdclass: count eviction per obd_device 28/40528/15
2023-02-14 Vitaliy KuznetsovLU-16454 mdt: Add a per-MDT "max_mod_rpcs_in_flight" 49/49749/16
2022-12-11 Andreas DilgerLU-16231 misc: fix stats snapshot_time to use wallclock 21/48821/7
2022-12-11 Lei FengLU-16110 lprocfs: make job_stats and rename_stats valid... 17/48417/27
2022-11-17 Emoly LiuLU-14736 utils: update leak-finder.pl for new format 83/43983/10
2022-11-08 Mr NeilBrownLU-15947 obdclass: improve precision of wakeups for... 41/44041/11
2022-10-15 Andreas DilgerLU-16180 ptlrpc: reduce lock contention in ptlrpc_free_... 29/48629/11
2022-09-01 James SimmonsLU-12514 target: move server mount code to target layer 60/47160/6
2022-01-18 Mr NeilBrownLU-10391 lnet: use large nids in struct lnet_event 00/43600/12
2022-01-06 Vladimir SavelievLU-14542 obd: tunable for sanity grant check 28/42128/7
2021-10-27 Andreas DilgerLU-11407 obdclass: add start time to stats files 01/33201/10
2021-08-10 Mr. NeilBrownLU-6142 lustre: use list_first_entry() in lustre subdir... 38/44338/2
2021-06-30 Oleg DrokinLU-14741 obdclass: Wake up entire queue of requests... 41/43941/3
2021-04-21 Mr NeilBrownLU-14487 modules: remove references to Sun Trademark. 39/42139/4
2021-02-26 Mr NeilBrownLU-6142 lustre: remove module_vars arg to class_registe... 83/39383/3
2020-12-17 Mr NeilBrownLU-14161 obdclass: fix some problems with obd_nid_hash 46/40846/5
2020-07-17 Shaun TancheffLU-13344 all: Separate debugfs and procfs handling 34/37834/14
2020-07-17 Mr NeilBrownLU-9679 lustre: make ptlrpc_connection_put() static... 91/39291/3
2020-06-19 Mikhail PershinLU-13600 ptlrpc: limit rate of lock replays 20/38920/3
2020-06-16 James SimmonsLU-8130 obd: convert obd_nid_hash to rhashtable 18/33518/21
2020-06-10 Andreas DilgerLU-13503 mdc: allow setting max_mod_rpcs_in_flight... 55/38455/10
2020-05-27 James SimmonsLU-13258 obdclass: bind zombie export cleanup workqueue 12/38212/11
2020-05-14 Sergey CheremencevLU-11023 quota: quota pools for OSTs 15/35615/52
2020-04-23 Alex ZhuravlevLU-11269 ptlrpc: request's counter in import 22/37722/21
2020-04-14 Yang ShengLU-11814 obd: Crashed while mount in parallel 74/37974/10
2020-04-14 Mr NeilBrownLU-6142 lustre: no need to check debugfs return values 48/37748/4
2020-03-24 Mr NeilBrownLU-6142 lustre: remove remaining users of ldebugfs_register 43/37743/3
2020-03-11 James SimmonsLU-9859 ptlrpc: change imp_refcount to refcount_t 33/37733/4
2020-03-11 Mr NeilBrownLU-9855 lustre: rename obd_device variables to obd 69/36969/11
2020-02-20 Mr NeilBrownLU-10467 lustre: use l_wait_event_abortable where appro... 75/35975/8
2020-02-14 Mr NeilBrownLU-12930 various: use schedule_timeout_*interruptible 56/36656/6
2020-02-08 Mr NeilBrownLU-9679 lustre: use LIST_HEAD() for local lists. 55/36955/4
2020-02-08 Mr NeilBrownLU-9679 general: add missing spaces to folded strings. 53/36653/5
2020-01-28 NeilBrownLU-12542 handle: use hlist for hash lists. 62/35862/5
2020-01-23 Serguei SmirnovLU-11385 odbclass: Handle gracefully if nsproxy is... 02/36802/5
2020-01-10 NeilBrownLU-12542 handle: rename ops to owner 98/35798/10
2019-12-20 NeilBrownLU-12542 handle: discard OBD_FREE_RCU 97/35797/9
2019-12-20 NeilBrownLU-8066 obdclass: don't copy ops structures in to new... 87/35687/8
2019-12-20 NeilBrownLU-8130 obd: convert obd uuid hash to rhashtable 29/34429/8
2019-12-17 Li DongyangLU-12965 obdclass: remove assertion for imp_refcount 43/36743/3
2019-12-14 Andriy SkulyshLU-12828 ldlm: FLOCK request can be processed twice 40/36340/4
2019-12-06 NeilBrownLU-8066 obd_type: discard obd_type_lock 96/35096/9
2019-12-06 NeilBrownLU-12542 handle: move refcount into the lustre_handle. 94/35794/15
2019-12-06 Mr NeilBrownLU-9679 general: avoid bare return; at end of void... 54/36654/3
2019-12-06 Mr NeilBrownLU-10467 lustre: use wait_event_idle() where appropriate. 71/35971/10
2019-10-04 NeilBrownLU-8066 obd_type: discard obd_types linked list. 18/34718/15
2019-09-30 Andriy SkulyshLU-11444 ptlrpc: resend may corrupt the data 14/35114/15
2019-08-15 NeilBrownLU-12542 handles: discard h_owner in favour of h_ops 39/35739/3
2019-07-20 Li DongyangLU-12331 llite: create obd_device with usercopy whitelist 46/34946/5
2019-07-12 NeilBrownLU-8066 obd_type: use typ_kobj.name as typ_name 17/34717/7
2019-06-27 Li DongyangLU-11775 obdclass: protect imp_sec using rwlock_t 61/33861/7
2019-06-27 NeilBrownLU-8066 obd: collect all resource releasing for obj_type. 16/34716/4
2019-06-20 James SimmonsLU-8066 obd: cleanup server sysfs symlinks handling 15/34715/14
2019-05-08 NeilBrownLU-8066 obd: embed typ_kobj in obd_type 12/34612/7
2019-05-04 Alex ZhuravlevLU-11233 build: support for gcc8 60/34660/7
2019-02-27 James SimmonsLU-8066 osd: migrate from proc to sysfs 10/32810/18
2019-01-04 Ben EvansLU-10171 headers: define pct(a,b) once 52/29852/10
2018-11-10 John L. HammondLU-11445 obd: remove portals handle from OBD import 50/33250/4
2018-10-23 Yang ShengLU-11453 class: use INIT_LIST_HEAD_RCU instead INIT_LIS... 17/33317/4
2018-10-10 Vladimir SavelievLU-11441 obdclass: make mod rpc slot wait queue FIFO 82/33282/3
2018-10-05 Andreas DilgerLU-10899 osc: move obdo_cache to OSC code 41/33141/4
2018-09-21 Andreas DilgerLU-10899 obdclass: remove unused ll_import_cachep 19/33119/2
2018-05-12 Li DongyangLU-10805 libcfs: timer_setup() API changes 90/31790/4
2018-04-14 Dmitry EreminLU-4423 obdclass: use workqueue for zombie management 07/31707/5
2018-04-09 Liang ZhenLU-6032 obdclass: new wrapper to convert NID to string 56/12956/14
2018-03-08 Sebastien BuissonLU-10483 lustre: replace FMODE_{READ,WRITE} with MDS_... 24/30824/10
2018-03-06 James SimmonsLU-8066 obd: final pieces for sysfs/debugfs support. 08/28108/24
2018-01-25 James SimmonsLU-9019 libcfs: remove cfs_time_XXX_64 wrappers 67/30867/2
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-12-17 Hongchao ZhangLU-5020 llite: don't reconnect MGC if connecting 29/10229/16
2017-11-10 Mikhal PershinLU-3285 merge: 'dom' branch merging 51/29851/3
2017-11-01 James SimmonsLU-8066 obd: migrate to ksets 48/28948/11
2017-10-24 Alexander BoykoLU-4134 obdclass: obd_device improvement 45/8045/30
2017-10-17 Mikhal PershinLU-3285 mdc: add IO stats in mdc 19/28019/26
2017-10-17 Mikhal PershinLU-3285 osc: common client setup/cleanup 14/28014/19
2017-10-02 James SimmonsLU-9019 ptlrpc: migrate pinger to 64 bit time 35/28035/12
2017-07-19 Oleg DrokinLU-8066 obdclass : Add infrastructure for procfs to... 20/26020/10
2017-05-29 Arnd BergmannLU-4423 libcfs: remove CFS_TIME_T definition 25/27025/2
2017-04-06 Bobi JamLU-9008 pfl: dynamic layout modification with write...
2017-03-30 James SimmonsLU-6401 uapi: split lustre_disk.h into two headers 94/25194/11
2017-03-23 John L. HammondLU-9010 obdclass: use static initializer macros where... 27/24827/3
2017-03-01 James SimmonsLU-9019 obd: use 64-bit timestamps for rpc stats 10/25410/4
2017-02-07 James SimmonsLU-6245 libcfs: replace IS_PO2 with is_power_of_2 in... 75/24575/10
next