Whamcloud - gitweb
LU-17744 ldiskfs: mballoc stats fixes
[fs/lustre-release.git] / lustre / mdc / mdc_locks.c
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-09-28 Lai SiyaoLU-14470 dne: striped mkdir replay by client request 85/47385/22
2023-05-31 Timothy DayLU-12610 mdt: remove OBD_ -> CFS_ macros 06/50806/3
2023-04-11 Qian YingjinLU-14139 statahead: batched statahead processing 20/40720/37
2022-12-13 Mr. NeilBrownLU-6142 lustre: fix minor typos in comments 74/49274/2
2022-10-25 Qian YingjinLU-16139 statahead: avoid to block ptlrpcd interpret... 51/48451/5
2022-08-19 Qian YingjinLU-14139 llite: simplify callback handling for async... 48/45648/14
2022-08-08 Bobi JamLU-8238 ldlm: rid of obsolete param of ldlm_resource_get() 31/20631/10
2022-07-26 Lai SiyaoLU-15850 mdt: pack default LMV in open reply 76/47576/7
2021-12-23 Alexey LyashkovLU-15279 ptlrpc: use a cached value 61/45661/5
2021-11-30 Vladimir SavelievLU-12347 llite: do not take mod rpc slot for getxattr 51/44151/10
2021-11-20 Andriy SkulyshLU-15121 llite: skip request slot for lmv_revalidate_sl... 75/45275/2
2021-09-17 Sebastien BuissonLU-13717 sec: filename encryption - digest support 92/43392/16
2021-07-25 Andreas DilgerLU-14868 llite: revert 'simplify callback handling... 71/44371/6
2021-07-08 Qian YingjinLU-14139 llite: simplify callback handling for async... 12/40712/11
2021-06-08 Qian YingjinLU-14138 ptlrpc: move more members in PTLRPC request... 69/40669/11
2021-04-21 Mr NeilBrownLU-14487 modules: remove references to Sun Trademark. 39/42139/4
2020-12-14 Mikhail PershinLU-10664 dom: non-blocking enqueue for DOM locks 03/36903/25
2020-12-09 Yang ShengLU-14155 mdc: avoid easize set to 0 85/40785/2
2020-10-29 Lai SiyaoLU-13437 mdc: remote object support getattr from cache 18/40218/4
2020-09-19 Alexey LyashkovLU-13645 ldlm: don't use a locks without l_ast_data 18/39318/6
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-04-23 Andreas DilgerLU-12506 mdc: clean up code style for mdc_locks.c 17/37917/11
2020-03-11 Mr NeilBrownLU-9855 lustre: rename obd_device variables to obd 69/36969/11
2020-03-05 Alexey LyashkovLU-13229 ldlm: unlock request memory leak 70/37670/2
2020-02-14 Mr NeilBrownLU-9679 modules: convert MIN/MAX to kernel style 56/37456/2
2020-02-01 Olaf FaalandLU-11114 llite: Update mdc and lite stats on open|creat 48/36948/7
2019-12-14 Andriy SkulyshLU-12828 ldlm: FLOCK request can be processed twice 40/36340/4
2019-12-06 Mr NeilBrownLU-9679 modules: Use LIST_HEAD for declaring list_heads 69/36669/2
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-06-25 Vitaly FertmanLU-10070 ldlm: layout lock fixes 32/35232/7
2019-06-07 Lai SiyaoLU-11213 ptlrpc: intent_getattr fetches default LMV 02/34802/17
2019-04-30 Patrick FarrellLU-11868 osd: Set max ea size to XATTR_SIZE_MAX 58/34058/16
2019-04-30 Alexey LyashkovLU-12040 mdc: reset lmm->lmm_stripe_offset in mdc_save_... 71/34371/7
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-21 Mikhail PershinLU-11835 mdt: return DOM size on open resend 44/34044/5
2019-02-27 Patrick FarrellLU-11905 mdc: Add RETURN to mdc_intent_open_pack 40/34140/3
2019-01-30 Patrick FarrellLU-11868 mdc: Improve xattr buffer allocations 59/34059/2
2019-01-04 Andreas DilgerLU-11398 ptlrpc: clean up rq_interpret_reply callbacks 03/33203/6
2018-10-29 Bobi JamLU-11158 mdt: grow lvb buffer to hold layout 47/32847/11
2018-10-05 Mikhail PershinLU-11414 ptlrpc: don't change buffer when signature... 23/33223/2
2018-10-01 John L. HammondLU-11268 mdc: use smaller buffers for getxattr 24/33024/4
2018-08-18 John L. HammondLU-11014 mdc: remove obsolete intent opcodes 61/32361/6
2018-08-09 Mikhail PershinLU-10181 mdt: read on open for DoM files 11/23011/53
2018-07-18 John L. HammondLU-11074 mdc: set correct body eadatasize for getxattr() 39/32739/3
2018-04-19 John L. HammondLU-10912 mdc: use large xattr buffers for old servers 90/31990/3
2018-03-08 Sebastien BuissonLU-10483 lustre: replace FMODE_{READ,WRITE} with MDS_... 24/30824/10
2018-02-06 Fan YongLU-10513 acl: prepare small buffer for ACL RPC reply 16/28116/11
2018-01-31 Lai SiyaoLU-10155 recovery: support setstripe replay 04/30704/8
2018-01-14 Fan YongLU-10237 mdc: interruptable during RPC retry for EINPRO... 66/30166/2
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-11-10 Mikhal PershinLU-3285 merge: 'dom' branch merging 51/29851/3
2017-10-24 Andreas DilgerLU-4705 mdc: improve mdc_enqueue() error message 78/28978/3
2017-10-21 Mikhal PershinLU-3285 mds: combine DoM bit with other IBITS 24/28024/28
2017-07-19 Andrew PerepechkoLU-9417 mdc: excessive memory consumption by the xattr... 87/26887/7
2017-05-16 Fan YongLU-7473 acl: increase ACL entries limitation 90/19790/29
2017-05-09 Arnd BergmannLU-4423 ptlrpc: use 64-bit times for request times 77/24977/14
2017-04-06 Bobi JamLU-9008 pfl: dynamic layout modification with write...
2016-12-17 Andreas DilgerLU-8901 misc: update Intel copyright messages for 2016 33/24233/4
2016-12-17 Patrick FarrellLU-8842 mdc: Make IT_OPEN take lookup bits lock 97/23797/2
2016-10-08 James SimmonsLU-8648 all: remove all Sun license and URL references 00/22800/4
2016-09-10 Vitaly FertmanLU-7433 ldlm: xattr locks are lost on mdt 20/17220/10
2016-08-22 James SimmonsLU-6245 client: remove types abstraction from client... 90/20590/12
2016-08-11 John L. HammondLU-5560 security: send file security context for creates 71/19971/29
2016-06-22 John L. HammondLU-7403 obd: const correct md_set_lock_data() 72/17072/8
2016-06-20 Fan YongLU-6971 cleanup: not support remote client anymore 89/19789/13
2016-05-21 John L. HammondLU-7403 llite: change it_data to it_request 70/17070/5
2016-05-03 Alex ZhuravlevLU-7521 ldlm: LDLM_DEBUG() shouldn't be passed \n 94/17494/8
2016-05-02 John L. HammondLU-7403 llite: flatten struct lookup_intent 69/17069/4
2016-04-11 Andrew PerepechkoLU-7925 llite: avoid clearing i_nlink for inodes in use 64/19164/4
2016-01-14 Ben EvansLU-6401 headers: move swab functions to new header... 39/16339/11
2015-11-03 Andreas DilgerLU-7243 misc: update Intel copyright messages 2015 58/16758/3
2015-09-22 Lai SiyaoLU-6578 statahead: drop support for remote entry 67/15767/12
2015-09-02 Andreas DilgerLU-6142 ldlm: remove ldlm typedef usage from code 00/15300/8
2015-07-19 Niu YaweiLU-6529 ldlm: reclaim granted locks defensively 31/14931/11
2015-07-16 Olaf WeberLU-6325 ptlrpc: make ptlrpcd threads cpt-aware 72/13972/19
2015-07-01 Gregoire PichonLU-5319 mdc: manage number of modify RPCs in flight 74/14374/12
2015-06-16 Alex ZhuravlevLU-3105 mdc: remove capa support 69/6069/8
2015-06-05 wang diLU-6581 mdt: Transfer layout only if layout lock is... 26/14726/3
2015-05-17 John L. HammondLU-6017 obd: remove destroy cookie handling 22/12922/9
2014-12-28 Andreas DilgerLU-6068 misc: update Intel copyright messages 2014 74/13174/2
2014-12-26 Dmitry EreminLU-5478 mdc: get rid of obd_* typedefs 45/13145/2
2014-11-04 Dmitry EreminLU-5577 mdc: fix comparison between signed and unsigned 79/11379/17
2014-09-06 John L. HammondLU-2675 lustre: move lustre_intent.h to lustre/include 99/11499/2
2014-08-27 John L. HammondLU-2675 build: assume __linux__ and __KERNEL__ 37/11437/5
2014-07-08 John L. HammondLU-5289 mdc: cleanup intent if mdc_finish_enqueue(... 63/10963/2
2014-06-20 Lai SiyaoLU-3544 fid: do open-by-fid by default 76/7476/23
2014-06-16 Emoly LiuLU-4524 ldlm: improve ldlm_lock_create() return value 04/9004/8
2014-06-12 Wang DiLU-4973 mdd: only check links limit for non-directories 50/10150/6
2014-06-04 John L. HammondLU-2675 mdt: add mbo_ prefix to members of struct mdt_body 02/10202/4
2014-05-14 John L. HammondLU-2675 obd: decruft md_enqueue() and md_intent_lock() 05/10205/3
2014-05-08 wang diLU-4690 lod: separate master object with master stripe 11/9511/37
2014-05-07 James SimmonsLU-3963 libcfs: convert link list to linux api fld... 04/9904/5
2014-05-04 Oleg DrokinRevert "LU-2675 obd: decruft md_enqueue() and md_intent... 03/10203/2
2014-05-02 John L. HammondLU-2675 obd: decruft md_enqueue() and md_intent_lock() 50/9850/4
2014-04-23 Fan YongLU-4687 obdclass: unified flow control interfaces 62/9562/13
next