summaryrefslogtreecommitdiffstats
path: root/usr/gen_init_cpio.c
AgeCommit message (Expand)AuthorLines
2025-10-07gen_init_cpio: Ignore fsync() returning EINVAL on pipesDmitry Safonov-1/+4
2025-08-20gen_init_cpio: add -a <data_align> as reflink optimizationDavid Disseldorp-11/+38
2025-08-20gen_init_cpio: avoid duplicate strlen callsDavid Disseldorp-16/+24
2025-08-20gen_init_cpio: attempt copy_file_range for file dataDavid Disseldorp-1/+12
2025-08-20gen_init_cpio: support -o <output_file> parameterDavid Disseldorp-4/+16
2025-08-20gen_init_cpio: write to fd instead of stdout streamDavid Disseldorp-58/+81
2023-12-29gen_init_cpio: Apply mtime supplied by user to all file typesDmitry Safonov-12/+21
2023-04-16initramfs: Check negative timestamp to prevent broken cpio archiveBenjamin Gray-3/+9
2022-10-03usr/gen_init_cpio.c: remove unnecessary -1 values from int fileLi zeming-1/+1
2022-05-09gen_init_cpio: support file checksum archivingDavid Disseldorp-9/+45
2022-05-09gen_init_cpio: fix short read file handlingDavid Disseldorp-19/+25
2021-10-24initramfs: Check timestamp to prevent broken cpio archiveNicolas Schier-0/+16
2021-10-13gen_init_cpio: add static const qualifiersMasahiro Yamada-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2013-11-13gen_init_cpio: avoid NULL pointer dereference and rework env expandingMichal Nazarewicz-18/+9
2012-11-19gen_init_cpio: remove redundant empty lineJesper Juhl-1/+0
2012-10-25gen_init_cpio: avoid stack overflow when expandingKees Cook-20/+23
2011-04-18initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entriesMichal Marek-13/+40
2011-01-05gen_init_cpio: checkpatch fixesAndrew Morton-2/+2
2010-12-29gen_init_cpio: Avoid race between call to stat() and call to open()Jesper Juhl-6/+6
2010-12-02gen_init_cpio: remove leading `/' from file namesThomas Chou-0/+8
2009-12-12gen_init_cpio: fixed fwrite warningMike Frysinger-1/+4
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith-1/+1
2008-12-03kbuild: gen_init_cpio expands shell variables in file namesSally, Gene-1/+27
2007-07-16kbuild: add support for reading stdin with gen_init_cpioMike Frysinger-1/+3
2007-02-11[PATCH] usr/gen_init_cpio.c: support for hard linksLuciano Rocha-36/+86
2006-04-19[PATCH] Fix potential NULL pointer deref in gen_init_cpioJesper Juhl-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+512