Whamcloud - gitweb
LU-17504 build: fix gcc-13 [-Werror=stringop-overread] error
[fs/lustre-release.git] / lustre / osc / osc_request.c
2019-04-08 Yang ShengLU-12072 lov: remove KEY_CACHE_SET to simplify the... 19/34419/4
2019-04-01 Andreas DilgerLU-6202 misc: delete OBD_IOC_PING_TARGET ioctl 91/33691/5
2019-04-01 Alex ZhuravlevLU-11798 grant: prevent overflow of o_undirty 48/33948/10
2019-03-21 Mikhail PershinLU-11752 osc: pass client page size during reconnect too 47/33847/8
2019-03-21 Hongchao ZhangLU-11678 quota: protect quota flags at OSC 47/33747/3
2019-03-21 Alex ZhuravlevLU-11409 osc: grant shrink shouldn't account skipped OSC 06/33206/3
2019-03-21 Alex ZhuravlevLU-11408 osc: propagate grant shrink interval immediately 04/33204/2
2019-03-21 Andrew PerepechkoLU-8047 llite: optimizations for not granted lock proce... 65/19665/13
2019-03-03 James SimmonsLU-9855 obd: use ldo_process_config for mdc and osc... 06/34106/7
2019-02-18 Andreas DilgerLU-11770 osc: allow build without blk_integrity or... 23/33923/9
2019-01-04 Andreas DilgerLU-11398 ptlrpc: clean up rq_interpret_reply callbacks 03/33203/6
2018-12-04 Li XiLU-11697 osc: wrong page offset for T10PI checksum 27/33727/5
2018-11-13 Sebastien BuissonLU-8602 gss: get rid of cfs_crypto_hash_desc 93/33493/4
2018-10-29 Alex ZhuravlevLU-11288 osc: re-check target versus available grant 26/33226/10
2018-10-12 Andreas DilgerLU-1757 osc: clarify short_io_bytes is maximum value 73/33173/3
2018-10-05 Andreas DilgerLU-10899 osc: move obdo_cache to OSC code 41/33141/4
2018-09-21 Andreas DilgerLU-11128 ptlrpc: add debugging for idle connections 68/33168/3
2018-09-04 Wang ShilongLU-11304 misc: update all url links to whamcloud 94/33094/2
2018-07-24 Bobi JamLU-8708 osc: depart grant shrinking from pinger 02/23202/12
2018-06-14 Alex ZhuravlevLU-7236 ptlrpc: idle connections can disconnect 82/16682/123
2018-06-07 Li XiLU-10472 osc: add T10PI support for RPC checksum 80/30980/37
2018-05-02 Oleg DrokinLU-8066 osc: move suitable values from procfs to sysfs 62/30962/6
2018-04-09 Patrick FarrellLU-10776 osc: Do not request more than 2GiB grant 33/31533/2
2018-04-09 Mike MarciniszynLU-10560 libcfs: Use kernel_write when appropriate 54/31154/17
2018-04-09 Teddy ChanLU-9658 ptlrpc: Add QoS for uid and gid in NRS-TBF 08/27608/36
2018-03-06 Qian YingjinLU-10737 misc: Wrong checksum return value 48/31448/2
2018-01-25 James SimmonsLU-9019 libcfs: remove cfs_time_XXX_64 wrappers 67/30867/2
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-12-22 Patrick FarrellLU-1757 brw: Fix short i/o and enable for mdc 35/30435/3
2017-12-11 Bruno FacciniLU-10224 obd: free obd_svc_stats when all users are... 49/30249/4
2017-11-28 Jinshan XiongLU-9771 flr: Merge branch 'flr' 50/30250/2
2017-11-22 James SimmonsLU-6142 lnet: remove last of the typedefs from LNet... 47/29847/3
2017-11-20 Jinshan XiongLU-9771 flr: Send write intent RPC to mdt 91/29091/14
2017-11-17 Jinshan XiongLU-9771 flr: read support for flr 85/29085/12
2017-11-10 Mikhal PershinLU-3285 merge: 'dom' branch merging 51/29851/3
2017-11-09 Patrick FarrellLU-1757 brw: add short io osc/ost transfer. 67/27767/12
2017-10-24 Andreas DilgerLU-10046 misc: replace LASSERT() with CLASSERT() 56/29256/2
2017-10-17 Mikhal PershinLU-3285 mdt: use generic grant code at MDT 21/28021/24
2017-10-17 Mikhal PershinLU-3285 mds: add IO locking to the MDC and MDT 18/28018/25
2017-10-17 Mikhal PershinLU-3285 mdc: add IO methods to the MDC 15/28015/19
2017-10-17 Mikhal PershinLU-3285 osc: common client setup/cleanup 14/28014/19
2017-10-17 Mikhal PershinLU-3285 mdt: IO request handling in MDT 13/28013/19
2017-10-02 James SimmonsLU-9019 ptlrpc: migrate pinger to 64 bit time 35/28035/12
2017-09-21 Patrick FarrellLU-6179 llite: Implement ladvise lockahead 64/13564/102
2017-09-10 James SimmonsLU-9791 obd: always call lprocfs_obd_setup 47/28747/3
2017-08-13 James SimmonsLU-6401 uapi: migrate remaining uapi headers to uapi... 46/25246/12
2017-07-19 Oleg DrokinLU-8066 obdclass : Add infrastructure for procfs to... 20/26020/10
2017-07-19 Mikhal PershinLU-3285 osc: prepare OSC code to be used from MDC 96/22996/18
2017-05-20 James SimmonsLU-6401 uapi: turn lustre_param.h into a proper UAPI... 25/24325/13
2017-05-09 Arnd BergmannLU-4423 ptlrpc: use 64-bit times for request times 77/24977/14
2017-05-09 Wang ShilongLU-4017 quota: cleanup to improve quota codes 77/26577/8
2017-05-09 Bruno FacciniLU-8376 ost: enhance end to end bulk cksum error report 60/23960/20
2017-05-01 Wang ShilongLU-9355 obd: remove obsolete OBD_FL_LOCAL_MASK 28/26728/5
2017-05-01 James SimmonsLU-6401 uapi: turn lustre_ioctl.h into a proper UAPI... 68/24568/16
2017-04-19 Alexander BoykoLU-9286 ptlrpc: fix wrong error handlers 19/26319/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-26 John L. HammondLU-8403 obd: remove unused data parameter from obd_notify() 28/24428/2
2017-03-16 Andriy SkulyshLU-8624 osc: hung in osc_destroy() 88/22588/4
2017-02-15 James SimmonsLU-6142 lnet: remove most of typedefs from LNet headers 31/20831/10
2016-12-17 Andreas DilgerLU-8901 misc: update Intel copyright messages for 2016 33/24233/4
2016-10-25 Yang ShengLU-8378 all: remove set but unused variables 21/23221/2
2016-10-25 James SimmonsLU-6303 osc: remove handling cl_avail_grant less than... 55/23155/2
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-09-02 Andriy SkulyshLU-8175 ldlm: conflicting PW & PR extent locks on a... 45/20345/5
2016-08-22 James SimmonsLU-6245 client: remove types abstraction from client... 90/20590/12
2016-08-15 Bobi JamLU-8460 osc: max_pages_per_rpc should be chunk size... 25/21825/4
2016-06-27 Alexander BoykoLU-7702 ldlm: skip lock if export failed 20/18120/9
2016-06-02 Wang ShilongLU-4017 quota: redefine LL_MAXQUOTAS for Lustre 43/19843/10
2016-05-02 Jinshan XiongLU-8005 osc: set lock data for readahead lock 53/19453/2
2016-04-17 Li XiLU-4931 ladvise: Add feature of giving file access... 29/10029/52
2016-03-23 Andriy SkulyshLU-7829 osc: glimpse lock should match only with grante... 38/18738/2
2016-03-23 Ben EvansLU-6401 headers: Create a header for obdo related... 17/16917/8
2016-02-20 Johann LombardiLU-2049 grant: add support for OBD_CONNECT_GRANT_PARAM 93/7793/31
2016-02-05 Oleg DrokinLU-7623 Update obd iocontrol methods with __user attribute 81/17781/5
2016-01-07 Yang ShengLU-7085 lov: trying smaller memory allocations 76/17476/4
2015-11-15 Andreas DilgerLU-6204 build: clean up kernel module metadata 87/16787/5
2015-11-03 Andreas DilgerLU-7243 misc: update Intel copyright messages 2015 58/16758/3
2015-10-09 Bobi JamLU-6842 clio: add cl_page LRU shrinker 30/15630/12
2015-10-06 James SimmonsLU-6204 misc: Update module author to OpenSFS 32/16132/5
2015-10-02 Henri DoreauLU-7034 obd: Remove dead code in precleanup 61/16061/7
2015-10-01 Jinshan XiongLU-6271 osc: further OSC cleanup after eviction 56/16456/8
2015-09-16 Jinshan XiongLU-6943 clio: get rid of cl_req 33/15833/6
2015-09-16 Jinshan XiongLU-6271 osc: handle osc eviction correctly 89/14989/6
2015-09-02 Andreas DilgerLU-6142 ldlm: remove ldlm typedef usage from code 00/15300/8
2015-08-18 Jinshan XiongLU-5108 osc: Performance tune for LRU 58/10458/18
2015-08-12 Li XiLU-6770 osc: use global osc_rq_pool to reduce memory... 22/15422/13
2015-07-16 Olaf WeberLU-6325 ptlrpc: make ptlrpcd threads cpt-aware 72/13972/19
2015-06-19 Bobi JamLU-4389 clio: update file attributes after sync 15/12915/5
2015-06-19 Vitaly FertmanLU-6390 ldlm: restore the ELC for enqueue 42/14342/3
2015-06-11 Amir ShehataLU-5835 ptlrpc: Introduce iovec to bulk descriptor 25/12525/22
2015-06-05 John L. HammondLU-3105 osc: remove capa support 40/14640/6
2015-05-20 John L. HammondLU-5683 clio: add CIT_DATA_VERSION 49/14649/5
2015-05-17 John L. HammondLU-6017 obd: remove destroy cookie handling 22/12922/9
2015-05-17 Niu YaweiLU-5975 quota: remove obsolete quota code 05/14705/4
2015-05-04 John L. HammondLU-5814 obd: remove unused LSM parameters 26/13426/8
2015-04-28 James SimmonsLU-6245 libcfs: remove prim wrappers for libcfs 74/13874/8
2015-04-28 James SimmonsLU-6245 libcfs: remove mem wrappers for libcfs 41/13841/10
next