chiark / gitweb /
Simplify execute_directory()
[elogind.git] / src / core / mount-setup.c
2015-01-05 Lennart Poetteringnspawn: mount most of the cgroup tree read-only in...
2014-11-28 Michal Schmidttreewide: another round of simplifications
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-26 Lennart Poetteringcore: reindent mount/kmod tables
2014-11-14 Daniel Mackmount-setup: remove mount_setup_late()
2014-11-13 Daniel Macksd-bus: sync with kdbus upstream (ABI break)
2014-10-23 Lennart Poetteringmac: also rename use_{smack,selinux,apparmor}() calls...
2014-10-10 Emil Renner Berthingmount-setup: skip relabelling when SELinux and SMACK...
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-13 Lennart Poetteringmount-setup: fix counting of early mounts without SMACK
2014-06-26 Tom Hirstcore: Don't require cgroups xattr support
2014-06-23 Ronan Le Martretcore: You can not put the cached result of use_smack...
2014-05-28 Kay Sieversbuild-sys: use glibc's xattr support instead of requiri...
2014-05-05 Kay Sieverscore: require cgroups filesystem to be available
2014-03-24 Lennart Poetteringcore: don't try to relabel mounts before we loaded...
2014-03-18 Lennart Poetteringcore: remount /sys/fs/cgroup/ read-only after we mounte...
2014-03-18 Lennart Poetteringcgroup: it's not OK to invoke alloca() in loops
2014-01-20 Lennart Poetteringexec: introduce PrivateDevices= switch to provide servi...
2013-11-26 Daniel Buchtree-wide usage of %m specifier instead of strerror...
2013-10-09 Auke KokSmack: Test if smack is enabled before mounting
2013-10-07 Auke KokMount /run, /dev/shm usable to tasks when using SMACK.
2013-07-17 Harald Hoyerremove /run/initramfs/root-fsck logic
2013-04-24 Zbigniew Jędrzejew... Small cleanup
2013-04-24 Zbigniew Jędrzejew... Add set_consume which always takes ownership
2013-04-24 Zbigniew Jędrzejew... Standarize on one spelling of symlink error message
2013-04-24 Zbigniew Jędrzejew... systemd: fall back to mounting /sys/fs/cgroup sans...
2013-04-22 Zbigniew Jędrzejew... systemd,nspawn: use extended attributes to store metadata
2013-04-04 Lennart Poetteringutil: make time formatting a bit smarter
2013-03-22 Lennart Poetteringmount: mount all cgroup controllers in containers, too
2013-03-16 Michal Sekletarcore: reuse the same /tmp, /var/tmp and inaccessible dir
2013-03-15 Lennart Poetteringsd-booted: update sd_booted() check a bit
2013-03-07 Nathaniel Chencore: mount and initialize Smack
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-27 Kay Sieversmount-setup: mount pstore filesystem
2013-02-13 Lennart Poetteringbuild-sys: make EFI support build-time optional
2013-02-12 Auke KokMerge branch 'master' of ssh://git.freedesktop.org...
2013-02-12 Lennart Poetteringefi: various cleanups
2013-01-21 Lennart Poetteringutil: move is_efiboot() to efivars.c
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-04 Kay Sieversmount-setup: try mounting 'efivarfs' only if the system...
2012-10-30 Lee, Chun-Yisystemd: mount the EFI variable filesystem
2012-09-18 Lennart Poetteringmount: don't mount securityfs in a container
2012-08-21 Lennart Poetteringdev-setup: make NULL as parameter for dev_setup() equiv...
2012-08-21 Dave Reisnerdev-setup: allow a path prefix for use in chroots
2012-08-06 Lennart Poetteringmount-setup: change system mount propagation to shared...
2012-08-06 Shawn Landdencontinue work with error messages, log_oom()
2012-07-03 Lennart Poetteringmount-setup: don't complain if we try to fix the label...
2012-06-01 Lennart Poetteringmissing: define MS_STRICTATIME if not defined already
2012-05-31 Kay Sieversmkdir: append _label to all mkdir() calls that explicit...
2012-05-08 Kay Sieversutil: split-out path-util.[ch]
2012-04-21 Lennart Poetteringmount-setup: ignore common container bind mounts
2012-04-20 Lennart Poetteringmount-setup: don't log with LOG_ERROR if a mount that...
2012-04-17 Kay Sieversudev: unify /dev static symlink setup
2012-04-17 Kay Sieversselinux: unify systemd and udev code
2012-04-12 Lennart Poetteringbuild-sys: move *-setup out of shared to avoid selinux...