summaryrefslogtreecommitdiff
path: root/src/import/import-tar.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-1/+1
* tree-wide: port more code to sigkill_wait()Lennart Poettering2021-11-031-4/+2
* tree-wide: port various places to use TAKE_PID()Lennart Poettering2021-11-031-2/+1
* import: add new "--direct" mode + add controls for turning certain features o...Lennart Poettering2021-08-171-36/+55
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* import: make sure we can import empty filesLennart Poettering2021-01-291-16/+17
* import: use unlink_and_free() + rm_rf_subvolume_and_free() moreLennart Poettering2021-01-291-4/+1
* import: set up btrfs qgroups on correct hierarchyLennart Poettering2021-01-221-1/+3
* import: introduce ImportFlags flags fieldLennart Poettering2021-01-221-7/+7
* hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* import: use our new btrfs_subvol_make_fallback() at two placesLennart Poettering2020-04-091-7/+4
* tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-201-3/+3
* Drop RATELIMIT macrosZbigniew Jędrzejewski-Szmek2019-09-201-2/+1
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* import: properly fail if tar exited non-zero, not just when it segfaulted or ...Lennart Poettering2018-11-261-0/+2
* import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-13/+0
* import: rerrange tarball/fs imports that have a single top-level directory co...Lennart Poettering2018-11-261-0/+4
* import: use structured initializersYu Watanabe2018-11-241-11/+18
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek2018-05-131-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-01-041-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: fix incorrect uses of %mZbigniew Jędrzejewski-Szmek2017-05-131-2/+2
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-9/+11
* import: when downloading images, create a subtree quota group for themLennart Poettering2015-10-221-0/+2
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering2015-08-241-0/+1
* util: when creating temporary file names, allow including extra id string in itLennart Poettering2015-06-151-1/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* btrfs: support recursively removing btrfs snapshotsLennart Poettering2015-04-061-6/+3
* util: rework rm_rf() logicLennart Poettering2015-04-061-2/+3
* util: add rename_noreplaceAlban Crequy2015-03-101-2/+3
* importd: add API for exporting container/VM imagesLennart Poettering2015-03-091-4/+11