Dominik Brodowski
|
411d9475cf
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
|
7 years ago |
Dominik Brodowski
|
55731b3cda
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
|
7 years ago |
Dominik Brodowski
|
cbfe20f565
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall
|
7 years ago |
Dominik Brodowski
|
03450e271a
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall
|
7 years ago |
Dominik Brodowski
|
46ea89eb65
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall
|
7 years ago |
Dominik Brodowski
|
87c4e19262
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall
|
7 years ago |
Dominik Brodowski
|
b724e846b4
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
|
7 years ago |
Dominik Brodowski
|
0101db7a30
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
|
7 years ago |
Dominik Brodowski
|
f459dffae1
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
|
7 years ago |
Dominik Brodowski
|
0f32ab8cfa
fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
|
7 years ago |
Dominik Brodowski
|
447016e968
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
|
7 years ago |
Dominik Brodowski
|
e7a3e8b2ed
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
|
7 years ago |
Dominik Brodowski
|
a16fe33ab5
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
|
7 years ago |
Dominik Brodowski
|
c7248321a3
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
|
7 years ago |
Dominik Brodowski
|
3a18ef5c1b
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
|
7 years ago |
Dominik Brodowski
|
312db1aa1d
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
|
7 years ago |
Dominik Brodowski
|
ab0d1e85bf
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
|
7 years ago |
Dominik Brodowski
|
d53238cd51
kernel: open-code sys_rt_sigpending() in sys_sigpending()
|
7 years ago |
Dominik Brodowski
|
819671ff84
syscalls: define and explain goal to not call syscalls in the kernel
|
7 years ago |
Thomas Garnier
|
bf29ed1567
syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check
|
8 years ago |
Yonghong Song
|
609320c8a2
perf/bpf: fix a clang compilation issue
|
8 years ago |
Linus Torvalds
|
aae3dbb477
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
8 years ago |
Linus Torvalds
|
6c51e67b64
Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 years ago |
Christoph Hellwig
|
ddef7ed2b5
annotate RWF_... flags
|
8 years ago |
Al Viro
|
4f59c71852
teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise arguments
|
8 years ago |
Yonghong Song
|
cf5f5cea27
bpf: add support for sys_enter_* and sys_exit_* tracepoints
|
8 years ago |
Thomas Garnier
|
5ea0727b16
x86/syscalls: Check address limit on user-mode return
|
8 years ago |
Al Viro
|
613763a1f0
take compat_sys_old_getrlimit() to native syscall
|
8 years ago |
David Howells
|
a528d35e8b
statx: Add a system call to make enhanced file info available
|
8 years ago |
Dave Hansen
|
71757904ef
generic syscalls: kill cruft from removed pkey syscalls
|
9 years ago |