linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-15 15:33:31 to 2020-07-22 14:05:30 UTC [more...]

add file system helpers that take kernel pointers for the init code v2
 2020-07-22 14:05 UTC  (37+ messages)
` [PATCH 01/24] fs: refactor do_mount
` [PATCH 02/24] fs: refactor ksys_umount
` [PATCH 03/24] fs: push the getname from do_rmdir into the callers
` [PATCH 04/24] devtmpfs: open code do_mount
` [PATCH 05/24] devtmpfs: open code ksys_chdir and ksys_chroot
` [PATCH 06/24] md: open code vfs_stat in md_setup_drive
` [PATCH 07/24] init: initialize ramdisk_execute_command at compile time
` [PATCH 08/24] init: move the prepare_namespace prototype to init/do_mounts.h
` [PATCH 09/24] init: mark create_dev as __init
` [PATCH 10/24] init: open code ksys_umount in handle_initrd
` [PATCH 11/24] init: open code do_utimes in do_utime
` [PATCH 12/24] init: add an init_mount helper
` [PATCH 13/24] init: add an init_unlink helper
` [PATCH 14/24] init: add an init_rmdir helper
` [PATCH 15/24] init: add an init_chdir helper
` [PATCH 16/24] init: add an init_chroot helper
` [PATCH 17/24] init: add an init_chown helper
` [PATCH 18/24] init: add an init_chmod helper
` [PATCH 19/24] init: add an init_eaccess helper
` [PATCH 20/24] init: add an init_link helper
` [PATCH 21/24] init: add an init_symlink helper
` [PATCH 22/24] init: add an init_mkdir helper
` [PATCH 23/24] init: add an init_mknod helper
` [PATCH 24/24] init: add an init_lstat helper

[net-next v4 PATCH 0/7] Add PRP driver
 2020-07-22 13:01 UTC  (10+ messages)
` [net-next v4 PATCH 1/7] hsr: enhance netlink socket interface to support PRP
` [net-next v4 PATCH 2/7] net: hsr: introduce common code for skb initialization
` [net-next v4 PATCH 3/7] net: hsr: introduce protocol specific function pointers
` [net-next v4 PATCH 4/7] net: prp: add supervision frame generation utility function
` [net-next v4 PATCH 5/7] net: hsr: define and use proto_ops ptrs to handle hsr specific frames
` [net-next v4 PATCH 6/7] net: prp: add packet handling support
` [net-next v4 PATCH 7/7] net: prp: enhance debugfs to display PRP info

io_uring vs in_compat_syscall()
 2020-07-22  8:39 UTC  (11+ messages)

[RFC] fcntl: add description to fdinfo
 2020-07-22  1:27 UTC 

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-07-21 22:05 UTC  (7+ messages)
` [PATCH ghak90 V9 08/13] audit: add containerid support for user records
` [PATCH ghak90 V9 10/13] audit: add support for containerid to network namespaces

strace of io_uring events?
 2020-07-21 19:56 UTC  (26+ messages)

[PATCH 0/6] mm: introduce secretmemfd system call to create "secret" memory areas
 2020-07-21 10:59 UTC  (16+ messages)
` [PATCH 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH 2/6] mmap: make mlock_future_check() global
` [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
` [PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
` [PATCH 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH 0/4] fs: add mount_setattr()
 2020-07-21  9:59 UTC  (5+ messages)
` [PATCH] mount_setattr.2: New manual page documenting the mount_setattr() system call

add file system helpers that take kernel pointers for the init code
 2020-07-20 18:17 UTC  (28+ messages)
` [PATCH 01/24] init: initialize ramdisk_execute_command at compile time
` [PATCH 02/24] fs: add a do_kern_mount helper
` [PATCH 03/24] fs: add a kern_umount helper
` [PATCH 04/24] fs: move the putname from filename_create to the callers
` [PATCH 05/24] fs: move the putname from filename_lookup "
` [PATCH 06/24] fs: add a kern_chdir helper
` [PATCH 07/24] fs: add a kern_chroot helper
` [PATCH 08/24] fs: add a kern_access helper
` [PATCH 09/24] fs: add a kern_chown helper
` [PATCH 10/24] fs: move the uid16 (f)chown syscalls to fs/open.c
` [PATCH 11/24] fs: add a kern_chmod helper
` [PATCH 12/24] fs: add a kern_utimes helper
` [PATCH 13/24] fs: add a kern_mkdir helper
` [PATCH 14/24] fs: add a kern_mknod helper
` [PATCH 15/24] fs: add a kern_link helper
` [PATCH 16/24] fs: add a kern_symlink helper
` [PATCH 17/24] fs: add a kern_unlink helper
` [PATCH 18/24] fs: add a kern_rmdir helper
` [PATCH 19/24] fs: remove vfs_statx_fd
` [PATCH 20/24] fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat
` [PATCH 21/24] fs: move vfs_fstatat out of line
` [PATCH 22/24] fs: remove vfs_stat_set_lookup_flags
` [PATCH 23/24] fs: remove KSTAT_QUERY_FLAGS
` [PATCH 24/24] fs: add a kern_stat helper

[net-next PATCH v3 0/7] Add PRP driver
 2020-07-20 13:20 UTC  (12+ messages)
` [net-next PATCH v3 1/7] hsr: enhance netlink socket interface to support PRP
` [net-next PATCH v3 2/7] net: hsr: introduce common code for skb initialization
` [net-next PATCH v3 3/7] net: hsr: introduce protocol specific function pointers
` [net-next PATCH v3 4/7] net: prp: add supervision frame generation utility function
` [net-next PATCH v3 5/7] net: hsr: define and use proto_ops ptrs to handle hsr specific frames
` [net-next PATCH v3 6/7] net: prp: add packet handling support
` [net-next PATCH v3 7/7] net: prp: enhance debugfs to display PRP info

[RFC PATCH 0/5] keys: Security changes, ACLs and Container keyring
 2020-07-19 18:10 UTC  (7+ messages)
` [RFC PATCH 1/5] keys: Move permissions checking decisions into the checking code
` [RFC PATCH 2/5] keys: Replace uid/gid/perm permissions checking with an ACL
` [RFC PATCH 3/5] keys: Provide KEYCTL_GRANT_PERMISSION
` [RFC PATCH 4/5] keys: Split the search perms between KEY_NEED_USE and KEY_NEED_SEARCH
` [RFC PATCH 5/5] keys: Implement a 'container' keyring

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-07-19 12:34 UTC  (4+ messages)

[PATCH] syscall.h: fix comment
 2020-07-18 15:23 UTC  (6+ messages)
      ` [PATCH] syscalls.h: Remove all file references in comments

[net-next iproute2 PATCH v3 1/2] iplink: hsr: add support for creating PRP device similar to HSR
 2020-07-17 15:22 UTC  (2+ messages)
` [net-next iproute2 PATCH v3 2/2] ip: iplink: prp: update man page for new parameter

[RFC PATCH v2 0/5] mm: extend memfd with ability to create "secret" memory areas
 2020-07-17 14:43 UTC  (3+ messages)

[net-next PATCH v2 0/9] Add PRP driver and bug fixes
 2020-07-17 14:19 UTC  (14+ messages)
` [net-next PATCH v2 1/9] net: hsr: fix incorrect lsdu size in the tag of HSR frames for small frames
` [net-next PATCH v2 2/9] net: hsr/prp: validate address B before copying to skb
` [net-next PATCH v2 3/9] hsr: enhance netlink socket interface to support PRP
` [net-next PATCH v2 4/9] net: hsr: introduce common code for skb initialization
` [net-next PATCH v2 5/9] net: hsr: introduce protocol specific function pointers
` [net-next PATCH v2 6/9] net: prp: add supervision frame generation utility function
` [net-next PATCH v2 7/9] net: hsr: define and use proto_ops ptrs to handle hsr specific frames
` [net-next PATCH v2 8/9] net: prp: add packet handling support
` [net-next PATCH v2 9/9] net: prp: enhance debugfs to display PRP info
` [net-next iproute2 PATCH v2 1/2] iplink: hsr: add support for creating PRP device similar to HSR
` [net-next iproute2 PATCH v2 2/2] ip: iplink: prp: update man page for new parameter

[PATCH v4 0/2] Syscall User Redirection
 2020-07-16 21:06 UTC  (6+ messages)

[PATCH v6 0/7] Add support for O_MAYEXEC
 2020-07-16 19:13 UTC  (19+ messages)
` [PATCH v6 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
` [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v6 6/7] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag

[PATCH v5 00/22] fanotify events with name info
 2020-07-16 17:13 UTC  (2+ messages)

[RFC PATCH 0/4] rseq: Introduce extensible struct rseq
 2020-07-16 14:45 UTC  (10+ messages)
` [RFC PATCH 2/4] rseq: Allow extending "


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).