summaryrefslogtreecommitdiffstats
path: root/init/initramfs.c
AgeCommit message (Expand)AuthorLines
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes-1/+37
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+45
2021-02-26initramfs: panic with memory informationFlorian Fainelli-4/+15
2021-02-18initramfs: Provide a common initrd reserve functionKefeng Wang-0/+45
2020-12-11initramfs: fix clang build failureArnd Bergmann-1/+1
2020-09-04init: fix error check in clean_path()Barret Rhoden-1/+1
2020-07-31init: add an init_utimes helperChristoph Hellwig-2/+1
2020-07-31init: add an init_stat helperChristoph Hellwig-1/+2
2020-07-31init: add an init_mknod helperChristoph Hellwig-1/+1
2020-07-31init: add an init_mkdir helperChristoph Hellwig-1/+1
2020-07-31init: add an init_symlink helperChristoph Hellwig-1/+1
2020-07-31init: add an init_link helperChristoph Hellwig-1/+1
2020-07-31init: add an init_chmod helperChristoph Hellwig-2/+2
2020-07-31init: add an init_chown helperChristoph Hellwig-3/+3
2020-07-31init: add an init_rmdir helperChristoph Hellwig-1/+1
2020-07-31init: add an init_unlink helperChristoph Hellwig-1/+2
2020-07-31initramfs: use vfs_utimes in do_copyChristoph Hellwig-4/+6
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsChristoph Hellwig-21/+26
2020-07-30initramfs: remove clean_rootfsChristoph Hellwig-48/+1
2020-07-30initramfs: remove the populate_initrd_image and clean_rootfs stubsChristoph Hellwig-11/+4
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds-1/+1
2019-10-16arm64: use generic free_initrd_mem()Mike Rapoport-0/+8
2019-06-29initramfs: fix populate_initrd_image() section mismatchGeert Uytterhoeven-2/+2
2019-05-18initramfs: don't free a non-existent initrdSteven Price-1/+1
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig-1/+2
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig-0/+5
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig-0/+9
2019-05-14initramfs: cleanup populate_rootfsChristoph Hellwig-17/+20
2019-05-14initramfs: factor out a helper to populate the initrd imageChristoph Hellwig-17/+23
2019-05-14initramfs: cleanup initrd freeingChristoph Hellwig-23/+30
2019-05-14initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig-8/+6
2019-03-07init/initramfs.c: provide more details in error messagesDavid Engraf-3/+3
2019-02-21revert "initramfs: cleanup incomplete rootfs"Andrew Morton-3/+3
2019-01-04initramfs: cleanup incomplete rootfsDavid Engraf-3/+3
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe-10/+12
2018-11-30initramfs: clean old path before creating a hardlinkLi Zhijian-10/+12
2018-11-07block: remove dead elevator codeJens Axboe-6/+0
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck-10/+0
2018-04-02fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski-2/+2
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski-3/+3
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski-4/+4
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski-1/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski-4/+4
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski-3/+3
2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski-1/+1
2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski-1/+1
2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski-1/+1
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski-1/+1
2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski-2/+2
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski-2/+2