linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-12 18:45:06 to 2020-02-19 01:44:42 UTC [more...]

[PATCH v6 0/7] introduce memory hinting API for external process
 2020-02-19  1:44 UTC  (2+ messages)
` [PATCH v6 1/7] mm: pass task and mm to do_madvise

[PATCH v5 0/7] introduce memory hinting API for external process
 2020-02-19  1:02 UTC  (15+ messages)
` [PATCH v5 1/7] mm: pass task and mm to do_madvise
` [PATCH v5 2/7] mm: introduce external memory hinting API
` [PATCH v5 3/7] mm: check fatal signal pending of target process
` [PATCH v5 4/7] pid: export pidfd_get_pid
` [PATCH v5 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v5 6/7] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v5 7/7] mm/madvise: allow KSM hints for remote API

[PATCH v3 00/25] user_namespace: introduce fsid mappings
 2020-02-18 23:50 UTC  (29+ messages)
` [PATCH v3 01/25] user_namespace: introduce fsid mappings infrastructure
` [PATCH v3 02/25] proc: add /proc/<pid>/fsuid_map
` [PATCH v3 03/25] proc: add /proc/<pid>/fsgid_map
` [PATCH v3 04/25] fsuidgid: add fsid mapping helpers
` [PATCH v3 05/25] user_namespace: refactor map_write()
` [PATCH v3 06/25] user_namespace: make map_write() support fsid mappings
` [PATCH v3 07/25] proc: task_state(): use from_kfs{g,u}id_munged
` [PATCH v3 08/25] cred: add kfs{g,u}id
` [PATCH v3 09/25] fs: add is_userns_visible() helper
` [PATCH v3 10/25] namei: may_{o_}create(): handle fsid mappings
` [PATCH v3 11/25] inode: inode_owner_or_capable(): "
` [PATCH v3 12/25] capability: privileged_wrt_inode_uidgid(): "
` [PATCH v3 13/25] stat: "
` [PATCH v3 14/25] open: "
` [PATCH v3 15/25] posix_acl: "
` [PATCH v3 16/25] attr: notify_change(): "
` [PATCH v3 17/25] commoncap: cap_bprm_set_creds(): "
` [PATCH v3 18/25] commoncap: cap_task_fix_setuid(): "
` [PATCH v3 19/25] commoncap: handle fsid mappings with vfs caps
` [PATCH v3 20/25] exec: bprm_fill_uid(): handle fsid mappings
` [PATCH v3 21/25] ptrace: adapt ptrace_may_access() to always uses unmapped fsids
` [PATCH v3 22/25] devpts: handle fsid mappings
` [PATCH v3 23/25] keys: "
` [PATCH v3 24/25] sys: handle fsid mappings in set*id() calls
` [PATCH v3 25/25] selftests: add simple fsid mapping selftests

[PATCH 00/19] VFS: Filesystem information and notifications [ver #16]
 2020-02-18 18:12 UTC  (21+ messages)
` [PATCH 01/19] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 02/19] fsinfo: Add syscalls to other arches "
` [PATCH 03/19] fsinfo: Provide a bitmap of supported features "
` [PATCH 04/19] vfs: Add mount change counter "
` [PATCH 05/19] vfs: Introduce a non-repeating system-unique superblock ID "
` [PATCH 06/19] vfs: Allow fsinfo() to look up a mount object by "
` [PATCH 07/19] vfs: Allow mount information to be queried by fsinfo() "
` [PATCH 08/19] vfs: fsinfo sample: Mount listing program "
` [PATCH 09/19] fsinfo: Allow the mount topology propogation flags to be retrieved "
` [PATCH 10/19] fsinfo: Add API documentation "
` [PATCH 11/19] afs: Support fsinfo() "
` [PATCH 12/19] security: Add hooks to rule on setting a superblock or mount watch "
` [PATCH 13/19] vfs: Add a mount-notification facility "
` [PATCH 14/19] notifications: sample: Display mount tree change notifications "
` [PATCH 15/19] vfs: Add superblock "
` [PATCH 16/19] fsinfo: Provide superblock notification counter "
` [PATCH 17/19] notifications: sample: Display superblock notifications "
` [PATCH 18/19] ext4: Add example fsinfo information "
` [PATCH 19/19] nfs: Add example filesystem "

[PATCH v6 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-18 17:32 UTC  (2+ messages)
` [PATCH v6 2/2] selftest: Add MREMAP_DONTUNMAP selftest

[PATCHv8 00/34] kernel: Introduce Time Namespace
 2020-02-18 17:26 UTC  (10+ messages)
` [PATCHv8 03/34] ns: "
  ` Time Namespaces: CLONE_NEWTIME and clone3()?

[PATCH v2 00/28] user_namespace: introduce fsid mappings
 2020-02-17 23:11 UTC  (43+ messages)
` [PATCH v2 01/28] user_namespace: introduce fsid mappings infrastructure
` [PATCH v2 02/28] proc: add /proc/<pid>/fsuid_map
` [PATCH v2 03/28] proc: add /proc/<pid>/fsgid_map
` [PATCH v2 04/28] fsuidgid: add fsid mapping helpers
` [PATCH v2 05/28] proc: task_state(): use from_kfs{g,u}id_munged
` [PATCH v2 06/28] cred: add kfs{g,u}id
` [PATCH v2 07/28] sys: __sys_setfsuid(): handle fsid mappings
` [PATCH v2 08/28] sys: __sys_setfsgid(): "
` [PATCH v2 09/28] sys:__sys_setuid(): "
` [PATCH v2 10/28] sys:__sys_setgid(): "
` [PATCH v2 11/28] sys:__sys_setreuid(): "
` [PATCH v2 12/28] sys:__sys_setregid(): "
` [PATCH v2 13/28] sys:__sys_setresuid(): "
` [PATCH v2 14/28] sys:__sys_setresgid(): "
` [PATCH v2 15/28] fs: add is_userns_visible() helper
` [PATCH v2 16/28] namei: may_{o_}create(): handle fsid mappings
` [PATCH v2 17/28] inode: inode_owner_or_capable(): "
` [PATCH v2 18/28] capability: privileged_wrt_inode_uidgid(): "
` [PATCH v2 19/28] stat: "
` [PATCH v2 20/28] open: "
` [PATCH v2 21/28] posix_acl: "
` [PATCH v2 22/28] attr: notify_change(): "
` [PATCH v2 23/28] commoncap: cap_bprm_set_creds(): "
` [PATCH v2 24/28] commoncap: cap_task_fix_setuid(): "
` [PATCH v2 25/28] commoncap: handle fsid mappings with vfs caps
` [PATCH v2 26/28] exec: bprm_fill_uid(): handle fsid mappings
` [PATCH v2 27/28] ptrace: adapt ptrace_may_access() to always uses unmapped fsids
` [PATCH v2 28/28] devpts: handle fsid mappings

[PATCH v2 00/16] Fanotify event with name info
 2020-02-17 13:14 UTC  (5+ messages)
` [PATCH v2 10/16] fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name
` [PATCH v2 13/16] fanotify: report name info for FAN_DIR_MODIFY event
` [PATCH v2 14/16] fanotify: report parent fid + name with FAN_REPORT_NAME
` [BONUS][PATCH v2 16/16] fanotify: support limited functionality for unprivileged users

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-02-16  6:46 UTC  (3+ messages)

zionitld3@gmail.com
 2020-02-15  1:09 UTC 

[PATCH v2 2/6] Add a concept of a "secure" anonymous file
 2020-02-14 22:13 UTC  (2+ messages)

[PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-14 18:46 UTC  (12+ messages)
` [PATCH] mremap.2: Add information for MREMAP_DONTUNMAP
` [PATCH v5 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
  ` [PATCH v5 2/2] selftest: Add MREMAP_DONTUNMAP selftest

[PATCH manpage] mbind.2: remove note about MPOL_MF_STRICT been ignored
 2020-02-14 17:03 UTC 

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-02-14 16:54 UTC  (9+ messages)

[PATCH v8 00/11] proc: modernize proc to support multiple private instances
 2020-02-14 14:15 UTC  (24+ messages)
` [PATCH v8 07/11] proc: flush task dcache entries from all procfs instances

[PATCH 1/1] prctl.2: doc PR_SET/GET_IO_FLUSHER
 2020-02-14 12:54 UTC  (4+ messages)

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-02-13 21:58 UTC  (18+ messages)
` [PATCH ghak90 V8 13/16] audit: track container nesting
` [PATCH ghak90 V8 16/16] audit: add capcontid to set contid outside init_user_ns
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon

[PATCH v4 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-02-13 21:02 UTC  (3+ messages)
` [PATCH v4 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v4 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH v4 0/8] introduce memory hinting API for external process
 2020-02-13 17:35 UTC  (17+ messages)
  ` [PATCH v4 1/8] mm: pass task to do_madvise
  ` [PATCH v4 4/8] mm: check fatal signal pending of target process
  ` [PATCH v4 7/8] pid: export pidfd_get_pid
` [PATCH v4 2/8] mm: introduce external memory hinting API
` [PATCH v4 3/8] mm: validate mm in do_madvise
` [PATCH v4 5/8] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v4 6/8] mm/madvise: allow KSM hints for remote API
` [PATCH v4 8/8] mm: support both pid and pidfd for process_madvise

[PATCH v6 0/6] clone3 & cgroups: allow spawning processes into cgroups
 2020-02-13 12:52 UTC  (3+ messages)

[PATCH v7 0/2] add performance reporting support to FPGA DFL drivers
 2020-02-13  2:51 UTC  (9+ messages)
` [PATCH v7 2/2] fpga: dfl: fme: add performance reporting support

[PATCH v2 0/6] Harden userfaultfd
 2020-02-12 23:41 UTC  (16+ messages)
` [PATCH v2 3/6] Teach SELinux about a new userfaultfd class

[PATCH 00/24] user_namespace: introduce fsid mappings
 2020-02-12 18:53 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).