index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
initramfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
init: fix error check in clean_path()
Barret Rhoden
2020-09-04
1
-1
/
+1
*
init: add an init_utimes helper
Christoph Hellwig
2020-07-31
1
-2
/
+1
*
init: add an init_stat helper
Christoph Hellwig
2020-07-31
1
-1
/
+2
*
init: add an init_mknod helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_mkdir helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_symlink helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_link helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_chmod helper
Christoph Hellwig
2020-07-31
1
-2
/
+2
*
init: add an init_chown helper
Christoph Hellwig
2020-07-31
1
-3
/
+3
*
init: add an init_rmdir helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_unlink helper
Christoph Hellwig
2020-07-31
1
-1
/
+2
*
initramfs: use vfs_utimes in do_copy
Christoph Hellwig
2020-07-31
1
-4
/
+6
*
initramfs: switch initramfs unpacking to struct file based APIs
Christoph Hellwig
2020-07-31
1
-21
/
+26
*
initramfs: remove clean_rootfs
Christoph Hellwig
2020-07-30
1
-48
/
+1
*
initramfs: remove the populate_initrd_image and clean_rootfs stubs
Christoph Hellwig
2020-07-30
1
-11
/
+4
*
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
2020-05-09
1
-1
/
+1
*
arm64: use generic free_initrd_mem()
Mike Rapoport
2019-10-16
1
-0
/
+8
*
initramfs: fix populate_initrd_image() section mismatch
Geert Uytterhoeven
2019-06-29
1
-2
/
+2
*
initramfs: don't free a non-existent initrd
Steven Price
2019-05-18
1
-1
/
+1
*
initramfs: poison freed initrd memory
Christoph Hellwig
2019-05-14
1
-1
/
+2
*
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
2019-05-14
1
-0
/
+5
*
initramfs: move the legacy keepinitrd parameter to core code
Christoph Hellwig
2019-05-14
1
-0
/
+9
*
initramfs: cleanup populate_rootfs
Christoph Hellwig
2019-05-14
1
-17
/
+20
*
initramfs: factor out a helper to populate the initrd image
Christoph Hellwig
2019-05-14
1
-17
/
+23
*
initramfs: cleanup initrd freeing
Christoph Hellwig
2019-05-14
1
-23
/
+30
*
initramfs: free initrd memory if opening /initrd.image fails
Christoph Hellwig
2019-05-14
1
-8
/
+6
*
init/initramfs.c: provide more details in error messages
David Engraf
2019-03-07
1
-3
/
+3
*
revert "initramfs: cleanup incomplete rootfs"
Andrew Morton
2019-02-21
1
-3
/
+3
*
initramfs: cleanup incomplete rootfs
David Engraf
2019-01-04
1
-3
/
+3
*
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
2018-12-04
1
-10
/
+12
|
\
|
*
initramfs: clean old path before creating a hardlink
Li Zhijian
2018-11-30
1
-10
/
+12
*
|
block: remove dead elevator code
Jens Axboe
2018-11-07
1
-6
/
+0
|
/
*
init/: remove ineffective sparse disabling
Luc Van Oostenryck
2018-08-22
1
-10
/
+0
*
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
Dominik Brodowski
2018-04-02
1
-3
/
+3
*
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
Dominik Brodowski
2018-04-02
1
-4
/
+4
*
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
2018-04-02
1
-4
/
+4
*
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...
Dominik Brodowski
2018-04-02
1
-3
/
+3
*
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
initramfs: use time64_t timestamps
Arnd Bergmann
2017-11-17
1
-5
/
+5
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
utimes: Make utimes y2038 safe
Deepa Dinamani
2017-09-03
1
-1
/
+1
*
initramfs: use vfs_stat/lstat directly
Arnd Bergmann
2017-05-08
1
-6
/
+6
[next]