Age | Commit message (Expand) | Author | Files | Lines |
2019-05-19 | initramfs: don't free a non-existent initrd | Steven Price | 1 | -1/+1 |
2019-05-14 | initramfs: poison freed initrd memory | Christoph Hellwig | 1 | -1/+2 |
2019-05-14 | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig | 1 | -0/+5 |
2019-05-14 | initramfs: move the legacy keepinitrd parameter to core code | Christoph Hellwig | 1 | -0/+9 |
2019-05-14 | initramfs: cleanup populate_rootfs | Christoph Hellwig | 1 | -17/+20 |
2019-05-14 | initramfs: factor out a helper to populate the initrd image | Christoph Hellwig | 1 | -17/+23 |
2019-05-14 | initramfs: cleanup initrd freeing | Christoph Hellwig | 1 | -23/+30 |
2019-05-14 | initramfs: free initrd memory if opening /initrd.image fails | Christoph Hellwig | 1 | -8/+6 |
2019-03-08 | init/initramfs.c: provide more details in error messages | David Engraf | 1 | -3/+3 |
2019-02-21 | revert "initramfs: cleanup incomplete rootfs" | Andrew Morton | 1 | -3/+3 |
2019-01-05 | initramfs: cleanup incomplete rootfs | David Engraf | 1 | -3/+3 |
2018-12-04 | Merge tag 'v4.20-rc5' into for-4.21/block | Jens Axboe | 1 | -10/+12 |
2018-12-01 | initramfs: clean old path before creating a hardlink | Li Zhijian | 1 | -10/+12 |
2018-11-07 | block: remove dead elevator code | Jens Axboe | 1 | -6/+0 |
2018-08-22 | init/: remove ineffective sparse disabling | Luc Van Oostenryck | 1 | -10/+0 |
2018-04-02 | fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() | Dominik Brodowski | 1 | -2/+2 |
2018-04-02 | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() | Dominik Brodowski | 1 | -3/+3 |
2018-04-02 | fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() | Dominik Brodowski | 1 | -4/+4 |
2018-04-02 | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers | Dominik Brodowski | 1 | -4/+4 |
2018-04-02 | fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem... | Dominik Brodowski | 1 | -3/+3 |
2018-04-02 | fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to... | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ... | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca... | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ... | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() | Dominik Brodowski | 1 | -2/+2 |
2018-04-02 | fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() | Dominik Brodowski | 1 | -2/+2 |
2018-04-02 | fs: add ksys_write() helper; remove in-kernel calls to sys_write() | Dominik Brodowski | 1 | -1/+1 |
2017-11-18 | initramfs: use time64_t timestamps | Arnd Bergmann | 1 | -5/+5 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-04 | utimes: Make utimes y2038 safe | Deepa Dinamani | 1 | -1/+1 |
2017-05-09 | initramfs: use vfs_stat/lstat directly | Arnd Bergmann | 1 | -6/+6 |
2017-05-09 | initramfs: provide a way to ignore image provided by bootloader | Daniel Thompson | 1 | -1/+1 |
2017-05-06 | initramfs: avoid "label at end of compound statement" error | Linus Torvalds | 1 | -0/+1 |
2017-05-05 | initramfs: Always do fput() and load modules after rootfs populate | Stafford Horne | 1 | -6/+9 |
2017-02-28 | initramfs: finish fput() before accessing any binary from initramfs | Lokesh Vutla | 1 | -0/+2 |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 1 | -2/+2 |
2014-10-14 | init/initramfs.c: resolve shadow warnings | Mark Rustad | 1 | -17/+17 |
2014-08-09 | initramfs: add write error checks | David Engraf | 1 | -2/+4 |
2014-08-09 | initramfs: support initramfs that is bigger than 2GiB | Yinghai Lu | 1 | -11/+11 |
2014-08-09 | initramfs: support initrd that is bigger than 2GiB | Yinghai Lu | 1 | -4/+32 |
2014-04-08 | initramfs: debug detected compression method | Daniel M. Weeks | 1 | -0/+1 |
2014-01-24 | init: fix possible format string bug | Tetsuo Handa | 1 | -1/+1 |
2013-01-19 | init, block: try to load default elevator module early during boot | Tejun Heo | 1 | -1/+7 |
2012-06-01 | init: disable sparse checking of the mount.o source files | H Hartley Sweeten | 1 | -3/+13 |
2012-01-04 | init/initramfs.c: should use umode_t | Al Viro | 1 | -4/+4 |
2010-10-29 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -5/+4 |
2010-10-27 | init: mark __user address space on string literals | Namhyung Kim | 1 | -2/+3 |
2010-09-29 | initramfs: fix initramfs size calculation | Hendrik Brueckner | 1 | -5/+4 |
2010-04-24 | initramfs: handle unrecognised decompressor when unpacking | Phillip Lougher | 1 | -1/+2 |