summaryrefslogtreecommitdiffstats
path: root/init/initramfs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-021-3/+3
* fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-021-4/+4
* fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
* fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski2018-04-021-4/+4
* fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski2018-04-021-3/+3
* fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski2018-04-021-1/+1
* fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-021-1/+1
* fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski2018-04-021-1/+1
* fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski2018-04-021-1/+1
* initramfs: use time64_t timestampsArnd Bergmann2017-11-171-5/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* utimes: Make utimes y2038 safeDeepa Dinamani2017-09-031-1/+1
* initramfs: use vfs_stat/lstat directlyArnd Bergmann2017-05-081-6/+6
* initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson2017-05-081-1/+1
* initramfs: avoid "label at end of compound statement" errorLinus Torvalds2017-05-061-0/+1
* initramfs: Always do fput() and load modules after rootfs populateStafford Horne2017-05-051-6/+9
* initramfs: finish fput() before accessing any binary from initramfsLokesh Vutla2017-02-271-0/+2
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-2/+2
* init/initramfs.c: resolve shadow warningsMark Rustad2014-10-141-17/+17
* initramfs: add write error checksDavid Engraf2014-08-081-2/+4
* initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-081-11/+11
* initramfs: support initrd that is bigger than 2GiBYinghai Lu2014-08-081-4/+32
* initramfs: debug detected compression methodDaniel M. Weeks2014-04-071-0/+1
* init: fix possible format string bugTetsuo Handa2014-01-231-1/+1
* init, block: try to load default elevator module early during bootTejun Heo2013-01-181-1/+7
* init: disable sparse checking of the mount.o source filesH Hartley Sweeten2012-05-311-3/+13
* init/initramfs.c: should use umode_tAl Viro2012-01-031-4/+4
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-10-281-5/+4
|\
| * initramfs: fix initramfs size calculationHendrik Brueckner2010-09-291-5/+4
* | init: mark __user address space on string literalsNamhyung Kim2010-10-261-2/+3
|/
* initramfs: handle unrecognised decompressor when unpackingPhillip Lougher2010-04-241-1/+2
* init/initramfs.c: fix "symbol shadows an earlier one" noiseH Hartley Sweeten2010-03-061-6/+6
* initramfs: add missing decompressor error checkPhillip Lougher2009-12-151-4/+6
* initramfs: clean up messages related to initramfs unpackingEric Piel2009-05-061-9/+4
* initramfs: fix initramfs to work with hardlinked initRandy Robertson2009-04-131-1/+2
* init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=nNikanth Karthikesan2009-04-131-0/+2
* initramfs: prevent initramfs printk message being split by messages from othe...Simon Kitching2009-04-021-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30Linus Torvalds2009-03-281-15/+56
|\
| * fastboot: remove duplicate unpack_to_rootfs()Li, Shaohua2009-03-281-15/+56
* | init: make initrd/initramfs decompression failure a KERN_EMERG eventH. Peter Anvin2009-01-141-4/+7
* | bzip2/lzma: comprehensible error messages for missing decompressorH. Peter Anvin2009-01-121-1/+11
* | bzip2/lzma: make flush_buffer() unconditionalIngo Molnar2009-01-101-2/+0
* | Merge branch 'linus' into x86/setup-lzmaIngo Molnar2009-01-101-0/+1
|\ \ | |/
| * NOMMU: Support XIP on initramfsDavid Howells2009-01-081-0/+1
* | bzip2/lzma: centralize format detectionH. Peter Anvin2009-01-081-32/+7
* | bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIPAlain Knaff2009-01-071-1/+6
OpenPOWER on IntegriCloud