Linux API
[Prev Page][Next Page]
- Re: [PATCH v4 6/6] io_uring: add support for zone-append, (continued)
- [PATCH 00/17] VFS: Filesystem information [ver #20],
David Howells
- [PATCH 01/17] fsinfo: Introduce a non-repeating system-unique superblock ID [ver #20], David Howells
- [PATCH 03/17] fsinfo: Provide a bitmap of the features a filesystem supports [ver #20], David Howells
- [PATCH 02/17] fsinfo: Add fsinfo() syscall to query filesystem information [ver #20], David Howells
- [PATCH 04/17] fsinfo: Allow retrieval of superblock devname, options and stats [ver #20], David Howells
- [PATCH 05/17] fsinfo: Allow fsinfo() to look up a mount object by ID [ver #20], David Howells
- [PATCH 06/17] fsinfo: Add a uniquifier ID to struct mount [ver #20], David Howells
- [PATCH 07/17] fsinfo: Allow mount information to be queried [ver #20], David Howells
- [PATCH 08/17] fsinfo: Allow mount topology and propagation info to be retrieved [ver #20], David Howells
- [PATCH 09/17] fsinfo: Provide notification overrun handling support [ver #20], David Howells
- [PATCH 10/17] fsinfo: sample: Mount listing program [ver #20], David Howells
- [PATCH 11/17] fsinfo: Add API documentation [ver #20], David Howells
- [PATCH 12/17] fsinfo: Add support for AFS [ver #20], David Howells
- [PATCH 13/17] fsinfo: Add support to ext4 [ver #20], David Howells
- [PATCH 14/17] fsinfo: Add an attribute that lists all the visible mounts in a namespace [ver #20], David Howells
- [PATCH 15/17] errseq: add a new errseq_scrape function [ver #20], David Howells
- [PATCH 16/17] vfs: allow fsinfo to fetch the current state of s_wb_err [ver #20], David Howells
- [PATCH 17/17] samples: add error state information to test-fsinfo.c [ver #20], David Howells
- [PATCH 0/4] Mount notifications,
David Howells
- [PATCH v7 0/7] Add support for O_MAYEXEC,
Mickaël Salaün
- [PATCH v7 6/7] selftest/openat2: Add tests for O_MAYEXEC enforcing, Mickaël Salaün
- [PATCH v7 1/7] exec: Change uselib(2) IS_SREG() failure to EACCES, Mickaël Salaün
- [PATCH v7 3/7] exec: Move path_noexec() check earlier, Mickaël Salaün
- [PATCH v7 4/7] fs: Introduce O_MAYEXEC flag for openat2(2), Mickaël Salaün
- [PATCH v7 2/7] exec: Move S_ISREG() check earlier, Mickaël Salaün
- [PATCH v7 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC, Mickaël Salaün
- [PATCH v7 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag, Mickaël Salaün
- Re: [PATCH v7 0/7] Add support for O_MAYEXEC, Thibaut Sautereau
- Re: [PATCH v7 0/7] Add support for O_MAYEXEC, Kees Cook
- [PATCH v4 00/13] "Task_isolation" mode,
Alex Belits
- [PATCH v4 01/13] task_isolation: vmstat: add quiet_vmstat_sync function, Alex Belits
- [PATCH v4 02/13] task_isolation: vmstat: add vmstat_idle function, Alex Belits
- [PATCH v4 03/13] task_isolation: userspace hard isolation from kernel, Alex Belits
- [PATCH v4 04/13] task_isolation: Add task isolation hooks to arch-independent code, Alex Belits
- [PATCH v4 05/13] task_isolation: Add xen-specific hook, Alex Belits
- [PATCH 06/13] task_isolation: Add driver-specific hooks, Alex Belits
- [PATCH v4 07/13] task_isolation: arch/x86: enable task isolation functionality, Alex Belits
- [PATCH 08/13] task_isolation: arch/arm64: enable task isolation functionality, Alex Belits
- [PATCH v4 09/13] task_isolation: arch/arm: enable task isolation functionality, Alex Belits
- [PATCH v4 10/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu(), Alex Belits
- [PATCH v4 11/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks, Alex Belits
- [PATCH v4 12/13] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize, Alex Belits
- [PATCH 13/13] task_isolation: kick_all_cpus_sync: don't kick isolated cpus, Alex Belits
- Re: [PATCH v4 00/13] "Task_isolation" mode, Thomas Gleixner
- [net-next v5 PATCH 0/7] Add PRP driver,
Murali Karicheri
- [RFC] fcntl: add description to fdinfo, Pascal Bouchareine
- add file system helpers that take kernel pointers for the init code v2,
Christoph Hellwig
- [PATCH 20/24] init: add an init_link helper, Christoph Hellwig
- [PATCH 19/24] init: add an init_eaccess helper, Christoph Hellwig
- [PATCH 21/24] init: add an init_symlink helper, Christoph Hellwig
- [PATCH 24/24] init: add an init_lstat helper, Christoph Hellwig
- [PATCH 23/24] init: add an init_mknod helper, Christoph Hellwig
- [PATCH 22/24] init: add an init_mkdir helper, Christoph Hellwig
- [PATCH 14/24] init: add an init_rmdir helper, Christoph Hellwig
- [PATCH 18/24] init: add an init_chmod helper, Christoph Hellwig
- [PATCH 13/24] init: add an init_unlink helper, Christoph Hellwig
- [PATCH 16/24] init: add an init_chroot helper, Christoph Hellwig
- [PATCH 15/24] init: add an init_chdir helper, Christoph Hellwig
- [PATCH 17/24] init: add an init_chown helper, Christoph Hellwig
- [PATCH 10/24] init: open code ksys_umount in handle_initrd, Christoph Hellwig
- [PATCH 11/24] init: open code do_utimes in do_utime, Christoph Hellwig
- [PATCH 12/24] init: add an init_mount helper, Christoph Hellwig
- [PATCH 09/24] init: mark create_dev as __init, Christoph Hellwig
- [PATCH 08/24] init: move the prepare_namespace prototype to init/do_mounts.h, Christoph Hellwig
- [PATCH 07/24] init: initialize ramdisk_execute_command at compile time, Christoph Hellwig
- [PATCH 05/24] devtmpfs: open code ksys_chdir and ksys_chroot, Christoph Hellwig
- [PATCH 02/24] fs: refactor ksys_umount, Christoph Hellwig
- [PATCH 04/24] devtmpfs: open code do_mount, Christoph Hellwig
- [PATCH 03/24] fs: push the getname from do_rmdir into the callers, Christoph Hellwig
- [PATCH 06/24] md: open code vfs_stat in md_setup_drive, Christoph Hellwig
- [PATCH 01/24] fs: refactor do_mount, Christoph Hellwig
- [net-next v4 PATCH 0/7] Add PRP driver,
Murali Karicheri
- add file system helpers that take kernel pointers for the init code,
Christoph Hellwig
- [PATCH 08/24] fs: add a kern_access helper, Christoph Hellwig
- [PATCH 11/24] fs: add a kern_chmod helper, Christoph Hellwig
- [PATCH 18/24] fs: add a kern_rmdir helper, Christoph Hellwig
- [PATCH 24/24] fs: add a kern_stat helper, Christoph Hellwig
- [PATCH 23/24] fs: remove KSTAT_QUERY_FLAGS, Christoph Hellwig
- [PATCH 21/24] fs: move vfs_fstatat out of line, Christoph Hellwig
- [PATCH 22/24] fs: remove vfs_stat_set_lookup_flags, Christoph Hellwig
- [PATCH 16/24] fs: add a kern_symlink helper, Christoph Hellwig
- [PATCH 17/24] fs: add a kern_unlink helper, Christoph Hellwig
- [PATCH 20/24] fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat, Christoph Hellwig
- [PATCH 19/24] fs: remove vfs_statx_fd, Christoph Hellwig
- [PATCH 15/24] fs: add a kern_link helper, Christoph Hellwig
- [PATCH 14/24] fs: add a kern_mknod helper, Christoph Hellwig
- [PATCH 12/24] fs: add a kern_utimes helper, Christoph Hellwig
- [PATCH 13/24] fs: add a kern_mkdir helper, Christoph Hellwig
- [PATCH 10/24] fs: move the uid16 (f)chown syscalls to fs/open.c, Christoph Hellwig
- [PATCH 09/24] fs: add a kern_chown helper, Christoph Hellwig
- [PATCH 04/24] fs: move the putname from filename_create to the callers, Christoph Hellwig
- [PATCH 05/24] fs: move the putname from filename_lookup to the callers, Christoph Hellwig
- [PATCH 06/24] fs: add a kern_chdir helper, Christoph Hellwig
- [PATCH 07/24] fs: add a kern_chroot helper, Christoph Hellwig
- [PATCH 01/24] init: initialize ramdisk_execute_command at compile time, Christoph Hellwig
- [PATCH 02/24] fs: add a do_kern_mount helper, Christoph Hellwig
- [PATCH 03/24] fs: add a kern_umount helper, Christoph Hellwig
- [PATCH 0/6] mm: introduce secretmemfd system call to create "secret" memory areas,
Mike Rapoport
- io_uring vs in_compat_syscall(),
Christoph Hellwig
- [net-next iproute2 PATCH v3 1/2] iplink: hsr: add support for creating PRP device similar to HSR,
Murali Karicheri
- [net-next PATCH v3 0/7] Add PRP driver,
Murali Karicheri
- [PATCH] syscall.h: fix comment,
Bui Quang Minh
- [RFC PATCH 0/5] keys: Security changes, ACLs and Container keyring,
David Howells
- Re: [PATCH v4 0/2] Syscall User Redirection,
Kees Cook
- [PATCH v5 00/22] fanotify events with name info,
Amir Goldstein
- [net-next PATCH v2 0/9] Add PRP driver and bug fixes,
Murali Karicheri
- [net-next PATCH v2 2/9] net: hsr/prp: validate address B before copying to skb, Murali Karicheri
- [net-next PATCH v2 7/9] net: hsr: define and use proto_ops ptrs to handle hsr specific frames, Murali Karicheri
- [net-next iproute2 PATCH v2 2/2] ip: iplink: prp: update man page for new parameter, Murali Karicheri
- [net-next iproute2 PATCH v2 1/2] iplink: hsr: add support for creating PRP device similar to HSR, Murali Karicheri
- [net-next PATCH v2 8/9] net: prp: add packet handling support, Murali Karicheri
- [net-next PATCH v2 9/9] net: prp: enhance debugfs to display PRP info, Murali Karicheri
- [net-next PATCH v2 5/9] net: hsr: introduce protocol specific function pointers, Murali Karicheri
- [net-next PATCH v2 3/9] hsr: enhance netlink socket interface to support PRP, Murali Karicheri
- [net-next PATCH v2 6/9] net: prp: add supervision frame generation utility function, Murali Karicheri
- [net-next PATCH v2 4/9] net: hsr: introduce common code for skb initialization, Murali Karicheri
- [net-next PATCH v2 1/9] net: hsr: fix incorrect lsdu size in the tag of HSR frames for small frames, Murali Karicheri
- Re: [net-next PATCH v2 0/9] Add PRP driver and bug fixes, Jakub Kicinski
- strace of io_uring events?,
Miklos Szeredi
- [PATCH v6 0/7] Add support for O_MAYEXEC,
Mickaël Salaün
- [PATCH 0/4] fs: add mount_setattr(),
Christian Brauner
- [RFC PATCH 0/4] rseq: Introduce extensible struct rseq,
Mathieu Desnoyers
- [PATCH v31 00/12] /dev/random - a new approach with full SP800-90B,
Stephan Müller
- [PATCH v31 12/12] LRNG - add power-on and runtime self-tests, Stephan Müller
- [PATCH v31 08/12] crypto: provide access to a static Jitter RNG state, Stephan Müller
- [PATCH v31 09/12] LRNG - add Jitter RNG fast noise source, Stephan Müller
- [PATCH v31 10/12] LRNG - add SP800-90B compliant health tests, Stephan Müller
- [PATCH v31 11/12] LRNG - add interface for gathering of raw entropy, Stephan Müller
- [PATCH v31 07/12] LRNG - add kernel crypto API PRNG extension, Stephan Müller
- [PATCH v31 03/12] LRNG - sysctls and /proc interface, Stephan Müller
- [PATCH v31 02/12] LRNG - allocate one DRNG instance per NUMA node, Stephan Müller
- [PATCH v31 05/12] crypto: DRBG - externalize DRBG functions for LRNG, Stephan Müller
- [PATCH v31 04/12] LRNG - add switchable DRNG support, Stephan Müller
- [PATCH v31 06/12] LRNG - add SP800-90A DRBG extension, Stephan Müller
- [PATCH v31 01/12] Linux Random Number Generator, Stephan Müller
- Re: [PATCH v31 00/12] /dev/random - a new approach with full SP800-90B, Pavel Machek
- [PATCH v7 0/9] Add seccomp notifier ioctl that enables adding fds,
Kees Cook
- [RFC v2 0/4] futex2: Add new futex interface,
André Almeida
- [PATCH v18 22/23] LSM: Add /proc attr entry for full LSM context,
Casey Schaufler
- [PATCH for 5.8] sched: Fix unreliable rseq cpu_id for new tasks, Mathieu Desnoyers
- [PATCH v19 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v19 01/12] landlock: Add object management, Mickaël Salaün
- [PATCH v19 06/12] fs,security: Add sb_delete hook, Mickaël Salaün
- [PATCH v19 02/12] landlock: Add ruleset and domain management, Mickaël Salaün
- [PATCH v19 12/12] landlock: Add user and kernel documentation, Mickaël Salaün
- [PATCH v19 08/12] landlock: Add syscall implementation, Mickaël Salaün
- [PATCH v19 04/12] landlock: Add ptrace restrictions, Mickaël Salaün
- [PATCH v19 07/12] landlock: Support filesystem access-control, Mickaël Salaün
- [PATCH v19 09/12] arch: Wire up landlock() syscall, Mickaël Salaün
- [PATCH v19 03/12] landlock: Set up the security framework and manage credentials, Mickaël Salaün
- [PATCH v19 11/12] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [PATCH v19 05/12] LSM: Infrastructure management of the superblock, Mickaël Salaün
- [PATCH v19 10/12] selftests/landlock: Add initial tests, Mickaël Salaün
- [RFC PATCH for 5.8 0/4] rseq cpu_id ABI fix,
Mathieu Desnoyers
- [PATCH v6 0/7] Add seccomp notifier ioctl that enables adding fds,
Kees Cook
- [RFC PATCH v2 0/5] mm: extend memfd with ability to create "secret" memory areas,
Mike Rapoport
- [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster,
Greg Kroah-Hartman
- [RFC]: mm,power: introduce MADV_WIPEONSUSPEND,
Catangiu, Adrian Costin
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND, Pavel Machek
[PATCH v2 0/3] remove PROT_SAO support and disable,
Nicholas Piggin
[PATCH v4 00/10] fanotify events with name info, Amir Goldstein
[PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v22),
Mathieu Desnoyers
[PATCH ghak90 V9 00/13] audit: implement container identifier,
Richard Guy Briggs
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]