]> git.proxmox.com Git - mirror_lxcfs.git/history - lxcfs.c
Fix test_proc on s390x
[mirror_lxcfs.git] / lxcfs.c
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
2014-12-17 Serge Hallynmove comment about caching open results
2014-12-17 Serge Hallynimplement cat of proc/cpuinfo
2014-12-17 Serge Hallynadd boilerplate for the /proc file readdir+reads.
2014-12-16 Serge Hallyncheck for permission at opendir
2014-12-16 Serge Hallynfix some error codes
2014-12-16 Serge Hallynremove stmt in lxcfs.c
2014-12-16 Serge HallynHide cgroups not under caller's own cgroup
2014-12-16 Serge Hallynimplement chmod
2014-12-15 Serge Hallynremove some debug output
2014-12-15 Serge Hallynimplement rmdir
2014-12-15 Serge HallynImplement chown
2014-12-15 Serge Hallynimplement write
2014-12-15 Serge HallynImplement mkdir
2014-12-13 Serge HallynAdd support for file read
2014-12-12 Serge Hallyngetattr: fill in ownership of cgroup dirs.
2014-12-12 Stéphane GraberMerge pull request #1 from hallyn/serge.2
2014-12-12 Serge HallynAdd base lxcfs.c
2014-12-12 Serge Hallynadd autoconf boilerplate and cgmanager fns