]> git.ipfire.org Git - thirdparty/systemd.git/history - src/core/mount.c
core: s/reexection/reexecution/ typo fix
[thirdparty/systemd.git] / src / core / mount.c
2015-08-06  Zbigniew Jędrzejew... Merge branch 'hostnamectl-dot-v2'
2015-07-29  David HerrmannMerge pull request #747 from dvdhrm/consoled
2015-07-28  Tom GundersenMerge pull request #732 from ssahani/macvtap
2015-07-28  Daniel MackMerge pull request #756 from ldzhong/fix
2015-07-28  Daniel MackMerge pull request #755 from karelzak/nomtab
2015-07-28  Karel Zakmount: remove obsolete -n 755/head
2015-07-28  Lennart PoetteringMerge pull request #375 from msekletar/test-install...
2015-07-27  Lennart PoetteringMerge pull request #362 from d-hatayama/fix_selinux_uni...
2015-07-25  Kay SieversMerge pull request #634 from icarlosvenegas/sd-boot...
2015-07-24  Daniel MackMerge pull request #704 from richardmaw-codethink/empty...
2015-07-24  Daniel MackMerge pull request #606 from dvdhrm/bus-proxy-pedantic...
2015-07-24  Daniel MackMerge pull request #702 from ldzhong/fix
2015-07-23  Daniel MackMerge pull request #539 from poettering/tmpfiles-journa...
2015-07-23  Lennart PoetteringMerge pull request #604 from heftig/master
2015-07-23  Daniel MackMerge pull request #674 from ssahani/tunnel
2015-07-23  David HerrmannMerge pull request #537 from poettering/nss-mymachines...
2015-07-22  Daniel MackMerge pull request #632 from Stebalien/cgls-nspawn
2015-07-22  Lennart PoetteringMerge pull request #654 from ssahani/nl
2015-07-22  Tom GundersenMerge pull request #647 from michich/job-logging
2015-07-21  Michal Schmidtcore: remove generic job completion messages from unit...
2015-07-21  Michal Schmidtcore: correct return value from reload methods
2015-06-10  Lennart PoetteringMerge pull request #6 from xnox/drop-name
2015-06-05  Daniel MackMerge pull request #63 from arvidjaar/issue/50
2015-06-04  Daniel MackMerge pull request #74 from systemd-mailing-devs/143275...
2015-06-04  David HerrmannMerge pull request #72 from teg/event-fork-unref
2015-06-04  David HerrmannMerge pull request #73 from zonque/mountinfo
2015-06-04  Daniel Mackcore/mount: skip incomplete mountinfo entries 73/head
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-06-02  Daniel MackMerge pull request #4 from systemd-mailing-devs/1431989...
2015-05-19  Lennart Poetteringmount: properly check for mounts currently in /proc...
2015-05-19  Lennart Poetteringmount: don't claim a device is gone from /proc/self...
2015-05-13  Dimitri John LedkovDefault to /usr/bin/u?mount, configurable, rather than...
2015-05-13  Lennart Poetteringcore: never create device depencies for /dev/root mounts
2015-05-11  Lennart Poetteringcore: rename SystemdRunningAs to ManagerRunningAs
2015-05-11  Lennart Poetteringunit: move unit_warn_if_dir_nonempty() and friend to...
2015-05-11  Lennart Poetteringcore,network: major per-object logging rework
2015-05-11  Lennart Poetteringcore: always initialize ExecParamters.bus_endpoint_fd...
2015-05-05  Lennart Poetteringcore: rework unit name validation and manipulation...
2015-04-29  Tom Gundersencore: annotate event sources
2015-04-24  Lennart PoetteringRevert "core: do not spawn jobs or touch other units...
2015-04-21  Michael Olbrichautomount: add expire support
2015-04-10  Ronny Chevaliershared: add formats-util.h
2015-04-07  Lennart Poetteringutil: rework cunescape(), improve error handling
2015-04-01  Michal Sekletarmount: fix up wording in the comment
2015-04-01  Lukas Nykrynmount: don't run quotaon only for network filesystems
2015-03-07  Ivan Shapovalovcore: do not spawn jobs or touch other units during...
2015-03-02  Lennart Poetteringcore: expose consumed CPU time per unit
2015-02-28  Lennart Poetteringcore: rework device state logic
2015-02-23  Thomas Hindoe Paab... remove unused includes
2015-02-03  Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
2015-01-28  Martin Pittcore/mount: add dependencies to dynamically mounted...
2015-01-28  Lennart Poetteringcore: output unit status output strings to console...
2015-01-23  Lennart Poetteringcore,shutdown: don't bother with unmounting any mounts...
2015-01-12  Zbigniew Jędrzejew... core/mount: remove "fail" again
2015-01-12  Daniel Mackcore/mount: use isempty() to check for empty strings
2015-01-12  Zbigniew Jędrzejew... core/mount: filter out noauto,auto,nofail,fail options
2015-01-12  Zbigniew Jędrzejew... Add new function to filter fstab options
2015-01-01  Zbigniew Jędrzejew... mount: do not use -n when running in --user mode
2014-12-24  Shawn Paul Landdenutil: fix strict aliasing violations in use of struct...
2014-12-15  Lennart Poetteringunit: handle nicely of certain unit types are not suppo...
2014-12-12  Lennart Poetteringcore: retry unmounting until we are done, in case of...
2014-12-10  Lennart Poetteringsd-bus: move common errors src/shared/bus-errors.h...
2014-12-10  Lennart Poetteringmount: clarify that we really need to replace the utab...
2014-12-10  Lennart Poetteringcore: unify how we iterate over inotify events
2014-12-10  Lennart Poetteringmount: use bools where appropriate
2014-11-28  Zbigniew Jędrzejew... mount: use DEFINE_TRIVIAL_CLEANUP_FUNC
2014-11-28  Zbigniew Jędrzejew... mount: constify MountParameters
2014-11-28  Zbigniew Jędrzejew... mount: deal with inotify queue overflow
2014-11-28  Zbigniew Jędrzejew... mount: create directory before adding watches on it
2014-11-28  Zbigniew Jędrzejew... mount: be more careful about errors when parsing mtab
2014-11-28  Zbigniew Jędrzejew... mount: simplify mount_needs_network check
2014-11-28  Chris Leechmount: check options as well as fstype for network...
2014-11-28  Chris Leechmount: add remote-fs dependencies if needed after change
2014-11-28  Chris Leechmount: monitor for utab changes with inotify
2014-11-28  Chris Leechmount: use libmount to enumerate /proc/self/mountinfo
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-28  Lennart Poetteringlog: fix order of log_unit_struct() to match other...
2014-11-27  Lennart Poetteringlog: rearrange log function naming
2014-11-24  Zbigniew Jędrzejew... manager: only issue overmount warning when the check...
2014-11-05  Lennart Poetteringcore: introduce new Delegate=yes/no property controllin...
2014-10-28  Umut Tezduyar Lindskogcore: send sigabrt on watchdog timeout to get the stack...
2014-10-02  Lennart PoetteringRevert "mount: order options before other arguments...
2014-09-18  Emil Renner Berthingmount: order options before other arguments to mount
2014-09-05  Daniel Mackexec: factor out most function arguments of exec_spawn...
2014-08-14  Timofey Titovetscore: Refuse mount on symlink
2014-08-14  Jon Severinssoncore: do not add default dependencies to /usr mount...
2014-06-30  Zbigniew Jędrzejew... Move x-systemd-device.timeout handling from core to...
2014-06-15  Lennart Poetteringmount: add new SloppyOptions= setting for mount units...
2014-06-15  Lennart Poetteringmount: tell /bin/mount to never touch /etc/mtab
2014-06-06  Tom Gundersencore: allow transient mount units
2014-03-24  Lennart Poetteringsd-event: rework API to support CLOCK_REALTIME_ALARM...
2014-03-19  Lennart Poetteringcore: rework context initialization/destruction logic
2014-03-07  Lennart Poetteringfstab-generator: merge /proc/cmdline parsing loops...
2014-03-03  Lennart Poetteringcore: introduce new RuntimeDirectory= and RuntimeDirect...
2014-02-26  Lennart Poetteringmount: don't fire PropertiesChanged signals for mounts...
2014-02-26  Lennart Poetteringmount: don't send out PropertiesChanged message if...
2014-02-26  Lennart Poetteringmount: minor modernization
2014-02-24  Lennart Poetteringcore: add global settings for enabling CPUAccounting...
2014-02-19  Lennart Poetteringapi: in constructor function calls, always put the...
next