blob: 09d037ef8ba45b72f514d0cf271d5797689874b5 [file] [log] [blame]
cbfe20f56522 ("fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall")
03450e271a16 ("fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall")
46ea89eb652a ("fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall")
87c4e19262d8 ("fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall")
b724e846b491 ("fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall")
0101db7a3019 ("fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall")
f459dffae1c6 ("fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()")
0f32ab8cfac4 ("fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()")
447016e96819 ("fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()")
e7a3e8b2edf5 ("fs: add ksys_write() helper; remove in-kernel calls to sys_write()")
a16fe33ab557 ("fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()")
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")
da2f1362c8bd ("fs: expose do_unlinkat for built-in callers")
046aa1265f08 ("initramfs: use vfs_stat/lstat directly")
2b8910264a7f ("fhandle: move compat syscalls from compat.c")
e35d49f637d5 ("open: move compat syscalls from compat.c")
0460b2a28b4b ("readdir: move compat syscalls from compat.c")
e99ca56ce03d ("move compat select-related syscalls to fs/select.c")
2611dc193956 ("Remove compat_sys_getdents64()")
7c0f6ba682b9 ("Replace <asm/uaccess.h> with <linux/uaccess.h> globally")
41e0e24b450f ("Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild")