Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fe2c32545bfc281122cb8b66572949a366ad747e
/
init
/
initramfs.c
454dab3
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
by Dominik Brodowski
· 7 years ago
bae217e
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
by Dominik Brodowski
· 7 years ago
2ca2a09
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
by Dominik Brodowski
· 7 years ago
411d947
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
by Dominik Brodowski
· 7 years ago
55731b3
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
by Dominik Brodowski
· 7 years ago
03450e2
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
46ea89e
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
87c4e19
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
b724e84
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
0101db7
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
f459dffa
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
by Dominik Brodowski
· 7 years ago
0f32ab8
fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
by Dominik Brodowski
· 7 years ago
e7a3e8b
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
by Dominik Brodowski
· 7 years ago
e35c4c6
initramfs: use time64_t timestamps
by Arnd Bergmann
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
aaed2dd
utimes: Make utimes y2038 safe
by Deepa Dinamani
· 7 years ago
046aa12
initramfs: use vfs_stat/lstat directly
by Arnd Bergmann
· 7 years ago
cff75e0
initramfs: provide a way to ignore image provided by bootloader
by Daniel Thompson
· 7 years ago
394e4f5
initramfs: avoid "label at end of compound statement" error
by Linus Torvalds
· 7 years ago
17a9be3
initramfs: Always do fput() and load modules after rootfs populate
by Stafford Horne
· 8 years ago
0886551
initramfs: finish fput() before accessing any binary from initramfs
by Lokesh Vutla
· 8 years ago
2965faa
kexec: split kexec_load syscall from kexec core code
by Dave Young
· 9 years ago
c34d85a
init/initramfs.c: resolve shadow warnings
by Mark Rustad
· 10 years ago
9687fd9
initramfs: add write error checks
by David Engraf
· 10 years ago
d97b07c
initramfs: support initramfs that is bigger than 2GiB
by Yinghai Lu
· 10 years ago
3874743
initramfs: support initrd that is bigger than 2GiB
by Yinghai Lu
· 10 years ago
6aa7a29
initramfs: debug detected compression method
by Daniel M. Weeks
· 11 years ago
499a458
init: fix possible format string bug
by Tetsuo Handa
· 11 years ago
bb813f4
init, block: try to load default elevator module early during boot
by Tejun Heo
· 12 years ago
c67e538
init: disable sparse checking of the mount.o source files
by H Hartley Sweeten
· 12 years ago
685dd2d
init/initramfs.c: should use umode_t
by Al Viro
· 13 years ago
c9e2a72
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 14 years ago
562f5e6
init: mark __user address space on string literals
by Namhyung Kim
· 14 years ago
ffe8018
initramfs: fix initramfs size calculation
by Hendrik Brueckner
· 14 years ago
df37bd1
initramfs: handle unrecognised decompressor when unpacking
by Phillip Lougher
· 15 years ago
8aaed5b
init/initramfs.c: fix "symbol shadows an earlier one" noise
by H Hartley Sweeten
· 15 years ago
5429136
initramfs: add missing decompressor error check
by Phillip Lougher
· 15 years ago
a1e6b6c
initramfs: clean up messages related to initramfs unpacking
by Eric Piel
· 16 years ago
d20d5a7
initramfs: fix initramfs to work with hardlinked init
by Randy Robertson
· 16 years ago
b52bb37
init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=n
by Nikanth Karthikesan
· 16 years ago
c1c490e
initramfs: prevent initramfs printk message being split by messages from other code.
by Simon Kitching
· 16 years ago
eedf2c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30
by Linus Torvalds
· 16 years ago
df52092
fastboot: remove duplicate unpack_to_rootfs()
by Li, Shaohua
· 16 years ago
73310a1
init: make initrd/initramfs decompression failure a KERN_EMERG event
by H. Peter Anvin
· 16 years ago
23a22d5
bzip2/lzma: comprehensible error messages for missing decompressor
by H. Peter Anvin
· 16 years ago
736f932
bzip2/lzma: make flush_buffer() unconditional
by Ingo Molnar
· 16 years ago
b173042
Merge branch 'linus' into x86/setup-lzma
by Ingo Molnar
· 16 years ago
889c92d
bzip2/lzma: centralize format detection
by H. Peter Anvin
· 16 years ago
cb6ff20
NOMMU: Support XIP on initramfs
by David Howells
· 16 years ago
a26ee60
bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP
by Alain Knaff
· 16 years ago
30d65db
bzip2/lzma: config and initramfs support for bzip2/lzma decompression
by Alain Knaff
· 16 years ago
889d51a
initramfs: add option to preserve mtime from initramfs cpio images
by Nye Liu
· 16 years ago
2d6ffcc
inflate: refactor inflate malloc code
by Thomas Petazzoni
· 16 years ago
3265e66
directly use kmalloc() and kfree() in init/initramfs.c
by Thomas Petazzoni
· 17 years ago
9a9e0d6
ACPI: Remove ACPI_CUSTOM_DSDT_INITRD option
by Linus Torvalds
· 17 years ago
71fc47a
ACPI: basic initramfs DSDT override support
by Markus Gaugusch
· 17 years ago
b25b781
Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.c
by Robert P. J. Day
· 17 years ago
b0a5ab9
initramfs: missing __init
by Al Viro
· 17 years ago
0a7b35cb
[PATCH] Add retain_initrd boot option
by Michael Neuling
· 18 years ago
8d610dd
Make sure we populate the initroot filesystem late enough
by Linus Torvalds
· 18 years ago
2e591bb
[PATCH] Make initramfs printk a warning on incorrect cpio type
by Arjan van de Ven
· 18 years ago
2139a7f
[PATCH] initramfs overwrite fix
by H. Peter Anvin
· 18 years ago
6a050da
[PATCH] initramfs: fix CPIO hardlink check
by Mark Huang
· 18 years ago
33644c5
[PATCH] Fix typo causing bad mode of /initrd.image
by Jason Gunthorpe
· 19 years ago
340e48e
[PATCH] BLK_DEV_INITRD: do not require BLK_DEV_RAM=y
by Zdenek Pavlas
· 19 years ago
9c15e85
[PATCH] kexec: fix in free initrd when overlapped with crashkernel region
by Haren Myneni
· 19 years ago
0f3d2bd
[PATCH] free initrd mem adjustment
by Jan Beulich
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago