Whamcloud - gitweb
LU-6142 util: Fix style issues for l_ioctl.c
[fs/lustre-release.git] / libcfs /
2019-08-15 Arshad HussainLU-6142 util: Fix style issues for l_ioctl.c 82/35382/2
2019-08-09 Shaun TancheffLU-12355 llite: Lustre specific iov_for_each broken... 24/35024/10
2019-07-27 James SimmonsLU-12477 kernel: remove < 2.6.39 kernel support 51/35551/7
2019-07-27 James SimmonsLU-9859 libcfs: initialize bit_wait_table 67/35567/3
2019-07-24 James SimmonsLU-9019 libcfs: avoid using HZ and msecs_to_jiffies() 20/35520/2
2019-07-20 Shaun TancheffLU-12400 libcfs: save_stack_trace_tsk if ARCH_STACKWALK 39/35239/3
2019-07-12 NeilBrownLU-9859 libcfs: remove prng 51/35351/4
2019-07-12 Shaun TancheffLU-12400 osd-ldiskfs: get rid of legacy 'get_ds()'... 38/35238/3
2019-07-12 Shaun TancheffLU-12355 llite: totalram_pages changed to atomic_long_t 25/35025/5
2019-07-12 Patrick FarrellLU-12462 llite: Remove old fsync versions 39/35339/2
2019-07-07 NeilBrownLU-9859 libcfs: remove libcfs_debug_vmsg2 25/35225/3
2019-06-28 Li XiLU-12349 llite: console message for disabled flock... 86/34986/13
2019-06-27 NeilBrownLU-9859 libcfs: replace cfs_rand() with prandom_u32_max() 72/35272/3
2019-06-25 NeilBrownLU-12330 obdclass: allow per-session jobids. 95/34995/9
2019-06-14 Shaun TancheffLU-12438 llite: vfs_read/write removed, use kernel_read... 23/35223/5
2019-06-04 Andrew PerepechkoLU-12352 libcfs: crashes with certain cpu part numbers 91/34991/6
2019-06-01 Chris HornLU-12323 libcfs: check if save_stack_trace_tsk is exported 37/34937/9
2019-06-01 NeilBrownLU-11089 obd: use wait_event_var() in lu_context_key_de... 67/33667/13
2019-05-29 Wang ShilongLU-12299 libcfs: fix panic for too large cpu partions 64/34864/3
2019-05-21 NeilBrownLU-11089 obdclass: remove locking from lu_context_exit() 13/32713/8
2019-05-10 Alex ZhuravlevLU-2233 tests: improve tests sanityn/40-47 92/4392/8
2019-05-08 James SimmonsLU-11803 obd: replace class_uuid with linux kernel... 16/33916/30
2019-04-22 James SimmonsLU-11986 lnet: properly cleanup lnet debugfs files 69/34669/5
2019-04-21 Sonia SharmaLU-11986 lnet: Avoid lnet debugfs read/write if ctl_tab... 22/34622/2
2019-04-01 NeilBrownLU-9859 libcfs: remove wi_data from cfs_workitem 66/34466/2
2019-03-21 Vladimir SavelievLU-11898 libcfs: do not calculate debug_mb if it is set 28/34128/2
2019-03-03 NeilBrownLU-9859 libcfs: use a workqueue for rehash work. 69/34169/3
2019-02-27 NeilBrownLU-9859 libcfs: use strim instead of cfs_trimwhite. 68/34168/4
2019-02-27 James SimmonsLU-8130 libcfs: support latest rhashtable API 36/34036/3
2019-02-11 Patrick FarrellLU-11825 llite: Remove ptask framework 13/33913/4
2019-02-11 James SimmonsLU-8130 libcfs: port working hash from upstream 89/33789/5
2019-02-11 Andreas DilgerLU-4664 libcfs: allow file/func/line passed to CDEBUG() 88/33588/7
2019-01-23 NeilBrownLU-9859 libcfs: add watchdog for ptlrpc service threads. 18/33018/24
2019-01-23 Artem BlagodarenkoLU-7159 tests: fix 224c fault injection 26/16426/20
2018-11-13 Sebastien BuissonLU-8602 gss: get rid of cfs_crypto_hash_desc 93/33493/4
2018-11-13 James SimmonsLU-8602 gss: Properly port gss to newer crypto api. 09/28309/5
2018-11-02 Robert ReadLU-6142 libcfs: Enforce kernel coding style for libcfs... 05/14105/3
2018-10-12 Andreas DilgerLU-1095 misc: quiet console messages at startup 81/33281/2
2018-10-10 NeilBrownLU-6202 libcfs: replace libcfs_register_ioctl with... 84/33284/4
2018-10-01 Wang ShilongLU-11373 libcfs: fix wrong check in libcfs_debug_vmsg2() 54/33154/5
2018-09-04 Wang ShilongLU-11304 misc: update all url links to whamcloud 94/33094/2
2018-09-04 James SimmonsLU-8130 libcfs: prepare rhashtable support 02/32102/27
2018-08-18 James SimmonsLU-11200 libcfs: handle DECLARE_TIMER reduced to two... 39/32939/5
2018-08-13 Yang ShengLU-11062 libcfs: use save_stack_trace for stack dump 52/32952/3
2018-08-09 Qian YingjinLU-9538 utils: Tool for syncing file LSOM xattr 24/30124/21
2018-06-07 Li XiLU-10472 osc: add T10PI support for RPC checksum 80/30980/37
2018-05-21 NeilBrownLU-4423 libcfs: disable preempt while sampling processo... 60/32360/3
2018-05-21 NeilBrownLU-9859 libcfs: rearrange placement of CPU partition... 59/32359/3
2018-05-21 Alexander BoykoLU-6399 lnet: socket cleanup 79/14179/8
2018-05-17 James SimmonsLU-9325 libcfs: handle complex strings in cfs_str2num_check 17/32217/3
2018-05-12 Li DongyangLU-10805 libcfs: timer_setup() API changes 90/31790/4
2018-05-06 James SimmonsLU-10932 libcfs: properly handle failure cases in SMP... 85/32085/2
2018-05-06 James SimmonsLU-9019 libcfs: remove the remaining cfs_time wrappers 68/31068/8
2018-05-02 Andreas DilgerLU-10886 build: fix warnings during autoconf 04/31904/2
2018-05-02 Amir ShehataLU-10825 libcfs: generate ip addresses 85/31785/4
2018-04-19 Mike MarciniszynLU-10560 libcfs: Fix inconsistent declaration for cfs_k... 48/31948/7
2018-04-09 Emoly LiuLU-8913 nodemap: fix nodemap range format '*@<net>... 84/31684/2
2018-04-09 Mike MarciniszynLU-10560 libcfs: Use kernel_write when appropriate 54/31154/17
2018-04-09 Andreas DilgerLU-10698 obdclass: allow specifying complex jobids 91/31691/7
2018-03-03 James SimmonsLU-9325 obd: replace lprocfs_str_to_s64 39/30539/16
2018-03-03 Kit WestneatLU-8912 nodemap: fix contiguous range support 97/24397/4
2018-02-27 James SimmonsLU-8854 llapi: remove lustre specific strlcpy & strlcat... 98/29798/6
2018-02-27 Alexander ZarochentsevLU-5695 libcfs: watchdog dispatch thread fix 55/12155/8
2018-02-22 Mike MarciniszynLU-10560 libcfs: handle rename to wait_queue_entry_t 53/31153/11
2018-02-22 Mike MarciniszynLU-10560 lustre_compat: Convert GFP_TEMPORARY to GFP_KERNEL 52/31152/6
2018-02-06 Andreas DilgerLU-10560 libcfs: remove extra headers from linux-debug.c 07/31007/3
2018-01-31 James SimmonsLU-9859 libcfs: merge UMP and SMP libcfs cpu header... 73/30873/3
2018-01-25 James SimmonsLU-9934 build: address issues raised by gcc7 76/30376/15
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-14 James SimmonsLU-5541 build: move libcfs and liblustreapi over to... 62/30562/6
2018-01-14 Oleg DrokinLU-10444 utils: Don't remount debugfs every time 75/30675/3
2018-01-14 James SimmonsLU-9019 osc: migrate to 64 bit time 07/30607/4
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-12-22 Dmitry EreminLU-9998 libcfs: split single NUMA node into partitions 45/29645/2
2017-12-22 James SimmonsLU-9019 libcfs: add ktime_compare for platforms lacking it. 75/30475/2
2017-12-22 James SimmonsLU-9019 sec: migrate to 64 bit time 59/29859/14
2017-12-17 James SimmonsLU-8602 libcfs: call proper crypto algo when keys are... 99/25199/26
2017-11-06 John L. HammondLU-10086 libcfs: use dynamic minors for /dev/{lnet... 41/29741/2
2017-11-01 James SimmonsLU-8066 obd: migrate to ksets 48/28948/11
2017-10-24 James SimmonsLU-9897 utils: remove libcfsutils.a and libptlctl.a 52/28752/7
2017-10-02 James SimmonsLU-9019 ptlrpc: migrate pinger to 64 bit time 35/28035/12
2017-09-21 James SimmonsLU-8541 ldlm: don't use jiffies as sysfs parameter 70/28370/10
2017-09-10 Andreas DilgerLU-9679 ldlm: remove flock accessor macros 56/27856/3
2017-08-31 Hongchao ZhangLU-8066 libcfs: call kernel_param_unlock on error 12/28612/3
2017-08-28 James SimmonsLU-8066 libcfs: test for both __kernel_param_[un]lock... 98/28498/3
2017-08-28 Steve GuminskiLU-8993 utils: Use absolute pathname for debug_daemon... 85/25485/9
2017-08-22 Olaf WeberLU-9480 lnet: add "lnetctl peer list" 90/25790/26
2017-08-17 Oleg DrokinLU-9829 lnet: Properly dereference string pointer 58/28358/2
2017-08-13 James SimmonsLU-6401 uapi: migrate remaining uapi headers to uapi... 46/25246/12
2017-08-13 Hongchao ZhangLU-9235 libcfs: don't dump stack if just touched 62/23162/10
2017-08-05 Dmitry EreminLU-8066 libcfs: migrate to debugfs 88/24688/28
2017-08-05 James SimmonsLU-6245 uapi: move libcfs/lnet UAPI header into own... 89/28089/7
2017-07-19 Dmitry EreminLU-8703 libcfs: change CPT estimate algorithm 04/24304/14
2017-07-08 Andreas DilgerLU-9715 libcfs: crash in cpu_pattern parsing code 72/27872/3
2017-06-19 Dmitry EreminLU-8703 libcfs: rework CPU pattern parsing code 06/23306/14
2017-06-16 James SimmonsLU-9558 libcfs: include new sched directory headers 57/27557/2
2017-06-16 James SimmonsLU-9558 libcfs: replace set_task_state() with set_curre... 56/27556/3
2017-06-13 Dmitry EreminLU-8661 libcfs: handle padata_alloc() rename 91/27491/3
2017-06-10 James SimmonsLU-8661 libcfs: handle pdata_set_cpumasks() removal 22/27422/2
next