summaryrefslogtreecommitdiff
path: root/init/do_mounts_rd.c
AgeCommit message (Expand)Author
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck
2018-04-11init/ramdisk: use pr_cont() at the end of ramdisk loadingAaro Koskinen
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski
2018-04-02fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()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_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-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-11-24init: use pr_cont() when displaying rotator during ramdisk loading.Nicolas Schichan
2015-12-26init, Documentation: Remove ramdisk_blocksize mentionsRobert Elliott
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu
2014-01-25cramfs: take headers to fs/cramfsAl Viro
2013-11-13./Makefile: export initial ramdisk compression config optionP J P
2013-11-13init/do_mounts_rd.c: fix NULL pointer dereference while loading initramfsP J P
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten
2012-03-31new helper: ext2_image_size()Al Viro
2012-03-21init: Remove CONFIG_PPC_ISERIESStephen Rothwell
2011-11-02init/do_mounts_rd.c: fix ramdisk identification for padded cramfsNeil Armstrong
2011-03-22init: return proper error code in do_mounts_rd()Davidlohr Bueso
2010-10-26init: mark __user address space on string literalsNamhyung Kim
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
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-10Merge branch 'linus' into x86/setup-lzmaIngo Molnar
2009-01-08bzip2/lzma: centralize format detectionH. Peter Anvin
2009-01-05Squashfs: initrd supportPhillip Lougher
2009-01-04bzip2/lzma: use a table to search for initramfs compression formatsH. Peter Anvin
2009-01-04bzip2/lzma: config and initramfs support for bzip2/lzma decompressionAlain Knaff
2008-10-16identify_ramdisk_image(): correct typo about return value in commentGeert Uytterhoeven
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni
2008-07-25init/: delete hard-coded setting and testing of BUILD_CRAMDISKRobert P. J. Day
2008-04-28init: fix integer as NULL pointer warningsHarvey Harrison
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2006-06-26[PATCH] devfs: Remove devfs from the init codeGreg Kroah-Hartman
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky
2004-11-13[PATCH] __init for inflate.cAndries E. Brouwer
2004-08-23[PATCH] fix 4K ext2fs support in 2.6 initrd'sEric W. Biederman
2004-05-14[PATCH] do_mounts_rd-malloc-fixAndrew Morton
2004-03-13[PATCH] further __KERNEL_SYSCALLS__ removalAndrew Morton
2004-02-03[PATCH] use cramfs as an initrdJames Bottomley
2003-10-20[PATCH] Fix initrd with devfs enabledAlexander Viro
2003-09-09[PATCH] tidy up lib/inflate.c error messagesAndrew Morton
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk
2003-05-25[PATCH] fix init/do_mounts_rd.c memory leakAndrew Morton
2003-04-25Fix up some mixing of ramdisk/initrd. They have nothing in common,Linus Torvalds
2003-04-20[PATCH] initrd.hChristoph Hellwig
2003-03-06do_mounts: Fix boot from ramdiskKai Germaschewski
2003-02-21do_mounts: Move CONFIG_BLK_DEV_RAM stuff into own fileKai Germaschewski