Stop rotation pending check timer from the rotation thread
[lttng-tools.git] / src /
2018-12-05  Jérémie GalarneauStop rotation pending check timer from the rotation...
2018-12-05  Jérémie GalarneauLaunch the notification thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the health management thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the ht-cleanup thread using lttng_thread util
2018-12-04  Jérémie GalarneauAdd a thread utility class and thread list
2018-12-04  Jérémie GalarneauDon't perform an implicit rotation on session stop
2018-12-04  Jérémie GalarneauWait for the destruction of sessions before tearing...
2018-12-03  Jérémie GalarneauFix: rotation_unavailable returned on failure to read...
2018-12-03  Jérémie GalarneauFix: mark rotation pending check timer is never marked...
2018-12-03  Jérémie GalarneauAcquire a reference to a session when a timer is active
2018-12-03  Jérémie GalarneauReference count ltt_session objects
2018-11-16  Michael JeansonFix: typo 'occured' -> 'occurred'
2018-11-16  Michael JeansonFix: typo 'retrive' -> 'retrieve'
2018-11-16  Michael JeansonFix: typo 'convet' -> 'convert'
2018-11-16  Michael JeansonFix: typo 'leat' -> 'least'
2018-11-16  Mathieu DesnoyersFix: max_t/min_t macros are missing cast on input
2018-11-16  Mathieu DesnoyersFix: Connect timeout arithmetic in inet/inet6 (v4)
2018-11-16  Jérémie GalarneauFix: cmd_snapshot_record can return unexpected error...
2018-11-16  Jérémie GalarneauDocs: document why a negative socket may be passed
2018-11-16  Mathieu DesnoyersFix: sessiond: ust_app_rotate_session error handling
2018-11-16  Mathieu DesnoyersFix: sessiond: snapshot: handle consumer return codes
2018-11-16  Mathieu DesnoyersFix: consumer: snapshot error return code
2018-11-16  Mathieu DesnoyersFix: sessiond: consumer.c: rotation error handling
2018-11-16  Mathieu DesnoyersFix: consumer: rotation error return codes
2018-11-16  Mathieu DesnoyersFix: create_channel_per_pid: remove channel on error
2018-11-16  Mathieu DesnoyersFix: channel errors on local stress-tests
2018-11-16  Mathieu DesnoyersFix: channel_ust_create: remove channel on agent error
2018-11-16  Jérémie GalarneauFix: cmd_rotate_session() returns unexpected error...
2018-11-16  Jérémie GalarneauFix: session rotation logging statement references...
2018-11-16  Jérémie GalarneauClean-up: typo in logging message Totation -> Rotation
2018-11-16  Jérémie GalarneauFix: rotation error may leave session in "ONGOING"...
2018-11-16  Jérémie GalarneauFix: session_list lock must be held to launch a rotation
2018-11-16  Jérémie GalarneauAdd an ASSERT_LOCKED(lock) macro
2018-11-16  Jérémie GalarneauClean-up: move global sessiond symbols out of main.o
2018-11-12  Jérémie GalarneauFix: split index and data file rotation logic
2018-11-12  Jérémie GalarneauFix: trace_archive_id is not sent in add_stream command
2018-11-12  Jérémie GalarneauFix: condition unsubscription error leaves session...
2018-11-12  Jérémie GalarneauFix: rotation thread does not unregister from RCU on...
2018-11-12  Jérémie GalarneauRemove unused nr_stream_rotate_pending from consumer...
2018-10-30  Jérémie GalarneauFix: session destruction blocks indefinitely if rotatio...
2018-10-30  Jérémie GalarneauClean-up: remove non-existent function's declaration
2018-10-18  Mathieu DesnoyersAlways choose large event header for UST channels
2018-10-12  Jérémie GalarneauFix relayd: stream index file created in the wrong...
2018-10-12  Jérémie Galarneaurelayd: add payload logging to session rotation commands
2018-10-12  Jérémie Galarneaurelayd: rename stream prev_seq to prev_data_seq
2018-10-12  Jérémie GalarneauFix: take index seq number into account for rotation...
2018-10-12  Jérémie GalarneauFix: take index sequence number into account for data...
2018-10-12  Jérémie Galarneaurelayd: keep track of prev_index_seq in relayd_stream
2018-10-06  Jérémie GalarneauFix: session conditions not evaluated at subscription...
2018-10-05  Jérémie GalarneauRemove unnecessary check of output parameter
2018-10-04  Jérémie GalarneauAllow get_next_notification to return when interrupted
2018-10-04  Jérémie GalarneauFix: register rotation thread as RCU thread
2018-10-03  Jérémie GalarneauFix: uninitialized variable may be used in local rotati...
2018-10-02  Jérémie GalarneauRename sessiond-timer.[hc] to timer.[hc]
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-09-18  Jonathan RajotteFix: perform local data pending before checking data...
2018-09-18  Jonathan RajotteFix: double put on error path
2018-09-18  Jonathan RajotteFix: holding the stream lock does not equate to having...
2018-09-18  Jonathan RajotteFix: skip uid registry when metadata key is 0
2018-09-17  Jérémie GalarneauDocs: document the meaning of a ust app channel key...
2018-09-17  Jérémie GalarneauFix: acquire stream lock during kernel metadata snapshot
2018-09-17  Jonathan RajotteFix: skip closed session on viewer listing
2018-09-17  Jonathan RajotteFix: use LTTNG_VIEWER_ATTACH_UNK to report a closed...
2018-09-13  Jonathan RajotteFix: cleanup relayd sockets on rotation command communi...
2018-09-13  Jonathan RajotteFix: perform relayd socket pair cleanup on control...
2018-09-13  Jérémie GalarneauFix: relayd control socket mutex is not destroyed
2018-09-07  Francis DeslauriersFix: Memory leak on run_as worker restart error path
2018-09-07  Jérémie GalarneauFix: non-zero return of open handled as error
2018-09-07  Jérémie GalarneauFix: global run_as worker lock released during restart
2018-09-06  Jérémie GalarneauFix: runas worker attempts to send invalid fd to master
2018-09-06  Jérémie GalarneauCleanup: remove superfluous empty line
2018-09-06  Jérémie GalarneauFix runas: don't attempt close negative fd
2018-08-31  Francis Deslaurierself: support dynamic symbol table lookup
2018-08-31  Jérémie GalarneauFix: leak of event attributes on copy failure
2018-08-31  Jérémie GalarneauFix: runas check fd value before calling close()
2018-08-30  Jérémie GalarneauFix: ret variable is used instead of cmd_ret in disable...
2018-08-30  Jérémie GalarneauCleanup: unused assignation on rotation error
2018-08-30  Jérémie GalarneauCleanup: unused assignation on rotation already pending
2018-08-30  Jérémie GalarneauFix: unchecked writer open element return value
2018-08-30  Jérémie GalarneauRemove unused session current_archive_location accessor
2018-08-30  Jérémie GalarneauFix: incorrect error message on regenerate missing...
2018-08-30  Jérémie GalarneauFix: incorrect error message on metadata missing argument
2018-08-30  Jérémie GalarneauFix: snapshot command mishandles missing arguments
2018-08-30  Jérémie GalarneauCleanup: improve readability of filter expression condition
2018-08-30  Jérémie GalarneauFix: potential use of NULL path in stat() use
2018-08-30  Jérémie GalarneauCleanup: unused assignment of curr_data_ptr in lttng_elf
2018-08-30  Jérémie GalarneauFix: uninitialized data/ret in runas offset commands
2018-08-30  Jérémie GalarneauFix: uninitialized fd value used in runas
2018-08-30  Jérémie GalarneauFix: report setegid()/seteuid() failure in runas
2018-08-30  Jérémie GalarneauFix: leak of binary path on location creation error
2018-08-30  Jérémie GalarneauFix: missing return value check in notification seriali...
2018-08-30  Jérémie GalarneauFix: possible leak of path in _utils_expand_path
2018-08-30  Jérémie GalarneauFix: silent truncation in _utils_expand_path
2018-08-30  Jérémie GalarneauCleanup: unused assignment of ret_code in ROTATE_CHANNEL
2018-08-30  Jérémie GalarneauFix: passing null to closedir() on error
2018-08-30  Jérémie GalarneauFix: unchecked access to pids array
2018-08-30  Jérémie GalarneauFix: missing jump to error on allocation failure
2018-08-30  Jérémie GalarneauCleanup: unused assignation of ret value
2018-08-30  Jérémie GalarneauCleanup: unused assignation of ELF parsing error
2018-08-30  Jérémie GalarneauFix: leak of probe_locs on error
next
This page took 0.040671 seconds and 7 git commands to generate.