1. e88498c BUG/MEDIUM: sched: allow a bit more TASK_HEAVY to be processed when needed by Willy Tarreau · 1 year, 4 months ago
  2. 77ff0e8 BUG/MINOR: sched: properly report long_rq when tasks remain in the queue by Willy Tarreau · 1 year, 4 months ago
  3. 7919a8f BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks by Willy Tarreau · 2 years, 5 months ago
  4. d9dd842 BUG/MINOR: task: do not set TASK_F_USR1 for no reason by Willy Tarreau · 2 years, 8 months ago
  5. aaed609 MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() by Willy Tarreau · 2 years, 9 months ago
  6. e08f4bf MINOR: task: stop including stream.h from task.c by Willy Tarreau · 3 years, 2 months ago
  7. c79e898 BUILD: task: remove unused includes from task.c by Willy Tarreau · 3 years, 2 months ago
  8. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  9. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  10. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 3 months ago
  11. 1691ba3 MINOR: task: give the scheduler a bit more flexibility in the runqueue size by Willy Tarreau · 3 years, 4 months ago
  12. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  13. b7e0c63 BUILD: task: fix build at -O0 with threads disabled by Willy Tarreau · 3 years, 4 months ago
  14. 6fa8bcd MINOR: task: add an application specific flag to the state: TASK_F_USR1 by Willy Tarreau · 3 years, 4 months ago
  15. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  16. db4e238 MINOR: task: stop abusing the nice field to detect a tasklet by Willy Tarreau · 3 years, 4 months ago
  17. 76390da MINOR: task: only limit TL_HEAVY tasks but not others by Willy Tarreau · 3 years, 4 months ago
  18. 826fa87 MINOR: task: place the heavy elements in TL_HEAVY by Willy Tarreau · 3 years, 4 months ago
  19. 401135c MINOR: task: add one extra tasklet class: TL_HEAVY by Willy Tarreau · 3 years, 4 months ago
  20. 74dea8c MINOR: task: limit the number of subsequent heavy tasks with flag TASK_HEAVY by Willy Tarreau · 3 years, 4 months ago
  21. 2a54ffb MINOR: task: make tasklet wakeup latency measurements more accurate by Willy Tarreau · 3 years, 4 months ago
  22. b2285de MINOR: tasks: also compute the tasklet latency when DEBUG_TASK is set by Willy Tarreau · 3 years, 4 months ago
  23. 45499c5 MINOR: task: make grq_total atomic to move it outside of the grq_lock by Willy Tarreau · 3 years, 4 months ago
  24. c9afbb1 MINOR: task: don't decrement then increment the local run queue by Willy Tarreau · 3 years, 4 months ago
  25. 2b363ac MINOR: task: do not use __task_unlink_rq() from process_runnable_tasks() by Willy Tarreau · 3 years, 4 months ago
  26. e7923c1 MINOR: task: split the counts of local and global tasks picked by Willy Tarreau · 3 years, 4 months ago
  27. 9c6dbf0 CLEANUP: task: split the large tasklet_wakeup_on() function in two by Willy Tarreau · 3 years, 4 months ago
  28. 955a11e MINOR: task: move the allocated tasks counter to the per-thread struct by Willy Tarreau · 3 years, 4 months ago
  29. eeffb3d MINOR: task: limit the remote thread wakeup to the global runqueue only by Willy Tarreau · 3 years, 4 months ago
  30. 018564e CLEANUP: task: move the tree root detection from __task_wakeup() to task_wakeup() by Willy Tarreau · 3 years, 4 months ago
  31. 1f3b141 CLEANUP: tasks: use a less confusing name for task_list_size by Willy Tarreau · 3 years, 4 months ago
  32. 2c41d77 MINOR: tasks: do not maintain the rqueue_size counter anymore by Willy Tarreau · 3 years, 4 months ago
  33. 9c7b808 MEDIUM: task: remove the tasks_run_queue counter and have one per thread by Willy Tarreau · 3 years, 4 months ago
  34. c6ba9a0 MINOR: sched: have one runqueue ticks counter per thread by Willy Tarreau · 3 years, 4 months ago
  35. 4e2282f MEDIUM: tasks/activity: collect per-task statistics when profiling is enabled by Willy Tarreau · 3 years, 5 months ago
  36. 4d6c594 BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link by Willy Tarreau · 3 years, 7 months ago
  37. 2da4c31 MINOR: task: remove __tasklet_remove_from_tasklet_list() by Willy Tarreau · 3 years, 7 months ago
  38. c309dbd MINOR: task: perform atomic counter increments only once per wakeup by Willy Tarreau · 3 years, 7 months ago
  39. a868c29 MINOR: task: remove tasklet_insert_into_tasklet_list() by Willy Tarreau · 3 years, 7 months ago
  40. 69a7b8f CLEANUP: task: remove the unused and mishandled global_rqueue_size by Willy Tarreau · 3 years, 9 months ago
  41. d48ed66 MEDIUM: task: use an upgradable seek lock when scanning the wait queue by Willy Tarreau · 3 years, 9 months ago
  42. 3cfaa8d BUG/MEDIUM: task: bound the number of tasks picked from the wait queue at once by Willy Tarreau · 3 years, 9 months ago
  43. 6ce0232 BUILD: task: work around a bogus warning in gcc 4.7/4.8 at -O1 by Willy Tarreau · 3 years, 10 months ago
  44. e5d79bc MINOR: tasks/debug: add a few BUG_ON() to detect use of wrong timer queue by Willy Tarreau · 4 years ago
  45. 783afbe BUG/MAJOR: tasks: don't requeue global tasks into the local queue by Willy Tarreau · 4 years ago
  46. 273aea4 BUG/MAJOR: tasks: make sure to always lock the shared wait queue if needed by Willy Tarreau · 4 years ago
  47. 950954f MINOR: tasks: use MT_LIST_ADDQ() when killing tasks. by Willy Tarreau · 4 years ago
  48. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  49. 4f58926 BUG/MAJOR: sched: make it work also when not building with DEBUG_STRICT by Willy Tarreau · 4 years ago
  50. 54d3117 BUG/MAJOR: sched: make sure task_kill() always queues the task by Willy Tarreau · 4 years ago
  51. eb8c2c6 MEDIUM: sched: implement task_kill() to kill a task by Willy Tarreau · 4 years ago
  52. 8a6049c MEDIUM: sched: create a new TASK_KILLED task flag by Willy Tarreau · 4 years ago
  53. d99177f MINOR: sched: make sched->task_list_size atomic by Willy Tarreau · 4 years ago
  54. 1553b66 BUG/MINOR: sched: properly cover for a rare MT_LIST_ADDQ() race by Willy Tarreau · 4 years ago
  55. e7723bd MEDIUM: tasks: add a tune.sched.low-latency option by Willy Tarreau · 4 years ago
  56. 59153fe MINOR: tasks: make run_tasks_from_lists() scan the queues itself by Willy Tarreau · 4 years ago
  57. ba48d5c MINOR: tasks: pass the queue index to run_task_from_list() by Willy Tarreau · 4 years ago
  58. 49f90bf MINOR: tasks: add a mask of the queues with active tasklets by Willy Tarreau · 4 years ago
  59. c0a08ba MINOR: tasks: make current_queue an index instead of a pointer by Willy Tarreau · 4 years ago
  60. 3ef7a19 MEDIUM: tasks: apply a fair CPU distribution between tasklet classes by Willy Tarreau · 4 years ago
  61. 116ef22 MINOR: task: add a new pointer to current tasklet queue by Willy Tarreau · 4 years ago
  62. 0c0c85e BUG/MINOR: tasks: make sure never to exceed max_processed by Willy Tarreau · 4 years ago
  63. 5c8be27 MEDIUM: tasks: also process late wakeups in process_runnable_tasks() by Willy Tarreau · 4 years ago
  64. 77015ab MEDIUM: tasks: clean up the front side of the wait queue in wake_expired_tasks() by Willy Tarreau · 4 years ago
  65. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  66. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  72. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  73. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  74. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  75. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  76. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  77. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  78. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  79. c62d9ab MINOR: tasks: Provide the tasklet to the callback. by Olivier Houchard · 4 years, 3 months ago
  80. 27d00c0 MINOR: task: export run_tasks_from_list by Willy Tarreau · 4 years, 4 months ago
  81. 952c264 MINOR: task: don't set TASK_RUNNING on tasklets by Willy Tarreau · 4 years, 5 months ago
  82. 1dfc9bb OPTIM: task: readjust CPU bandwidth distribution since last update by Willy Tarreau · 4 years, 5 months ago
  83. d23d413 MINOR: task: make sched->current also reflect tasklets by Willy Tarreau · 4 years, 5 months ago
  84. bb23883 MINOR: task: permanently flag tasklets waking themselves up by Willy Tarreau · 4 years, 5 months ago
  85. c633607 OPTIM: task: refine task classes default CPU bandwidth ratios by Willy Tarreau · 4 years, 5 months ago
  86. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · 4 years, 5 months ago
  87. 4ffa0b5 MINOR: tasks: move the list walking code to its own function by Willy Tarreau · 4 years, 5 months ago
  88. dd0e89a BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing by Willy Tarreau · 4 years, 6 months ago
  89. 8fe4253 MINOR: task: only check TASK_WOKEN_ANY to decide to requeue a task by Willy Tarreau · 4 years, 6 months ago
  90. c49ba52 MINOR: tasks: split wake_expired_tasks() in two parts to avoid useless wakeups by Willy Tarreau · 4 years, 7 months ago
  91. 0691046 MEDIUM: task: Split the tasklet list into two lists. by Olivier Houchard · 4 years, 9 months ago
  92. 0730867 BUG/MEDIUM: tasks: Don't forget to decrement tasks_run_queue. by Olivier Houchard · 4 years, 9 months ago
  93. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · 4 years, 9 months ago
  94. d66d756 MINOR: task: split the tasklet vs task code in process_runnable_tasks() by Willy Tarreau · 4 years, 9 months ago
  95. 4c1e1ad CLEANUP: task: cache the task_per_thread pointer by Willy Tarreau · 4 years, 9 months ago
  96. 9b48c62 CLEANUP: task: remove impossible test by Willy Tarreau · 4 years, 9 months ago
  97. ff1e9f3 MEDIUM: tasklets: Make the tasklet list a struct mt_list. by Olivier Houchard · 4 years, 9 months ago
  98. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  99. 64e6012 MINOR: task: introduce work lists by Willy Tarreau · 5 years ago
  100. bd20a9d BUG: tasks: fix bug introduced by latest scheduler cleanup by Willy Tarreau · 5 years ago