]> git.proxmox.com Git - mirror_lxcfs.git/history - src
tree-wide: include own header file first
[mirror_lxcfs.git] / src /
2021-10-14 Christian Braunertree-wide: include own header file first
2021-10-14 Christian Braunersrc: rely on config.h for fuse version
2021-10-14 Christian Braunerproc_cpuview: unlock mutex in all error paths
2021-07-16 Christian Braunerlxcfs: handle libfuse2 vs libfuse3
2021-07-16 Christian Braunerlxcfs: handle libfuse2 vs libfuse3
2021-07-15 Christian Braunercgroup_fuse: replace potentially problematic terminology
2021-07-15 Christian Braunerproc_fuse: don't spam log needlessly
2021-07-15 Christian Braunerbindings: fix struct lxcfs_opts by making it versioned
2021-07-15 Christian Braunercpuset_parse: drop unneeded dependencies
2021-07-15 Christian Braunerbindings: introduce lxcfs_has_opt() helper
2021-07-15 Christian Braunerlxcfs: remove obsolete logging
2021-07-15 hailin84lxcfs: rework argument parsing
2021-04-26 Scott ParlaneDetermine the file size from the current system file...
2021-01-28 Christian Braunerproc_cpuview: release lock before returning
2021-01-08 Tim Gatesdocs: fix simple typo, throuh -> through
2020-11-11 Stéphane Graberswap: Remove now unused variable
2020-11-11 Stéphane Graberswap: Make /proc/swaps match /proc/meminfo
2020-11-11 Stéphane Graberswap: Tweak meminfo logic
2020-11-11 Stéphane Graberswap: Only report usage when swappiness is 0
2020-11-11 Stéphane Graberswap: Fix usage reporting
2020-11-11 Stéphane Grabercgroups: Add get_memory_swappiness
2020-11-03 Christian Braunermeminfo: show host swap values when no limit or equal...
2020-10-19 Christian Braunerdiskstats: support new fields in 4.18+ kernels
2020-10-19 Scott ParlaneSet the file size to 4k
2020-10-19 Scott Parlanerename fuse_compat.h to avoid conflict with system...
2020-10-19 Scott ParlaneUpdate options passed to fuse_main
2020-10-19 Jack O'SullivanFix `get_min_memlimit()` on non-glibc
2020-10-19 Scott ParlaneAdd support for fuse3
2020-10-19 Nick Cleatonfix epoll create socket error message
2020-08-03 Ruan Kunliangfix type mismatch
2020-07-06 Christian Braunerproc_fuse: remove unused variable
2020-07-06 Christian Brauner.travis: use RTLD_NOW for tests
2020-07-06 Christian Braunerbindings: provide lxcfs_clone() as wrapper around lxcfs...
2020-07-06 Christian Braunercgroups: replace leftover reference to legacy terms
2020-07-06 Christian Braunercgroups: update terminology
2020-07-06 Christian Braunerbindings: update terminology
2020-06-25 Christian Braunerproc_fuse: provide host values when kernel does not...
2020-06-15 Christian Braunerproc_cpuview: cleanup cpuview_init_head()
2020-06-15 Christian Braunerproc_cpuview: cleanup cpuview_proc_stat()
2020-06-15 Christian Braunerproc_cpuview: fix max_cpu_count()
2020-06-15 Christian Braunerproc_cpuview: fix exact_cpu_count()
2020-06-15 Christian Braunerproc_cpuview: cleanup read_cpu_cfs_param()
2020-06-15 Christian Braunerproc_cpuview: cleanup add_cpu_usage()
2020-06-15 Christian Braunerproc_cpuview: clean up find_or_create_proc_stat_node()
2020-06-15 Christian Braunerproc_cpuview: clean up prune_proc_stat_list()
2020-06-15 Christian Braunerproc_cpuview: clean up expand_proc_stat_node()
2020-06-15 Christian Braunerproc_cpuview: use correct comment style
2020-06-15 Christian Braunerproc_cpuview: cleanup add_proc_stat_node()
2020-06-15 Christian Braunerproc_cpuview: reduce variable scope in cpuview_free_head()
2020-06-15 Christian Braunerproc_cpuview: use more descriptive labels in add_proc_s...
2020-06-15 Christian Braunerproc_cpuview: cleanup new_proc_stat_node()
2020-06-15 Christian Braunerproc_fuse: more swap tweaks
2020-06-15 Christian Braunerproc_cpuview: tweak cpuacct.percpu_usage fallback
2020-06-15 Christian Braunerproc_fuse: cap swap to global values
2020-06-15 Christian Braunerproc_fuse: don't cause invalid swap values
2020-06-15 Christian Braunerproc_fuse: improve swap calculation a little
2020-06-05 Christian Braunerutils: don't leak fds in in_same_namespace()
2020-06-05 Christian Braunerproc_fuse: cleanup proc_uptime_read() a little
2020-06-05 Christian Braunerproc_fuse: move get_reaper_busy() down
2020-06-05 Christian Braunerproc_loadavg: avoid needless memory allocation
2020-06-05 Christian Braunerproc_loadavg: remove dummy variable
2020-06-05 Christian Braunerproc_loadavg: use must_* alloc helpers
2020-06-05 Christian Braunerproc_fuse: use zalloc()
2020-06-05 Christian Braunerlxcfs: free opts on lxcfs binary exit
2020-06-05 Christian Braunerbindings: avoid dynamic stack allocations in clone()
2020-06-05 Christian Braunerbindings: wipe initpid cache on library reload
2020-06-05 Christian Braunerproc_loadavg: simplify calc_pid()
2020-06-05 Christian Braunerproc_loadavg(): use strdup() in calc_pid()
2020-06-05 Christian Braunermacro: use ISO C compatible __typeof__
2020-06-05 Christian Braunerproc_loadavg: replace malloc() with asprintf() in calc_...
2020-06-05 Christian Braunerproc_loadavg: don't leak getline() memory
2020-06-05 Christian Braunerproc_loadavg: ensure pointer is NULL when passing to...
2020-06-05 Christian Braunerproc_loadavg: don't leak getline() memory in calc_pid()
2020-06-05 Christian Braunerbindings: s/get_init_pid_for_task()/scm_init_pid()/g
2020-06-04 Christian Braunercpuview: fix /proc/stat virtualization
2020-05-28 Christian Braunerbindings: cleanup init pid verification
2020-05-28 Christian Braunerbindings: cleanup cache locking
2020-05-28 Christian Braunerbindings: use brackets to make logic clearer
2020-05-28 Christian Braunerbindings: make opts pointer const
2020-05-28 Christian Braunerbindings: fix init pid hashing
2020-05-14 Joseph MooreFix https://github.com/lxc/lxcfs/issues/404
2020-04-28 Christian Braunersysfs_fuse: remove logically dead code
2020-04-28 Christian Braunersysfs: cpuinfo: show cgroup cpuset value
2020-04-28 Wolfgang Bumillerproc_fuse: silence error when we find no memlimit
2020-04-17 Stéphane Graberproc_fuse: improve swap calculation
2020-04-17 Christian Braunercgroups: simplify cgroup_walkup_to_root()
2020-04-17 Christian Braunercgroups: please Coverity
2020-04-17 Christian Braunercgroups: more cgroup2 fun
2020-04-16 Christian Braunerbindings: use zalloc()
2020-04-16 Christian Braunerutils: fix recv_creds()
2020-04-16 Christian Braunerlxcfs: don't cause a uaf
2020-04-16 Christian Braunercgroup_fuse: be cautios when dereferencing d->controller
2020-04-16 Christian Braunerbindings: do not falsely return
2020-04-16 Christian Braunercgroup_fuse: s/clone/lxcfs_clone/g
2020-04-16 Christian Braunerlxcfs: remove fl.* prefix
2020-04-16 Christian Braunercgroup_fuse: do not double-close
2020-04-15 Christian Braunermemory_utils: make it easier for Coverity
2020-04-15 Wolfgang Bumillerrelax init pid store locking a bit
2020-04-09 Dmitry PetrashkoFix #387. Include `:` in matching of lines in /proc...
2020-03-24 Christian Braunerproc_fuse: fix swap calculations
next