summaryrefslogtreecommitdiff
path: root/src/test/test-loop-block.c
Commit message (Expand)AuthorAgeFilesLines
* mkfs-util: Add quiet argument to make_filesystem()Daan De Meyer2023-05-121-4/+4
* tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-5/+5
* repart: Allow configuring sector sizeDaan De Meyer2023-01-171-4/+4
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* Implement SYSTEMD_HOME_MKFS_OPTIONS_* envvars to configure mkfs options for h...Aidan Dang2022-12-151-4/+4
* test-loop-block: let's explicitly flush buffer cache on whole block deviceLennart Poettering2022-12-011-0/+9
* test-loop-block: also test dissection without ADD/PIN of partition block devicesLennart Poettering2022-12-011-0/+8
* test-loop-block: tighten tests a bit - check fstype, tooLennart Poettering2022-12-011-1/+10
* dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PART...Lennart Poettering2022-12-011-3/+3
* Implement --luks-sector-size for homedAidan Dang2022-10-071-2/+2
* test: add test for dissect_image_file()Yu Watanabe2022-09-281-53/+59
* Merge pull request #24709 from keszybz/partition-table-constantsLennart Poettering2022-09-211-4/+4
|\
| * headers: export partition uuids and flags in new sd-gpt.h fileZbigniew Jędrzejewski-Szmek2022-09-201-4/+4
* | shared: Add squashfs support to make_filesystem()Daan De Meyer2022-09-211-4/+4
|/
* dissect-image: use backing_file stored in LoopDevice object to generate image...Yu Watanabe2022-09-071-9/+3
* loop-util: save backing file of loopback block deviceYu Watanabe2022-09-071-0/+1
* loop-util: store sd_device object for the loop deviceYu Watanabe2022-09-061-0/+1
* Use original filename for extension name checkKai Lueke2022-09-061-3/+9
* dissect-image: introduce dissect_loop_device() which takes LoopDevice objectYu Watanabe2022-09-031-3/+3
* loop-util: rework how we lock loopback block devicesLennart Poettering2022-09-011-10/+2
* Add sys/file.h for LOCK_Pavel Zhukov2022-06-211-0/+1
* tree-wide: take BSD lock on loopback devices we dissect/mount/operate onLennart Poettering2022-04-101-0/+24
* test-loop-block: reenable test on CILennart Poettering2022-04-101-6/+0
* test-loop-block: conditionalize things on HAVE_BLKID correctlyLennart Poettering2022-04-071-5/+12
* test: allow specifying test threads/iterations/timeouts via cmdlineLennart Poettering2022-04-071-14/+45
* test-loop-block: don't spawn threads in case N_THREADS is 1Lennart Poettering2022-04-071-9/+15
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-1/+0
* dissect: use DISKSEQ when waiting for block devicesLuca Boccassi2021-07-281-3/+3
* dissect-image: add support for optionally mounting images with idmapping onLennart Poettering2021-05-071-2/+2
* dissect: ignore udev database entries from before the loopback attachmentLennart Poettering2021-04-201-3/+3
* dissect: ignore old uevents when waiting for loopback partition scanLennart Poettering2021-04-201-3/+3
* test: temporarily skip failing tests on GH ActionsFrantisek Sumsal2021-01-081-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* test: add heavy load loopback block device testLennart Poettering2020-10-221-0/+250