aboutsummaryrefslogtreecommitdiff
path: root/init/do_mounts_rd.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31init: add an init_unlink helperGravatar Christoph Hellwig 1-1/+1
2020-07-30initrd: switch initrd loading to struct file based APIsGravatar Christoph Hellwig 1-40/+39
2020-07-30initrd: remove support for multiple floppiesGravatar Christoph Hellwig 1-15/+5
2018-08-22init/: remove ineffective sparse disablingGravatar Luc Van Oostenryck 1-10/+0
2018-04-11init/ramdisk: use pr_cont() at the end of ramdisk loadingGravatar Aaro Koskinen 1-2/+2
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Gravatar Dominik Brodowski 1-5/+5
2018-04-02fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Gravatar Dominik Brodowski 1-4/+4
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Gravatar Dominik Brodowski 1-2/+2
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Gravatar Dominik Brodowski 1-3/+3
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Gravatar Dominik Brodowski 1-3/+3
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Gravatar Dominik Brodowski 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-11-24init: use pr_cont() when displaying rotator during ramdisk loading.Gravatar Nicolas Schichan 1-1/+1
2015-12-26init, Documentation: Remove ramdisk_blocksize mentionsGravatar Robert Elliott 1-7/+0
2014-08-08initramfs: support initramfs that is bigger than 2GiBGravatar Yinghai Lu 1-5/+5
2014-01-25cramfs: take headers to fs/cramfsGravatar Al Viro 1-1/+1
2013-11-13./Makefile: export initial ramdisk compression config optionGravatar P J P 1-0/+5
2013-11-13init/do_mounts_rd.c: fix NULL pointer dereference while loading initramfsGravatar P J P 1-0/+7
2012-05-31init: disable sparse checking of the mount.o source filesGravatar H Hartley Sweeten 1-2/+11
2012-03-31new helper: ext2_image_size()Gravatar Al Viro 1-5/+4
2012-03-21init: Remove CONFIG_PPC_ISERIESGravatar Stephen Rothwell 1-2/+2
2011-11-02init/do_mounts_rd.c: fix ramdisk identification for padded cramfsGravatar Neil Armstrong 1-0/+14
2011-03-22init: return proper error code in do_mounts_rd()Gravatar Davidlohr Bueso 1-1/+1
2010-10-26init: mark __user address space on string literalsGravatar Namhyung Kim 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-01-14init: make initrd/initramfs decompression failure a KERN_EMERG eventGravatar H. Peter Anvin 1-1/+2
2009-01-12bzip2/lzma: comprehensible error messages for missing decompressorGravatar H. Peter Anvin 1-1/+4
2009-01-10Merge branch 'linus' into x86/setup-lzmaGravatar Ingo Molnar 1-0/+14
2009-01-08bzip2/lzma: centralize format detectionGravatar H. Peter Anvin 1-31/+7
2009-01-05Squashfs: initrd supportGravatar Phillip Lougher 1-0/+14
2009-01-04bzip2/lzma: use a table to search for initramfs compression formatsGravatar H. Peter Anvin 1-47/+35
2009-01-04bzip2/lzma: config and initramfs support for bzip2/lzma decompressionGravatar Alain Knaff 1-117/+65
2008-10-16identify_ramdisk_image(): correct typo about return value in commentGravatar Geert Uytterhoeven 1-1/+1
2008-07-25inflate: refactor inflate malloc codeGravatar Thomas Petazzoni 1-23/+2
2008-07-25init/: delete hard-coded setting and testing of BUILD_CRAMDISKGravatar Robert P. J. Day 1-12/+0
2008-04-28init: fix integer as NULL pointer warningsGravatar Harvey Harrison 1-1/+1
2007-10-18sparse pointer use of zero as nullGravatar Stephen Hemminger 1-3/+3
2006-06-26[PATCH] devfs: Remove devfs from the init codeGravatar Greg Kroah-Hartman 1-2/+2
2006-01-06[PATCH] s390: cleanup KconfigGravatar Martin Schwidefsky 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+429