index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
initramfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-08
initramfs: avoid static buffer for error message
David Disseldorp
1
-7
/
+3
2025-03-08
initramfs: fix hardlink hash leak without TRAILER
David Disseldorp
1
-1
/
+6
2025-03-08
initramfs: reuse name_len for dir mtime tracking
David Disseldorp
1
-4
/
+3
2025-03-08
initramfs: allocate heap buffers together
David Disseldorp
1
-8
/
+11
2025-03-08
initramfs: avoid memcpy for hex header fields
David Disseldorp
1
-6
/
+3
2025-03-04
init: add initramfs_internal.h
David Disseldorp
1
-3
/
+13
2024-10-31
initramfs: avoid filename buffer overrun
David Disseldorp
1
-0
/
+15
2024-08-20
initramfs,lsm: add a security hook to do_populate_rootfs()
Fan Wu
1
-0
/
+3
2024-04-23
Merge 6.9-rc5 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+2
2024-04-11
treewide: Use sysfs_bin_attr_simple_read() helper
Lukas Wunner
1
-9
/
+1
2024-04-05
init: open output files from cpio unpacking with O_LARGEFILE
John Sperbeck
1
-1
/
+1
2024-03-26
init: open /initrd.image with O_LARGEFILE
John Sperbeck
1
-1
/
+1
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-3
/
+3
2024-02-23
crash: split crash dumping code out from kexec_core.c
Baoquan He
1
-1
/
+1
2024-02-08
init: flush async file closing
Christian Brauner
1
-3
/
+3
2024-01-22
initramfs: remove duplicate built-in __initramfs_start unpacking
David Disseldorp
1
-2
/
+0
2023-12-15
initramfs: Expose retained initrd as sysfs file
Alexander Graf
1
-1
/
+17
2023-08-18
mm: remove arguments of show_mem()
Kefeng Wang
1
-1
/
+1
2023-04-16
init/initramfs: Fix argument forwarding to panic() in panic_show_mem()
Benjamin Gray
1
-9
/
+2
2023-02-02
initramfs: use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-2
/
+2
2022-11-18
initramfs: remove unnecessary (void*) conversion
XU pengfei
1
-1
/
+1
2022-09-11
initramfs: mark my_inptr as __initdata
wuchi
1
-1
/
+1
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+2
2022-05-09
initramfs: support cpio extraction with file checksums
David Disseldorp
1
-5
/
+24
2022-05-09
initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig option
David Disseldorp
1
-12
/
+16
2022-05-09
initramfs: make dir_entry.name a flexible array member
David Disseldorp
1
-4
/
+6
2022-05-09
initramfs: refactor do_header() cpio magic checks
David Disseldorp
1
-5
/
+4
2022-05-07
init: Deal with the init process being a user mode process
Eric W. Biederman
1
-0
/
+2
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
1
-1
/
+1
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-1
/
+1
2021-09-08
init: move usermodehelper_enable() to populate_rootfs()
Rasmus Villemoes
1
-0
/
+2
2021-05-07
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
1
-1
/
+37
2021-02-26
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+45
2021-02-26
initramfs: panic with memory information
Florian Fainelli
1
-4
/
+15
2021-02-18
initramfs: Provide a common initrd reserve function
Kefeng Wang
1
-0
/
+45
2020-12-11
initramfs: fix clang build failure
Arnd Bergmann
1
-1
/
+1
2020-09-04
init: fix error check in clean_path()
Barret Rhoden
1
-1
/
+1
2020-07-31
init: add an init_utimes helper
Christoph Hellwig
1
-2
/
+1
2020-07-31
init: add an init_stat helper
Christoph Hellwig
1
-1
/
+2
2020-07-31
init: add an init_mknod helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_mkdir helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_symlink helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_link helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_chmod helper
Christoph Hellwig
1
-2
/
+2
2020-07-31
init: add an init_chown helper
Christoph Hellwig
1
-3
/
+3
2020-07-31
init: add an init_rmdir helper
Christoph Hellwig
1
-1
/
+1
2020-07-31
init: add an init_unlink helper
Christoph Hellwig
1
-1
/
+2
2020-07-31
initramfs: use vfs_utimes in do_copy
Christoph Hellwig
1
-4
/
+6
2020-07-31
initramfs: switch initramfs unpacking to struct file based APIs
Christoph Hellwig
1
-21
/
+26
[next]