summaryrefslogtreecommitdiffstats
path: root/src/test/test-copy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix type of read() return variable at a couple of placesLennart Poettering2024-06-221-6/+6
* ASSERT_STREQ for simple casesIvan Kruglov2024-04-151-9/+9
* Introduce ASSERT_OK_ERRNO()Daan De Meyer2024-04-101-7/+7
* test: Various build environment fixesDaan De Meyer2024-04-091-2/+5
* copy: introduce COPY_VERIFY_LINKED flagYu Watanabe2024-02-151-0/+22
* test: add test for copying symlink with copy_tree_at()Yu Watanabe2024-02-151-0/+37
* fs-util: rename xopenat() -> xopanat_full()Yu Watanabe2024-02-151-2/+2
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-261-1/+1
* io-util: introduce loop_write_full that takes a timeoutMike Yuan2023-09-071-3/+3
* copy: Add support for creating subvolumes to copy_tree_at()Daan De Meyer2023-08-141-7/+7
* file-io: Fix copying sparse filesMichael A Cassaniti2023-08-111-0/+73
* copy: Add COPY_LOCK_BSDDaan De Meyer2023-06-151-0/+21
* tree-wide: Fix false positives on newer gccDaan De Meyer2023-05-231-6/+6
* test: use _cleanup_ for temp. filesDavid Tardon2023-04-211-20/+8
* copy: make copy_bytes() support O_PATH fdsYu Watanabe2023-04-101-1/+1
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-2/+2
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-5/+5
* copy: Support both inode exclusion and contents exclusionDaan De Meyer2023-02-221-2/+2
* tree-wide: use -EBADF moreYu Watanabe2022-12-201-1/+1
* tree-wide: introduce PIPE_EBADF macroYu Watanabe2022-12-201-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-3/+3
* Merge pull request #25338 from DaanDeMeyer/at-fixesYu Watanabe2022-11-131-3/+4
|\
| * test-copy: Stop using rm_rf_physical_and_closeDaan De Meyer2022-11-111-3/+4
* | copy: Support passing a deny list of files/directories to not copyDaan De Meyer2022-11-101-8/+20
|/
* Merge pull request #24813 from DaanDeMeyer/at-all-the-thingsLuca Boccassi2022-11-101-34/+22
|\
| * test-copy: Rework test_copy_tree_replace_dirs() to use new openat() helpersDaan De Meyer2022-11-091-34/+22
* | basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
|/
* tree-wide: fix typoYu Watanabe2022-08-011-1/+1
* copy: Respect COPY_REPLACE flag for copy_treeAlexander Wilson2022-07-271-0/+69
* test-copy: use non-0 data block in copy_holesнаб2022-03-291-1/+2
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* test: initialize buffer to make Coverity silentYu Watanabe2022-01-271-1/+2
* shared: Ensure COPY_HOLES copies trailing holesDaan De Meyer2022-01-261-6/+16
* test: fix a copy-and-paste errorYu Watanabe2022-01-181-1/+1
* journal: Copy holes when archiving BTRFS journal filesDaan De Meyer2022-01-171-0/+44
* test: Use TEST macroJan Janssen2021-11-251-31/+17
* tree-wide: use WRITE_STRING_FILE_MKDIR_0755 at more placesLennart Poettering2021-11-161-2/+1
* xattr-util: merge various getxattr()/listxattr() helpers into getxattr_at_mal...Lennart Poettering2021-10-071-1/+1
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* tree-wide: coccinelle fixesFrantisek Sumsal2021-03-181-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-8/+8
* copy: handle copy_file_range() weirdness on procfs/sysfsLennart Poettering2021-02-261-0/+17
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* copy: optionally, reproduce hardlinks from source in destinationLennart Poettering2020-09-091-8/+34
* tests: various small fixes for strict systemsTopi Miettinen2020-04-261-3/+3
* test-copy: test that xattrs are properly copiedLennart Poettering2019-11-191-5/+28
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* Merge pull request #13022 from keszybz/coverity-cleanupsLennart Poettering2019-07-121-3/+3
|\
| * test: minor modernizationZbigniew Jędrzejewski-Szmek2019-07-121-3/+3
* | tree-wide: get rid of strappend()Lennart Poettering2019-07-121-4/+4
|/