messages from 2020-02-14 18:22:14 to 2020-02-20 22:10:33 UTC [more...]
[PATCH v2 00/16] Fanotify event with name info
2020-02-20 22:10 UTC (9+ 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
[PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
2020-02-20 20:52 UTC (23+ messages)
` [PATCH 0/7] proc: Dentry flushing without proc_mnt
` [PATCH 1/7] proc: Rename in proc_inode rename sysctl_inodes sibling_inodes
` [PATCH 2/7] proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache
` [PATCH 3/7] proc: Mov rcu_read_(lock|unlock) in proc_prune_siblings_dcache
` [PATCH 4/7] proc: Use d_invalidate "
` [PATCH 5/7] proc: Clear the pieces of proc_inode that proc_evict_inode cares about
` [PATCH 6/7] proc: Use a list of inodes to flush from proc
` [PATCH 7/7] proc: Ensure we see the exit of each process tid exactly once
[PATCH v6 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
2020-02-20 19:14 UTC (10+ messages)
` [PATCH v6 2/2] selftest: Add MREMAP_DONTUNMAP selftest
[v3 PATCH] move_pages.2: Returning positive value is a new error case
2020-02-20 17:06 UTC (3+ messages)
[PATCH 00/19] VFS: Filesystem information and notifications [ver #16]
2020-02-20 15:48 UTC (49+ 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 v3 00/25] user_namespace: introduce fsid mappings
2020-02-20 14:26 UTC (49+ 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 v6 0/7] introduce memory hinting API for external process
2020-02-20 9:16 UTC (13+ messages)
` [PATCH v6 1/7] mm: pass task and mm to do_madvise
` [PATCH v6 2/7] mm: introduce external memory hinting API
` [PATCH v6 3/7] mm: check fatal signal pending of target process
` [PATCH v6 4/7] pid: move pidfd_get_pid function to pid.c
` [PATCH v6 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v6 6/7] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v6 7/7] mm/madvise: allow KSM hints for remote API
` Re: [PATCH v6 0/7] introduce memory hinting API for external process
[PATCH v5 0/7] introduce memory hinting API for external process
2020-02-19 1:02 UTC (10+ messages)
` [PATCH v5 1/7] mm: pass task and mm to do_madvise
` [PATCH v5 4/7] pid: export pidfd_get_pid
[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
[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 (4+ messages)
` [PATCH v5 1/2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).