]> git.proxmox.com Git - mirror_lxcfs.git/history - lxcfs.c
Remove unused chunks in caching code
[mirror_lxcfs.git] / lxcfs.c
2016-01-28 Seth ForsheeRemove unused chunks in caching code
2016-01-28 Seth ForsheeAvoid theoretical underflow in prune_init_{slice,scope}
2016-01-23 Serge Hallynmake HASH a smidge safer
2016-01-23 Serge Hallynturn pidns store into a hashtable
2016-01-22 Serge Hallynprune unused init pid store entries
2016-01-22 Serge Hallyncache the init pids
2016-01-22 Serge Hallynepoll: update timeout and retry at eintr
2016-01-22 Serge Hallynmore sanity checking
2016-01-22 Serge Hallynfirst start to converting permissions checks
2016-01-22 Serge HallynDon't use tasks file to determine access rights to...
2016-01-22 Serge Hallynswitch to epoll
2016-01-22 Serge Hallynsimplify getreaperage
2016-01-22 Serge Hallynuse the init pid for reaper age
2016-01-21 Serge Hallynremove stale comment
2016-01-19 Nehal J WaniFix Busted Swap Accounting
2016-01-08 Serge Hallynsimplify and fix must_strcat_pid
2016-01-08 Serge Hallyndo not dereference char* for realloc
2016-01-07 Serge HallynFix comparison of string to number.
2016-01-07 Wolfgang Bumillerfix leak in realloc loop in must_strcat_pid
2016-01-07 Wolfgang Bumilleravoid strlen in must_strcat_pid
2016-01-07 Wolfgang Bumillerfix missing dereferencing in must_strcat_pid
2015-12-17 Wolfgang Bumilleruptime: fix pid1 and reaper_busy times
2015-12-07 Serge HallynMerge pull request #57 from tych0/can-see-root-cgroup
2015-12-07 Tycho Andersencaller_may_see_dir: correctly handle tasks in /
2015-12-06 Serge Hallynmeminfo: fix report swap usage
2015-11-23 Serge Hallyncaller_may_see_dir: prune init slice
2015-11-23 Serge Hallynlxcfs.c: minor cleanups
2015-11-23 Serge Hallynget_task_reaper_pid: clean up forked child
2015-11-17 Serge Hallynremove stray debug statement lxcfs-0.12
2015-11-17 Serge HallynImplement privilege check when moving tasks
2015-11-17 Serge HallynFix checking of parent directories
2015-11-12 Serge HallynLimit caching to 0.5s
2015-11-11 Serge Hallynchown cgroup files after chowning dirs
2015-11-11 Serge Hallynmkdir: don't do it as setresid
2015-11-10 Teemu GrönqvistImplement SwapTotal and SwapFree support for /proc...
2015-11-09 Serge HallynUse cpuacct info for /proc/uptime idle field
2015-11-09 Serge HallynUse find_mounted_controller in get_pid_cgroup
2015-11-03 Serge Hallynconvert to using cgfs instead of cgmanager
2015-10-31 Serge Hallyndrop support for precise's glib
2015-10-31 Serge Hallyntravis: satisfy older glib by calling g_type_init
2015-10-31 Serge Hallyn/proc/meminfo: show the lowest limit amongst our ancestors
2015-10-30 Serge Hallyndon't let idletime be > reaperage
2015-10-28 Stéphane GraberMerge pull request #49 from hallyn/offset1
2015-10-28 Serge Hallynfix corner cases in uptime and diskstat read
2015-10-28 Serge HallynMerge pull request #48 from bmiklautz/uptime_format
2015-10-28 Serge Hallynmove lxcfs_mkdir under libexecdir
2015-10-28 Bernhard MiklautzChange "uptime" format
2015-10-26 Serge HallynRemove a memory leak from getattr
2015-10-22 Serge Hallynremove stale comments, update some
2015-10-22 Serge Hallynfix memory leak
2015-10-21 Serge Hallynswap out libnih and libnih-dbus for glib
2015-10-15 Serge Hallynallow systemd to escape its init.scope cgroup
2015-06-24 Serge Hallyndon't thread
2015-06-05 Serge HallynReturn host's meminfo file if no memory cgroup
2015-05-20 Serge Hallynfix two threading issues
2015-05-19 Serge Hallynuse threads when safe
2015-05-08 Stéphane GraberMerge pull request #26 from mikemccracken/maybe-fix-24
2015-05-08 Michael McCrackeninside *_read() funcs, return 0 for snprintf errors...
2015-05-08 Michael McCrackencheck return value from snprintf to avoid FUSE errors...
2015-05-07 Serge Hallynimplement --version
2015-04-30 Serge HallynFix the check for cpu being in cpuset range
2015-04-20 Serge HallynAdd some more sanity checks
2015-04-19 Serge Hallynfree d at program end
2015-04-19 Serge HallynMake sure that that '/cgroup' and the controller are...
2015-04-17 Serge Hallyncg_read: add ending newline
2015-04-17 Serge Hallynuse direct_io
2015-04-17 Serge HallynProvide the fuse options we want ourselves
2015-04-10 Serge HallynCleanup whitespace
2015-04-10 Serge HallynMerge pull request #22 from hustcat/cache.1
2015-04-10 Ye Yininfo as parent when malloc memory for file buf
2015-04-09 Serge HallynMerge pull request #19 from hallyn/cache.1
2015-04-09 Ye Yinadd cache for proc file, for support multiple read
2015-04-07 Serge Hallyncache: use file_dir object as parent for alloc'ed objects
2015-04-06 Serge Hallyndon't check for cgroup perms when opendir'ing /cgroup
2015-04-06 Serge Hallynadd a file_info cache pointer for procfile reads
2015-04-06 Serge Hallynadd cache types for each procfile type that we provide
2015-04-06 Serge Hallyncheck that file and dir entries don't get mixed up
2015-04-06 Serge Hallyncache verified controller/cgroup info at cg file read...
2015-04-06 Serge Hallyncache opendir work and re-use it at readdir
2015-04-03 Serge Hallynbe robust to glibc fork failures
2015-04-03 Serge Hallyntimeout the reception of a scm_cred
2015-04-03 Serge Hallynnih_local's must be initialized as NULL
2015-03-18 Serge HallynMerge pull request #16 from hustcat/diskstats
2015-03-11 Ye YinAdd /proc/diskstats
2015-02-17 Christian BraunerShow cpu-average in /proc/stat and start cup numbering...
2015-02-16 Serge Hallynclean up after several functions
2015-01-23 Stéphane GraberRemount / recursive ms-slave in our new mntns
2015-01-23 Stéphane GraberRevert "remount / ms-slave"
2015-01-23 Serge Hallynremount / ms-slave
2015-01-08 Serge Hallynwrite: make sure to null terminate the buffer
2015-01-08 Stéphane GraberAdd some more missing newlines
2015-01-07 Serge Hallynfix up pid conversion algorithm
2014-12-27 Serge Hallynconvert pids at write to tasks and cgroup.procs files
2014-12-27 Serge HallynMerge branch 'readtasks.pass.creds.2' into m.2
2014-12-27 Serge Hallynread: translate pids into the reader's pidns
2014-12-25 Stéphane GraberAdd missing line breaks
2014-12-19 Serge Hallynimplement read of /proc/uptime
2014-12-18 Serge Hallynadd comment describing how we'll do uptime
2014-12-18 Serge Hallynimplement read for meminfo
2014-12-17 Serge Hallynimplement read for /proc/stat
next