blob: 16630e5b9f3add94630a42feeb76ca5c5043d0fe [file] [log] [blame]
7c184ecd262f ("initramfs: factor out a helper to populate the initrd image")
54c7a8916a88 ("initramfs: free initrd memory if opening /initrd.image fails")
bae217ea8c7e ("fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()")
2ca2a09d6215 ("fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()")
c7248321a3d4 ("fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()")
3a18ef5c1b39 ("fs: add ksys_umount() helper; remove in-kernel call to sys_umount()")
312db1aa1dc7 ("fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()")
819671ff849b ("syscalls: define and explain goal to not call syscalls in the kernel")
17a9be317475 ("initramfs: Always do fput() and load modules after rootfs populate")
08865514805d ("initramfs: finish fput() before accessing any binary from initramfs")