aboutsummaryrefslogtreecommitdiffstats
path: root/init/initramfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-16arm64: use generic free_initrd_mem()Mike Rapoport1-0/+8
2019-06-29initramfs: fix populate_initrd_image() section mismatchGeert Uytterhoeven1-2/+2
2019-05-18initramfs: don't free a non-existent initrdSteven Price1-1/+1
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig1-1/+2
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-0/+5
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig1-0/+9
2019-05-14initramfs: cleanup populate_rootfsChristoph Hellwig1-17/+20
2019-05-14initramfs: factor out a helper to populate the initrd imageChristoph Hellwig1-17/+23
2019-05-14initramfs: cleanup initrd freeingChristoph Hellwig1-23/+30
2019-05-14initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig1-8/+6
2019-03-07init/initramfs.c: provide more details in error messagesDavid Engraf1-3/+3
2019-02-21revert "initramfs: cleanup incomplete rootfs"Andrew Morton1-3/+3
2019-01-04initramfs: cleanup incomplete rootfsDavid Engraf1-3/+3
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-10/+12
2018-11-30initramfs: clean old path before creating a hardlinkLi Zhijian1-10/+12
2018-11-07block: remove dead elevator codeJens Axboe1-6/+0
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck1-10/+0
2018-04-02fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski1-3/+3
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski1-4/+4
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski1-4/+4
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscallDominik Brodowski1-3/+3
2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski1-1/+1
2017-11-17initramfs: use time64_t timestampsArnd Bergmann1-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-03utimes: Make utimes y2038 safeDeepa Dinamani1-1/+1
2017-05-08initramfs: use vfs_stat/lstat directlyArnd Bergmann1-6/+6
2017-05-08initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson1-1/+1
2017-05-06initramfs: avoid "label at end of compound statement" errorLinus Torvalds1-0/+1
2017-05-05initramfs: Always do fput() and load modules after rootfs populateStafford Horne1-6/+9
2017-02-27initramfs: finish fput() before accessing any binary from initramfsLokesh Vutla1-0/+2
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-2/+2
2014-10-14init/initramfs.c: resolve shadow warningsMark Rustad1-17/+17
2014-08-08initramfs: add write error checksDavid Engraf1-2/+4
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu1-11/+11
2014-08-08initramfs: support initrd that is bigger than 2GiBYinghai Lu1-4/+32
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks1-0/+1
2014-01-23init: fix possible format string bugTetsuo Handa1-1/+1
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-1/+7
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten1-3/+13
2012-01-03init/initramfs.c: should use umode_tAl Viro1-4/+4
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-5/+4
2010-10-26init: mark __user address space on string literalsNamhyung Kim1-2/+3