summaryrefslogtreecommitdiff
path: root/src/import/import-raw.c
Commit message (Expand)AuthorAgeFilesLines
* copy: Introduce reflink() and reflink_full()Daan De Meyer2023-04-281-1/+1
* copy: Make copy_xattr() more genericDaan De Meyer2023-02-141-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-3/+3
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* fd-util: rename CLOSE_AND_REPLACE() -> close_and_replace()Yu Watanabe2022-09-171-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* import: don't attempt full-file clones if we only are supposed to write a par...Lennart Poettering2021-08-201-0/+3
* import: enable sparse file writing logic only for files we createLennart Poettering2021-08-201-1/+1
* import: when completed, say how many bytes we wrote/acquiredLennart Poettering2021-08-201-0/+3
* import: add new "--direct" mode + add controls for turning certain features o...Lennart Poettering2021-08-171-59/+158
* shared/copy: add a new flag COPY_ALL_XATTRSAndrej Lajovic2021-08-111-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* import: make sure we can import empty filesLennart Poettering2021-01-291-20/+20
* import: use unlink_and_free() + rm_rf_subvolume_and_free() moreLennart Poettering2021-01-291-4/+1
* 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
* Add CLOSE_AND_REPLACE helperZbigniew Jędrzejewski-Szmek2020-09-181-3/+1
* import: don't complain if FS_NOCOW_FL is not availableLennart Poettering2020-01-201-8/+2
* 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: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-1/+1
* copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering2019-03-011-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+1
* import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-13/+0
* import: use structured initializersYu Watanabe2018-11-241-11/+18
* chattr: optionally, return the old flags when updating themLennart Poettering2018-10-081-2/+2
* import: sparse_write() returns negative errnoYu Watanabe2018-10-011-1/+1
* 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
* macro: introduce new TAKE_FD() macroLennart Poettering2018-03-221-2/+1
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-3/+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-2/+2
* 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: split out file attribute calls to chattr-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-8/+10
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1