spiegel_podman/pkg/api/handlers/libpod
Vishnu Kothakapu 7a71964303 Performance: Upgrade filepath.Walk to filepath.WalkDir
filepath.Walk makes an expensive os.Stat system call on every file. filepath.WalkDir uses os.ReadDir under the hood to bypass this overhead, making directory scanning much faster.

Fixes: #29562
Signed-off-by: Vishnu Kothakapu <vishnukothakapu27@gmail.com>
2026-08-20 20:48:08 +05:30
..
artifacts.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
containers.go api/libpod: fix r_limits cleared on update 2026-05-27 13:32:31 +02:00
containers_create.go API Handlers should not error on empty request bodies 2026-05-13 16:33:40 -04:00
containers_stats.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
containers_test.go api/libpod: fix r_limits cleared on update 2026-05-27 13:32:31 +02:00
generate.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
healthcheck.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
images.go added errorlint 2026-08-14 01:35:03 +05:30
images_pull.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
images_push.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
info.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
kube.go add validate flag to podman kube play 2026-08-05 17:42:40 +05:30
kube_test.go Make most of libpod, and everything that relies on it, non-darwin 2026-02-27 22:18:36 +01:00
manifests.go added errorlint 2026-08-14 01:35:03 +05:30
networks.go feat: add --ignore flag to network rm 2026-06-23 10:52:47 +09:00
play.go Make most of libpod, and everything that relies on it, non-darwin 2026-02-27 22:18:36 +01:00
pods.go API Handlers should not error on empty request bodies 2026-05-13 16:33:40 -04:00
quadlets.go Performance: Upgrade filepath.Walk to filepath.WalkDir 2026-08-20 20:48:08 +05:30
secrets.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
swagger_spec.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
system.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
volumes.go libpod: add volume rename support 2026-06-11 21:56:15 +01:00