]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/bdev.c
Mark functions as static and arguments/arrays as const where possible
[mirror_lxc.git] / src / lxc / bdev.c
2014-01-02 Andrey MazoMark functions as static and arguments/arrays as const...
2014-01-02 Serge HallynRevert "Use pthread_atfork() to unlock mutexes after...
2014-01-01 Andrey MazoUse pthread_atfork() to unlock mutexes after fork()
2014-01-01 S.Çağlar Onuradjust include statements (v2)
2013-12-24 Andrey MazoRemove process_lock() except where actually needed
2013-12-13 hallynMerge pull request #101 from ahippo/master
2013-12-03 Andrey Mazorun_buffer(): unblock all signals for spawned scripts.
2013-12-02 Stéphane GraberReduce public API (V2)
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-22 Serge Hallynlxcapi_destroy: run in a namespace if we are unprivileged
2013-11-18 S.Çağlar Onurfix memory leaks reported by cppcheck in src/lxc/bdev.c
2013-10-22 Serge Hallynbdev.c: don't free right before exit
2013-10-22 Sidnei da SilvaPass through all options with -Bbest.
2013-10-21 Sidnei da SilvaFallback lvs comparison to false.
2013-10-21 Sidnei da SilvaAssume a default thin pool named 'lxc'.
2013-10-18 Sidnei da SilvaAllocate cmd string with alloca instead of malloc,...
2013-10-18 Sidnei da SilvaAdd a --thinpool argument to lxc-create, to use thin...
2013-09-18 Serge Hallynmake heavier use of process_lock (v2)
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-04 S.Çağlar Onurbdev_copy segfaults if bdevtype is NULL
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-08-21 Serge HallynTrack snapshot dependencies (v2)
2013-08-20 Serge Hallyncoverity: dont dereference before null check
2013-08-20 Serge Hallyncoverity: don't leak open DIR
2013-08-19 Stéphane GraberDefine BLKGETSIZE64 and LO_FLAGS_AUTOCLEAR
2013-08-19 Stéphane GraberReplace all calls to rindex by strrchr
2013-08-16 Serge Hallynlxc-clone: default to overlaysf for -s clone of dir
2013-08-16 Stéphane GraberReplace a few more str(n)dupa by str(n)dup + free
2013-08-15 Serge Hallynbdev: support -B best and -B lvm,dir
2013-08-15 Serge Hallynbdev_create: don't default to btrfs if possible
2013-06-03 Serge Hallynimplement loopback backing store
2013-05-26 Serge HallynMove container creation fully into the api
2013-05-25 Serge Hallyndestroy: implement in the api
2013-05-25 Dwight Engenconsolidate missing C library functions into utils.h
2013-05-07 Dwight Engencoverity: condition already checked for
2013-05-07 Dwight Engencoverity: open can return 0 as an fd, change error...
2013-05-07 Dwight Engencoverity: free malloc'ed memory in error case
2013-05-03 Serge Hallynremove leftover debug cruft (thanks, Dwight)
2013-05-02 Serge Hallynclone: a few fixes
2013-04-30 S.Çağlar Onursilence "sh: 1: zfs: not found" errors on systems witho...
2013-04-30 Serge Hallynallow site-wide customization of zfsroot and lvm vg
2013-04-30 Serge HallynSeveral backing store improvements
2013-04-30 Serge Hallynimplement zfs bdev and clone
2013-04-30 Serge Hallynimplement backend drivers and container clone API (v3)