summaryrefslogtreecommitdiff
path: root/src/shared/find-esp.c
Commit message (Expand)AuthorAgeFilesLines
* chase: replace path_prefix_root_cwd() with chaseat_prefix_root()Yu Watanabe2023-04-191-2/+2
* find-esp: use path_prefix_root_cwd()Yu Watanabe2023-04-111-10/+6
* fd-util: introduce dir_fd_is_root_or_cwd()Yu Watanabe2023-04-051-4/+1
* find-esp: Add openat() like helpers that operate on fdsDaan De Meyer2023-04-011-136/+201
* find-esp: Drop explicit automount triggerDaan De Meyer2023-04-011-5/+0
* btrfs-util: Add btrfs_get_block_device_at()Daan De Meyer2023-04-011-12/+2
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-7/+7
* find-esp: don't silently error bootctl install if presumed XBOOTLDR part is s...наб2023-03-231-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* blkid-util: define enum for blkid_do_safeprobe() return valuesLennart Poettering2022-12-011-4/+6
* tree-wide: use errno_or_else() more, instead of homegrown checksLennart Poettering2022-12-011-4/+4
* Revert "find-esp: Relax filesystem root directory check"Daan De Meyer2022-11-231-30/+31
* find-esp: Relax filesystem root directory checkDaan De Meyer2022-11-231-31/+30
* find-esp: include device sysname in the log messageYu Watanabe2022-11-131-24/+28
* find-esp: downgrade and ignore error on retrieving PART_ENTRY_SCHEME when sea...Yu Watanabe2022-11-131-4/+10
* 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
* | find-esp: when searching, don't trip over inodes we expect to be dirs to be s...Lennart Poettering2022-09-201-3/+3
* | find-esp: rework verify_fsroot_dir() around statx()Lennart Poettering2022-09-201-49/+93
|/
* Merge pull request #24536 from yuwata/dissect-take-loop-deviceYu Watanabe2022-09-031-2/+2
|\
| * sd-device: rename devpath_from_devnum() -> devname_from_devnum()Yu Watanabe2022-09-031-2/+2
* | find-esp: call the right functionLennart Poettering2022-09-021-1/+1
|/
* tree-wide: use devpath_from_devnum() and device_open_from_devnum()Yu Watanabe2022-08-281-18/+15
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-231-3/+3
* boot: a couple of tweaks recommended by CoccinelleFrantisek Sumsal2022-07-251-6/+6
* bootctl: add --root and --imageLuca Boccassi2022-07-081-43/+92
* sd-id128: rename and export sd_id128_string_equal()Zbigniew Jędrzejewski-Szmek2022-06-301-5/+5
* esp: fix typoYu Watanabe2022-05-311-1/+1
* shared/find-esp: enhance loggingZbigniew Jędrzejewski-Szmek2022-05-261-38/+49
* shared/find-esp: fix inverted check for XBOOTLDR typeZbigniew Jędrzejewski-Szmek2022-05-261-1/+5
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-0/+2
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-1/+2
* shared: split out ESP/XBOOTLDR search stuff from bootspec.cLennart Poettering2022-03-181-0/+709