LinuxLists
Users
About
Aleksa Sarai (
[email protected]
)
Number of posts: 675 (0.2 per day)
First post: 2015-02-23 03:09:10
Last post: 2024-06-02 09:46:45
Previous Page
/
Next Page
Date
List
Subject
2019-12-27 02:32:41
linux-kernel
Re: [PATCH] seccomp: Check flags on seccomp_notif is unset
2019-12-27 02:29:48
linux-kernel
Re: [PATCH] seccomp: Check flags on seccomp_notif is unset
2019-12-27 02:25:53
linux-kernel
Re: [PATCH] seccomp: Check flags on seccomp_notif is unset
2019-12-26 14:33:41
linux-kernel
Re: [PATCH] seccomp: Check flags on seccomp_notif is unset
2019-12-20 14:08:20
linux-kernel
[PATCH v2 2/2] uapi: split openat2(2) definitions from fcntl.h
2019-12-20 14:05:44
linux-kernel
[PATCH v2 1/2] openat2: drop open_how->__padding field
2019-12-20 14:05:37
linux-kernel
[PATCH v2 0/2] openat2: minor uapi cleanups
2019-12-20 09:34:42
linux-kernel
Re: [PATCH 1/2] uapi: split openat2(2) definitions from fcntl.h
2019-12-20 04:36:16
linux-kernel
Re: [PATCH v4 2/5] pid: Add PIDFD_IOCTL_GETFD to fetch file descriptors from processes
2019-12-19 13:46:41
linux-kernel
Re: [PATCH 1/2] uapi: split openat2(2) definitions from fcntl.h
2019-12-19 13:42:51
linux-kernel
Re: [PATCH 0/2] openat2: minor uapi cleanups
2019-12-19 10:59:20
linux-kernel
[PATCH 2/2] openat2: drop open_how->__padding field
2019-12-19 10:58:34
linux-kernel
[PATCH 0/2] openat2: minor uapi cleanups
2019-12-19 10:58:08
linux-kernel
[PATCH 1/2] uapi: split openat2(2) definitions from fcntl.h
2019-12-19 10:57:31
linux-kernel
[PATCH 2/2] openat2: drop open_how->__padding field
2019-12-19 10:57:21
linux-kernel
[PATCH 1/2] uapi: split openat2(2) definitions from fcntl.h
2019-12-19 10:57:15
linux-kernel
[PATCH 0/2] openat2: minor uapi cleanups
2019-12-15 20:56:47
linux-kernel
Re: [PATCH] openat2: switch to __attribute__((packed)) for open_how
2019-12-15 12:36:03
linux-kernel
Re: [PATCH] openat2: switch to __attribute__((packed)) for open_how
2019-12-13 22:26:11
linux-kernel
[PATCH] openat2: switch to __attribute__((packed)) for open_how
2019-12-10 11:29:02
linux-kernel
Re: [PATCH][next] selftests: fix spelling mistake "chainged" -> "chained"
2019-12-06 14:31:04
linux-kernel
[PATCH man-pages 2/2] path_resolution.7: update to mention openat2(2) features
2019-12-06 14:31:04
linux-kernel
[PATCH man-pages 1/2] openat2.2: document new openat2(2) syscall
2019-12-06 14:21:06
linux-kernel
[PATCH v18 11/13] open: introduce openat2(2) syscall
2019-12-06 14:20:49
linux-kernel
[PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags
2019-12-06 14:20:33
linux-kernel
[PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
2019-12-06 14:20:29
linux-kernel
[PATCH v18 12/13] selftests: add openat2(2) selftests
2019-12-06 14:20:04
linux-kernel
[PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
2019-12-06 14:18:41
linux-kernel
[PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
2019-12-06 14:18:14
linux-kernel
[PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
2019-12-06 14:17:52
linux-kernel
[PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
2019-12-06 14:17:21
linux-kernel
[PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
2019-12-06 14:17:00
linux-kernel
[PATCH v18 04/13] namei: allow set_root() to produce errors
2019-12-06 14:16:31
linux-kernel
[PATCH v18 03/13] namei: allow nd_jump_link() to produce errors
2019-12-06 14:16:26
linux-kernel
[PATCH v18 00/13] open: introduce openat2(2) syscall
2019-12-06 14:16:09
linux-kernel
[PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int
2019-12-06 14:15:46
linux-kernel
[PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
2019-12-06 06:53:27
linux-kernel
Re: [RFC PATCH] ptrace: add PTRACE_GETFD request
2019-11-20 05:15:02
linux-kernel
[PATCH RESEND v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
2019-11-20 05:14:15
linux-kernel
[PATCH RESEND v17 13/13] Documentation: path-lookup: include new LOOKUP flags
2019-11-20 05:14:09
linux-kernel
[PATCH RESEND v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
2019-11-20 05:14:05
linux-kernel
[PATCH RESEND v17 12/13] selftests: add openat2(2) selftests
2019-11-20 05:13:47
linux-kernel
[PATCH RESEND v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
2019-11-20 05:13:41
linux-kernel
[PATCH RESEND v17 11/13] open: introduce openat2(2) syscall
2019-11-20 05:13:06
linux-kernel
[PATCH RESEND v17 03/13] namei: allow nd_jump_link() to produce errors
2019-11-20 05:12:36
linux-kernel
[PATCH RESEND v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
2019-11-20 05:12:31
linux-kernel
[PATCH RESEND v17 02/13] nsfs: clean-up ns_get_path() signature to return int
2019-11-20 05:12:29
linux-kernel
[PATCH RESEND v17 04/13] namei: allow set_root() to produce errors
2019-11-20 05:12:12
linux-kernel
[PATCH RESEND v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
2019-11-20 05:11:54
linux-kernel
[PATCH RESEND v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
2019-11-20 05:10:07
linux-kernel
[PATCH RESEND v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()