aboutsummaryrefslogtreecommitdiff
path: root/init/initramfs.c
AgeCommit message (Expand)Author
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck
2018-04-02fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski
2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski
2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski
2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski
2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski
2017-11-17initramfs: use time64_t timestampsArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-03utimes: Make utimes y2038 safeDeepa Dinamani
2017-05-08initramfs: use vfs_stat/lstat directlyArnd Bergmann
2017-05-08initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson
2017-05-06initramfs: avoid "label at end of compound statement" errorLinus Torvalds
2017-05-05initramfs: Always do fput() and load modules after rootfs populateStafford Horne
2017-02-27initramfs: finish fput() before accessing any binary from initramfsLokesh Vutla
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2014-10-14init/initramfs.c: resolve shadow warningsMark Rustad
2014-08-08initramfs: add write error checksDavid Engraf
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu
2014-08-08initramfs: support initrd that is bigger than 2GiBYinghai Lu
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks
2014-01-23init: fix possible format string bugTetsuo Handa
2013-01-18init, block: try to load default elevator module early during bootTejun Heo
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten
2012-01-03init/initramfs.c: should use umode_tAl Viro
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2010-10-26init: mark __user address space on string literalsNamhyung Kim
2010-09-29initramfs: fix initramfs size calculationHendrik Brueckner
2010-04-24initramfs: handle unrecognised decompressor when unpackingPhillip Lougher
2010-03-06init/initramfs.c: fix "symbol shadows an earlier one" noiseH Hartley Sweeten
2009-12-15initramfs: add missing decompressor error checkPhillip Lougher
2009-05-06initramfs: clean up messages related to initramfs unpackingEric Piel
2009-04-13initramfs: fix initramfs to work with hardlinked initRandy Robertson
2009-04-13init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=nNikanth Karthikesan
2009-04-02initramfs: prevent initramfs printk message being split by messages from othe...Simon Kitching
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30Linus Torvalds
2009-03-28fastboot: remove duplicate unpack_to_rootfs()Li, Shaohua
2009-01-14init: make initrd/initramfs decompression failure a KERN_EMERG eventH. Peter Anvin
2009-01-12bzip2/lzma: comprehensible error messages for missing decompressorH. Peter Anvin
2009-01-10bzip2/lzma: make flush_buffer() unconditionalIngo Molnar
2009-01-10Merge branch 'linus' into x86/setup-lzmaIngo Molnar
2009-01-08bzip2/lzma: centralize format detectionH. Peter Anvin
2009-01-08NOMMU: Support XIP on initramfsDavid Howells