summaryrefslogtreecommitdiff
path: root/src/shared/rm-rf.c
Commit message (Expand)AuthorAgeFilesLines
* rm-rf: also chmod() directory if it cannot be openedYu Watanabe2023-03-311-21/+135
* Revert "rm-rf: also chmod() directory if it cannot be opened"Luca Boccassi2023-03-301-131/+18
* rm-rf: also chmod() directory if it cannot be openedYu Watanabe2023-03-251-18/+131
* rm-rf: mask file mode with 07777 when passed to chmod()Yu Watanabe2023-03-251-4/+4
* rm-rf: fix errno handlingYu Watanabe2023-03-251-4/+4
* shared/rm-rf: loop over nested directories instead of instead of recursingZbigniew Jędrzejewski-Szmek2021-12-211-47/+112
* shared/rm_rf: refactor rm_rf() to shorten code a bitZbigniew Jędrzejewski-Szmek2021-12-211-30/+23
* shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bitZbigniew Jędrzejewski-Szmek2021-12-211-18/+9
* tree-wide: make FOREACH_DIRENT_ALL define the iterator variableZbigniew Jędrzejewski-Szmek2021-12-151-1/+0
* tmpfiles: 'st' may have been used uninitializedZbigniew Jędrzejewski-Szmek2021-11-301-1/+3
* rm-rf: optionally fsync() after removing directory treeLennart Poettering2021-10-111-0/+3
* tree-wide: fix typoYu Watanabe2021-08-181-3/+3
* rm-rf: refactor rm_rf_children(), split out body of directory iteration loopLennart Poettering2021-07-301-94/+129
* basic,shared: move a bunch of files to src/shared/Zbigniew Jędrzejewski-Szmek2021-06-241-0/+316
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-224/+0
* path-util: Fix path_is_mount_point for filesMartin Pitt2015-05-291-1/+1
* btrfs: support recursively removing btrfs snapshotsLennart Poettering2015-04-061-9/+22
* rm-rf: add support for recursively removing btrfs subvolumesLennart Poettering2015-04-061-1/+26
* rm-rf: never cross mount pointsLennart Poettering2015-04-061-2/+15
* util: rework rm_rf() logicLennart Poettering2015-04-061-0/+173