Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / mdc / mdc_request.c
2024-03-23 Hongchao ZhangLU-14535 quota: get all quota info in LFS 98/42098/65
2024-02-15 Shaun TancheffLU-16314 llite: Migrate LASSERTF %p to %px 13/51213/8
2024-02-04 Etienne AUJAMESLU-16566 sptlrpc: remove rq_sepol from ptlrpc_request 45/52845/9
2023-11-18 Mr. NeilBrownLU-9859 libcfs: refactor libcfs initialization. 00/52700/6
2023-11-18 Shaun TancheffLU-16802 build: compatibility for 6.4 kernels 75/50875/14
2023-11-08 Etienne AUJAMESLU-16356 hsm: add running ref to the coordinator 56/51256/20
2023-10-25 Shaun TancheffLU-17193 build: fix gcc-12 compiler warnings 87/52687/2
2023-08-31 Sebastien BuissonLU-16816 obdclass: make import_event more robust 15/50915/4
2023-07-19 Vitaly FertmanLU-15535 llite: deadlock on lli_lsm_sem 89/50489/11
2023-07-14 Andreas DilgerLU-14301 client: use EOPNOTSUPP instead of ENOTSUPP 11/51511/3
2023-07-14 Timothy DayLU-8191 lustre: convert mdc,mdd,mdt,mgc functions to... 78/51478/2
2023-07-14 Shaun TancheffLU-16667 build: kernel_cap_t contains u64 21/50421/9
2023-05-31 Timothy DayLU-12610 mdt: remove OBD_ -> CFS_ macros 06/50806/3
2023-05-31 Li DongyangLU-16745 mdc: md_open_data should keep ref on close_req 56/50656/3
2023-05-31 James SimmonsLU-9859 libcfs: use round_up directly 45/50545/4
2023-05-31 Andreas DilgerLU-16634 misc: replace obsolete ioctl numbers 90/50390/10
2023-05-01 Andreas DilgerLU-16634 misc: standardize iocontrol param handling 14/50314/10
2023-04-11 Shaun TancheffLU-16327 llite: read_folio, release_folio, filler_t 99/49199/20
2023-04-11 Andreas DilgerLU-16634 obdclass: improve iocontrol error messages 34/50334/4
2023-03-28 Alex ZhuravlevLU-16633 obdclass: fix rpc slot leakage 61/50261/12
2023-02-08 Shaun TancheffLU-16292 llite: delete_from_page_cache not exported 69/49069/14
2023-02-03 Sebastien BuissonLU-16205 sec: fid2path for encrypted files 30/48930/8
2023-01-27 Qian YingjinLU-14393 protocol: basic batching processing framework 78/41378/17
2022-07-12 Mikhail PershinLU-15653 client: able to cleanup devices manually 59/46859/7
2022-06-06 Etienne AUJAMESLU-15132 mdc: Use early cancels for hsm requests 81/47181/5
2022-01-18 Sebastien BuissonLU-15176 sec: allow subdir mount of encrypted dir 07/45407/10
2022-01-06 Andreas DilgerLU-15245 mdc: GET(X)ATTR to READPAGE portal 93/45593/7
2022-01-06 Lai SiyaoLU-9206 llite: access striped directory with missing... 31/45631/7
2021-12-13 Alexander BoykoLU-15252 mdc: add client tunable to disable LSOM update 19/45619/3
2021-10-10 Sergey CheremencevLU-15040 mdc: update max_easize on reconnect 73/45073/3
2021-09-17 Sebastien BuissonLU-13717 sec: filename encryption - digest support 92/43392/16
2021-08-10 Mr. NeilBrownLU-9859 libcfs: discard cfs_cap_t, use kernel_cap_t 71/43171/9
2021-07-31 Lai SiyaoLU-13417 mdd: set default LMV on ROOT 53/38553/34
2021-06-08 Qian YingjinLU-14138 ptlrpc: move more members in PTLRPC request... 69/40669/11
2021-04-28 Alex ZhuravlevLU-14344 mdc: make rpc set for MDS_STATFS interruptible 82/41282/10
2021-04-21 Mr NeilBrownLU-14487 modules: remove references to Sun Trademark. 39/42139/4
2021-04-21 Andreas DilgerLU-13212 osc: fall back to vmalloc for large RPCs 81/43281/3
2021-04-06 Lai SiyaoLU-14119 mdc: set fid2path RPC interruptible 19/41219/3
2021-03-10 Mr NeilBrownLU-9855 lustre: use with_imp_locked() more broadly. 95/39595/11
2021-02-26 Mr NeilBrownLU-6142 mdc: minor function cleanups. 38/39738/2
2021-02-26 Mr NeilBrownLU-6142 lustre: remove module_vars arg to class_registe... 83/39383/3
2020-08-13 Alexander ZarochentsevLU-13809 mdc: fix lovea for replay 68/39468/6
2020-07-20 Sebastien BuissonLU-12275 sec: atomicity of encryption context getting... 30/38430/26
2020-07-17 Mr NeilBrownLU-9679 mdc: create mdc_acl.c 92/39292/4
2020-07-04 Mr NeilBrownLU-9679 lustre: remove some "#ifdef CONFIG*" from ... 31/39131/4
2020-06-19 Hongchao ZhangLU-13508 mdc: chlg device could be used after free 58/38658/4
2020-05-14 Andriy SkulyshLU-13455 ptlrpc: connect to MDT stucks 43/38243/3
2020-05-14 Mr NeilBrownLU-9679 various: use OBD_ALLOC_PTR_ARRAY() and others 50/38250/8
2020-05-14 Sergey CheremencevLU-11023 quota: quota pools for OSTs 15/35615/52
2020-05-08 James SimmonsLU-9859 libcfs: add support for Xarray 91/37391/9
2020-03-24 Hongchao ZhangLU-12506 changelog: support large number of MDT 59/37759/7
2020-03-01 Mr NeilBrownLU-13004 lustre: remove support for KVEC bulk descriptors 71/36971/3
2020-02-25 James SimmonsLU-10467 mdc: change ssleep to msleep_interruptible 88/37488/3
2020-02-20 James SimmonsLU-12477 lustre: remove obsolete config checks 85/37085/16
2020-02-14 Mr NeilBrownLU-9679 modules: convert MIN/MAX to kernel style 56/37456/2
2020-02-08 Lai SiyaoLU-13163 mdc: new kernel function xa_is_value() 99/37399/3
2020-01-10 Patrick FarrellLU-12477 libcfs: Remove obsolete config checks 42/35342/11
2019-12-20 NeilBrownLU-8066 obdclass: don't copy ops structures in to new... 87/35687/8
2019-12-14 Andriy SkulyshLU-12828 ldlm: FLOCK request can be processed twice 40/36340/4
2019-12-06 Arshad HussainLU-12923 mdc: Use BUILD_BUG_ON() for mdc_request.c 22/36722/2
2019-12-06 Mr NeilBrownLU-9679 modules: Use LIST_HEAD for declaring list_heads 69/36669/2
2019-12-06 Mr NeilBrownLU-10467 lustre: don't use l_wait_event() for simple... 66/35966/6
2019-09-30 Patrick FarrellLU-9920 vvp: dirty pages with pagevec 11/28711/18
2019-09-20 NeilBrownLU-6142 lustre: introduce CONFIG_LUSTRE_FS_POSIX_ACL 85/36085/5
2019-09-09 Andreas DilgerLU-12368 ptlrpc: make DEBUG_REQ messages consistent 11/35311/13
2019-09-03 NeilBrownLU-4423 ptlrpc: incorporate BUILD_BUG_ON into ptlrpc_re... 09/35509/5
2019-08-15 Lai SiyaoLU-10094 mdc: dir page ldp_hash_end mistakenly adjusted 17/35517/6
2019-08-15 James SimmonsLU-12477 kernel: eliminate lustre_patchless_compat.h 39/35539/7
2019-07-27 Alex ZhuravlevLU-12090 utils: lfs rmfid 49/34449/40
2019-07-17 NeilBrownLU-12477 lustre: use delete_from_page_cache() for direc... 62/35462/3
2019-07-17 Ann KoehlerLU-12524 libcfs: Reduce memory frag due to HA debug msg 49/35449/4
2019-06-07 Lai SiyaoLU-11213 mdc: add async statfs 59/34359/16
2019-06-07 Lai SiyaoLU-11213 ptlrpc: intent_getattr fetches default LMV 02/34802/17
2019-05-25 Li DongyangLU-11838 llite: address_space ->page_tree renamed ... 73/34673/5
2019-05-08 Bruno FacciniLU-11376 lmv: new foreign LMV format 87/34087/40
2019-04-18 Qian YingjinLU-12021 lsom: Add an OBD_CONNECT2_LSOM connect flag 43/34343/4
2019-04-01 Andreas DilgerLU-6202 misc: delete OBD_IOC_PING_TARGET ioctl 91/33691/5
2019-04-01 Sebastien BuissonLU-8955 ptlrpc: manage SELinux policy info for metadata ops 24/24424/38
2019-04-01 Bruno FacciniLU-9193 security: return security context for metadata ops 31/26831/20
2019-03-03 James SimmonsLU-9855 obd: use ldo_process_config for mdc and osc... 06/34106/7
2019-01-30 Patrick FarrellLU-11868 mdc: Improve xattr buffer allocations 59/34059/2
2018-11-29 Teddy ZhengLU-10114 hsm: increase upper limit of maximum HSM backe... 97/32197/32
2018-11-10 John L. HammondLU-11380 mdc: move empty xattr handling to mdc layer 98/33198/4
2018-10-10 Alex ZhuravlevLU-11375 mdc: use old statfs format 62/33162/7
2018-10-05 Andreas DilgerLU-8174 misc: name open file handles as such 53/26953/17
2018-09-10 Mikhail PershinLU-10961 ldlm: don't cancel DoM locks before replay 91/32791/6
2018-09-01 Alex ZhuravlevLU-10018 protocol: MDT as a statfs proxy 36/29136/91
2018-08-09 Mikhail PershinLU-10181 mdt: read on open for DoM files 11/23011/53
2018-05-12 Oleg DrokinLU-8066 mdc: move mdc-specific procfs files to sysfs 61/30961/6
2018-04-19 Hongchao ZhangLU-10368 mdc: resend quotactl if needed 73/31773/2
2018-04-09 John L. HammondLU-10792 llite: remove unused parameters from md_{get... 92/31592/3
2018-03-03 Mikhal PershinLU-10318 dom: support DATA_VERSION IO type 49/30449/14
2018-02-06 Yang ShengLU-10565 mdc: add __GFP_COLD for back compatible 28/31028/2
2018-02-06 Fan YongLU-10513 acl: prepare small buffer for ACL RPC reply 16/28116/11
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
2018-01-04 John L. HammondLU-10341 hsm: filter kkuc write by client UUID 19/30419/2
2017-12-17 Andreas DilgerLU-6349 idl: clean up and document ptlrpc structures 30/17830/10
2017-12-11 Bruno FacciniLU-10224 obd: free obd_svc_stats when all users are... 49/30249/4
2017-11-24 Jinshan XiongLU-9771 flr: resync support and test tool 96/29096/21
next