chiark / gitweb /
mount: fix assertion
[elogind.git] / src / mount.c
2012-03-13 Lennart Poetteringmount: fix assertion
2012-03-06 Dave Reisnermount: properly check return for mount_add_*
2012-03-05 Frederic Crozatfix sparse warnings
2012-02-07 Michal Schmidtmount: adjust dependencies for remote filesystems
2012-02-03 Lennart Poetteringautomount: convert failure boolean to enum
2012-02-03 Lennart Poetteringmount: replace failure boolean by enum
2012-01-26 Michal Schmidtmount: fix automount regression
2012-01-16 Michal Schmidtunit: use safe downcasts, remove pointless casts
2012-01-16 Michal Schmidtunit: use the UNIT() macro consistently
2012-01-16 Michal Schmidtunit: remove union Unit
2012-01-16 Michal Schmidtunit: reduce heap usage for unit objects
2012-01-13 Michal Schmidtmount: fix quota
2012-01-06 Lennart Poetteringunit: properly update references to units which are...
2011-12-30 Lennart PoetteringMerge branch 'journal'
2011-11-19 Michal Schmidtlet mount and swap units log to the configured defaults
2011-11-08 Lennart PoetteringMerge branch 'master' into journal
2011-11-02 Lennart PoetteringMerge remote-tracking branch 'zbigniew/systemadm_changes'
2011-11-01 Lennart Poetteringmount: order remote mounts after both network.target...
2011-10-12 Lennart PoetteringMerge branch 'master' into journal
2011-10-11 Lennart Poetteringunits: introduce local-fs-pre.target and remote-fs...
2011-09-21 Lennart Poetteringmount: pull in quota tools from fstab lines with 'quota...
2011-08-30 Lennart Poetteringmount: fix parsing of prio value
2011-08-19 Lennart Poetteringexec: optionally apply cgroup attributes to the cgroups...
2011-07-31 Lennart Poetteringload-fragment: speed up parsing by using a perfect...
2011-07-13 Lennart Poetteringunit: use ESRCH as error when we don't find anybody...
2011-07-12 Lennart Poetteringservice: properly handle who argument on D-Bus kill...
2011-06-21 Lennart Poetteringenglish: s/_per_/_by_/
2011-05-17 Lennart Poetteringexec: hangup/reset/deallocate VTs in gettys
2011-04-19 Lennart Poetteringmount,crypto: rework meaning of noauto/nofail
2011-04-19 Lennart Poetteringmount: properly parse timeouts options in the middle...
2011-04-16 Lennart Poetteringmount: make device timeout configurable
2011-04-16 Lennart Poetteringmanager: introduce IgnoreOnIsolate flag so that we...
2011-04-13 Lennart Poetteringmount: don't pull in stdio logger for root mount unit
2011-04-05 Lennart Poetteringmount: block creation of mount units for API file systems
2011-03-31 Lennart Poetteringsrc: our lord is coverity
2011-03-29 Lennart Poetteringquota: do not pull in quota tools for mounts that do...
2011-03-29 Lennart Poetteringexec: drop process group kill mode since it has little...
2011-03-28 Kay Sieversuse /run instead of /dev/.run
2011-03-18 Andrey Borzenkovmount: pull in quota services from local mountpoints...
2011-03-17 Lennart Poetteringdef: centralize definition of default timeout in one...
2011-03-08 Lennart Poetteringmount: support less cumbersome x-systemd-xxx mount...
2011-03-03 Lennart Poetteringkill: always send SIGCONT after SIGTERM
2011-02-21 Lennart Poetteringmount: make sure network mounts are ordered after netwo...
2011-02-15 Lennart Poetteringmount,swap: properly add dependencies to logger if...
2011-02-15 Lennart Poetteringexec: introduce global defaults for the standard output...
2011-01-21 Lennart Poetteringmount: ignore if an fsck is requested for a bind mount...
2011-01-21 Lennart Poetteringautomount: fix segfault when shutting down
2011-01-20 Lennart Poetteringsystemctl: highlight failed processes in systemctl...
2011-01-20 Lennart Poetteringservice: when reloading a service fails don't fail...
2011-01-18 Lennart Poetteringexecute: make sending of SIGKILL on shutdown optional
2010-11-17 Lennart Poetteringcgroup: by default, duplicate service cgroup in the...
2010-11-11 Kay Sieverssplit mount_point_is_api() and mount_point_ignore()
2010-11-10 Lennart Poetteringcryptsetup: minimal cryptsetup unit generator
2010-10-29 Lennart Poetteringmount: don't pull in nofail mounts by default, but...
2010-10-29 Lennart Poetteringunit: get rid of gnoreDependencyFailure= instead treat...
2010-10-28 Lennart Poetteringunit: replace StopRetroactively= by BindTo= dependencies
2010-10-28 Lennart Poetteringunit: replace recursive_stop by stop_retroactively...
2010-10-26 Lennart Poetteringswap: add only swaps listed in /etc/fstab automatically...
2010-10-22 Lennart Poetteringsystemctl: introduce systemctl kill
2010-10-20 Lennart Poetteringmount: pull in quotacheck.service, not quotacheck.target
2010-10-20 Lennart Poetteringmount: require fsck
2010-10-20 Lennart Poetteringmount: do not implicitly pull in fsck service for root dir
2010-10-19 Lennart Poetteringfsck: properly hook in fsck everywhere, add special...
2010-10-18 Lennart Poetteringswap: listen for POLLPRI events on /proc/swaps if available
2010-10-13 Lennart Poetteringmount: pull in fsck only in systemd instances
2010-10-13 Lennart Poetteringmount: hook in q fsck@.service instance for all mount...
2010-10-12 Lennart Poetteringmount: minor cleanups
2010-10-08 Lennart Poetteringservice: optionally, create INIT_PROCESS/DEAD_PROCESS...
2010-10-08 Lennart Poetteringmount: properly handle NULL fstype
2010-10-05 Fabiano FidĂȘnciomount: Don't stop the mountinfo parser if one line...
2010-10-05 Dave Reisnerfix typo: s/seperat/separat/g
2010-10-05 Lennart Poetteringmount: sort network mounts after network.target by...
2010-09-27 Lennart Poetteringmount: properly handle bind mounts
2010-09-26 Fabiano Fidenciomount: Remove double include of "mount.h"
2010-09-15 Lennart Poetteringvconsole: add new utility to initialize the virtual...
2010-08-31 Lennart Poetteringservice: rework killing logic so that we always kill...
2010-08-30 Matthew Millermanager: add missing second part of s/maintenance/failed/
2010-08-25 Lennart Poetteringmount: imply noauto for mount points configured with...
2010-08-25 Lennart Poetteringmount: rework automatic mounting to follow the 'nofail...
2010-08-25 Lennart Poetteringmount: add global configuration options for handling...
2010-08-20 Lennart Poetteringmount: don't create depdency for device node of root...
2010-08-20 Lennart Poetteringmount: properly handle LABEL="" in fstab
2010-08-20 Lennart Poetteringdbus: follow standardized fdo PropertiesChanged signal...
2010-08-14 Lennart Poetteringemacs: make sure nobody accidently adds tabs to our...
2010-08-11 Lennart Poetteringgc: remove a lot of unused code
2010-08-11 Lennart Poetteringclang: fix numerous little issues found with clang...
2010-08-09 Lennart Poetteringmanager: when two pending jobs conflict, keep the one...
2010-08-06 Lennart Poetteringautomount: order automount units after fsck, too
2010-08-05 Lennart Poetteringunits: split fsck.target from sysinit.target for suse...
2010-07-19 Lennart Poetteringsystemctl: introduce reset-maintenance command
2010-07-17 Lennart Poetteringexecute: bump up log level of executed processes that...
2010-07-12 Lennart Poetteringmount: add automatic start ordering dependencies for...
2010-07-10 Lennart Poetteringservice: allow immediate stopping while starting
2010-07-10 Lennart Poetteringexecute: add ability to configure the kill signal
2010-07-10 Lennart Poetteringmount: add implicit umount.target conflicts only in...
2010-07-10 Lennart Poetteringunits: introduce umount.target for unmounting all file...
2010-07-08 Lennart Poetteringmount: fix confirm spawn setting
2010-07-08 Lennart Poetteringexecute: if the main process of a service already owns...
2010-07-08 Lennart Poetteringdbus: make errors reported via D-Bus more useful
2010-07-06 Lennart Poetteringmanager: optionally print status updates to console...
next