Linux API
[Prev Page][Next Page]
- [PATCH 01/10] security: Override creds in __fput() with last fputter's creds [ver #3], (continued)
- [PATCH 01/10] security: Override creds in __fput() with last fputter's creds [ver #3], David Howells
- [PATCH 02/10] General notification queue with user mmap()'able ring buffer [ver #3], David Howells
- [PATCH 03/10] keys: Add a notification facility [ver #3], David Howells
- [PATCH 04/10] vfs: Add a mount-notification facility [ver #3], David Howells
- [PATCH 05/10] vfs: Add superblock notifications [ver #3], David Howells
- [PATCH 06/10] fsinfo: Export superblock notification counter [ver #3], David Howells
- [PATCH 07/10] Add a general, global device notification watch list [ver #3], David Howells
- [PATCH 08/10] block: Add block layer notifications [ver #3], David Howells
- [PATCH 10/10] Add sample notification program [ver #3], David Howells
- [PATCH 09/10] usb: Add USB subsystem notifications [ver #3], David Howells
- Re: [RFC][PATCH 00/10] Mount, FS, Block and Keyrings notifications [ver #3], Stephen Smalley
- Re: [RFC][PATCH 00/10] Mount, FS, Block and Keyrings notifications [ver #3], David Howells
- Re: [RFC][PATCH 00/10] Mount, FS, Block and Keyrings notifications [ver #3], Christian Brauner
- [PATCH v19 1/3] proc: add /proc/<pid>/arch_status,
Aubrey Li
- [RFC][PATCH 0/8] Mount, FS, Block and Keyrings notifications [ver #2],
David Howells
- [PATCH 1/8] security: Override creds in __fput() with last fputter's creds [ver #2], David Howells
- [PATCH 2/8] General notification queue with user mmap()'able ring buffer [ver #2], David Howells
- [PATCH 3/8] keys: Add a notification facility [ver #2], David Howells
- [PATCH 4/8] vfs: Add a mount-notification facility [ver #2], David Howells
- [PATCH 5/8] vfs: Add superblock notifications [ver #2], David Howells
- [PATCH 6/8] fsinfo: Export superblock notification counter [ver #2], David Howells
- [PATCH 7/8] block: Add block layer notifications [ver #2], David Howells
- [PATCH 8/8] Add sample notification program [ver #2], David Howells
- Re: [RFC][PATCH 0/8] Mount, FS, Block and Keyrings notifications [ver #2], Andy Lutomirski
- Re: [RFC][PATCH 0/8] Mount, FS, Block and Keyrings notifications [ver #2], David Howells
- Re: [RFC][PATCH 0/8] Mount, FS, Block and Keyrings notifications [ver #2], Casey Schaufler
[PATCH v3 1/2] fork: add clone3,
Christian Brauner
Re: [PATCH] signal: remove the wrong signal_pending() check in restore_user_sigmask(),
Eric W. Biederman
[PATCH v5 8/9] vfs: allow copy_file_range to copy across devices,
Amir Goldstein
Re: [PATCH v1 3/4] mm: account nr_isolated_xxx in [isolate|putback]_lru_page, Minchan Kim
[PATCH v2 1/2] fork: add clone3,
Christian Brauner
[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT,
Minchan Kim
Add a new fchmodat4() syscall,
Palmer Dabbelt
[PATCH ghak90 V6] fixup! audit: add containerid filtering,
Richard Guy Briggs
[PATCH v4 0/9] Fixes for major copy_file_range() issues,
Amir Goldstein
[PATCH v3 1/1] mm: smaps: split PSS into components, semenzato
[PATCH v3 1/1] eventfd new tag EFD_VPOLL: generate epoll events, Renzo Davoli
[RFCv2 0/6] introduce memory hinting API for external process,
Minchan Kim
Re: [PATCH v2 1/1] mm: smaps: split PSS into components,
Michal Hocko
[PATCH v3 00/13] Fixes for major copy_file_range() issues,
Amir Goldstein
- [PATCH v3 06/13] vfs: introduce file_modified() helper, Amir Goldstein
- [PATCH v3 04/13] vfs: remove redundant checks from generic_remap_checks(), Amir Goldstein
- [PATCH v3 08/13] vfs: copy_file_range needs to strip setuid bits and update timestamps, Amir Goldstein
- [PATCH v3 12/13] nfs: copy_file_range needs to strip setuid bits and update timestamps, Amir Goldstein
- [PATCH v3 13/13] vfs: allow copy_file_range to copy across devices, Amir Goldstein
- [PATCH v3 11/13] fuse: copy_file_range needs to strip setuid bits and update timestamps, Amir Goldstein
- [PATCH v3 10/13] cifs: copy_file_range needs to strip setuid bits and update timestamps, Amir Goldstein
- [PATCH v3 14/13] man-pages: copy_file_range updates, Amir Goldstein
- [PATCH v3 09/13] ceph: copy_file_range needs to strip setuid bits and update timestamps, Amir Goldstein
- [PATCH v3 07/13] xfs: use file_modified() helper, Amir Goldstein
- [PATCH v3 05/13] vfs: add missing checks to copy_file_range, Amir Goldstein
- [PATCH v3 03/13] vfs: introduce generic_file_rw_checks(), Amir Goldstein
- [PATCH v3 02/13] vfs: no fallback for ->copy_file_range, Amir Goldstein
- [PATCH v3 01/13] vfs: introduce generic_copy_file_range(), Amir Goldstein
[PATCH v1 1/2] fork: add clone3,
Christian Brauner
[RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications,
David Howells
- [PATCH 1/7] General notification queue with user mmap()'able ring buffer, David Howells
- [PATCH 2/7] keys: Add a notification facility, David Howells
- [PATCH 3/7] vfs: Add a mount-notification facility, David Howells
- [PATCH 4/7] vfs: Add superblock notifications, David Howells
- [PATCH 5/7] fsinfo: Export superblock notification counter, David Howells
- [PATCH 6/7] block: Add block layer notifications, David Howells
- [PATCH 7/7] Add sample notification program, David Howells
- Re: [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications, Greg KH
- Re: [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications, Amir Goldstein
- Re: [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications, David Howells
- Re: [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications, David Howells
[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #13],
David Howells
- [PATCH 01/25] vfs: syscall: Add fsinfo() to query filesystem information [ver #13], David Howells
- [PATCH 02/25] vfs: Allow fsinfo() to query what's in an fs_context [ver #13], David Howells
- [PATCH 03/25] vfs: Allow fsinfo() to be used to query an fs parameter description [ver #13], David Howells
- [PATCH 04/25] vfs: Implement parameter value retrieval with fsinfo() [ver #13], David Howells
- [PATCH 05/25] fsinfo: Implement retrieval of LSM parameters with fsinfo() [ver #13], David Howells
- [PATCH 06/25] vfs: Introduce a non-repeating system-unique superblock ID [ver #13], David Howells
- [PATCH 07/25] vfs: Allow fsinfo() to look up a mount object by ID [ver #13], David Howells
- [PATCH 08/25] vfs: Add mount notification count [ver #13], David Howells
- [PATCH 09/25] vfs: Allow mount information to be queried by fsinfo() [ver #13], David Howells
- [PATCH 10/25] vfs: fsinfo sample: Mount listing program [ver #13], David Howells
- [PATCH 12/25] kernfs, cgroup: Add fsinfo support [ver #13], David Howells
- [PATCH 13/25] fsinfo: Support SELinux superblock parameter retrieval [ver #13], David Howells
- [PATCH 14/25] fsinfo: Support Smack superblock parameter retrieval [ver #13], David Howells
- [PATCH 15/25] afs: Support fsinfo() [ver #13], David Howells
- [PATCH 16/25] nfs: Support fsinfo() [ver #13], David Howells
- [PATCH 17/25] fsinfo: autofs - add sb operation fsinfo() [ver #13], David Howells
- [PATCH 18/25] fsinfo: shmem - add tmpfs sb operation fsinfo() [ver #13], David Howells
- [PATCH 19/25] fsinfo: proc - add sb operation fsinfo() [ver #13], David Howells
- [PATCH 20/25] fsinfo: devpts - add sb operation fsinfo() [ver #13], David Howells
- [PATCH 21/25] fsinfo: pstore - add sb operation fsinfo() [ver #13], David Howells
- [PATCH 22/25] fsinfo: debugfs - add sb operation fsinfo() [ver #13], David Howells
- [PATCH 23/25] fsinfo: bpf - add sb operation fsinfo() [ver #13], David Howells
- [PATCH 24/25] fsinfo: ufs - add sb operation fsinfo() [ver #13], David Howells
- [PATCH 25/25] fsinfo: Add API documentation [ver #13], David Howells
- [PATCH 11/25] hugetlbfs: Add support for fsinfo() [ver #13], David Howells
[PATCH 0/7] VFS: Introduce filesystem information query syscall [ver #13],
David Howells
[PATCH] [RFC] Remove bdflush syscall stub,
Cyril Hrubis
[RFC][PATCH] link.2: AT_ATOMIC_DATA and AT_ATOMIC_METADATA,
Amir Goldstein
Re: [PATCH RFC] mm/madvise: implement MADV_STOCKPILE (kswapd from user space),
Michal Hocko
[PATCH v3 0/3] add thermal/power management features for FPGA DFL drivers,
Wu Hao
[PATCH v3 00/16] add new features for FPGA DFL drivers,
Wu Hao
- [PATCH v3 02/16] fpga: dfl: fme: remove copy_to_user() in ioctl for PR, Wu Hao
- [PATCH v3 06/16] fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support., Wu Hao
- [PATCH v3 14/16] fpga: dfl: fme: add capability sysfs interfaces, Wu Hao
- [PATCH v3 15/16] fpga: dfl: fme: add global error reporting support, Wu Hao
- [PATCH v3 16/16] fpga: dfl: fme: add performance reporting support, Wu Hao
- [PATCH v3 07/16] fpga: dfl: pci: enable SRIOV support., Wu Hao
- [PATCH v3 09/16] fpga: dfl: afu: add userclock sysfs interfaces., Wu Hao
- [PATCH v3 10/16] fpga: dfl: add id_table for dfl private feature driver, Wu Hao
- [PATCH v3 12/16] fpga: dfl: afu: add error reporting support., Wu Hao
- [PATCH v3 13/16] fpga: dfl: afu: add STP (SignalTap) support, Wu Hao
- [PATCH v3 11/16] fpga: dfl: afu: export __port_enable/disable function., Wu Hao
- [PATCH v3 08/16] fpga: dfl: afu: add AFU state related sysfs interfaces, Wu Hao
- [PATCH v3 01/16] fpga: dfl-fme-mgr: fix FME_PR_INTFC_ID register address., Wu Hao
- [PATCH v3 03/16] fpga: dfl: fme: align PR buffer size per PR datawidth, Wu Hao
- [PATCH v3 05/16] Documentation: fpga: dfl: add descriptions for virtualization and new interfaces., Wu Hao
- [PATCH v3 04/16] fpga: dfl: fme: support 512bit data width PR, Wu Hao
[PATCH v2 1/1] eventfd new tag EFD_VPOLL: generate epoll events, Renzo Davoli
[PATCH 1/1] eventfd new tag EFD_VPOLL: generate epoll events,
Renzo Davoli
[PATCH 1/2] fork: add clone6,
Christian Brauner
[PATCH v2 0/8] Fixes for major copy_file_range() issues,
Amir Goldstein
Re: [PATCH] mm: mlockall error for flag MCL_ONFAULT,
Daniel Jordan
[PATCH v3 3/3] tests: add close_range() tests,
Christian Brauner
[PATCH v3 1/3] open: add close_range(), Christian Brauner
[PATCH v3 2/3] arch: wire-up close_range(),
Christian Brauner
[PATCH 5.1 119/122] y2038: Make CONFIG_64BIT_TIME unconditional, Greg Kroah-Hartman
[PATCH v3 00/15] fs-verity: read-only file-based authenticity protection,
Eric Biggers
- [PATCH v3 01/15] fs-verity: add a documentation file, Eric Biggers
- [PATCH v3 13/15] ext4: add basic fs-verity support, Eric Biggers
- [PATCH v3 15/15] f2fs: add fs-verity support, Eric Biggers
- [PATCH v3 14/15] ext4: add fs-verity read support, Eric Biggers
- [PATCH v3 12/15] fs-verity: support builtin file signatures, Eric Biggers
- [PATCH v3 09/15] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl, Eric Biggers
- [PATCH v3 11/15] fs-verity: add SHA-512 support, Eric Biggers
- [PATCH v3 10/15] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl, Eric Biggers
- [PATCH v3 03/15] fs-verity: add UAPI header, Eric Biggers
- [PATCH v3 08/15] fs-verity: add data verification hooks for ->readpages(), Eric Biggers
- [PATCH v3 06/15] fs-verity: add the hook for file ->open(), Eric Biggers
- [PATCH v3 05/15] fs-verity: add inode and superblock fields, Eric Biggers
- [PATCH v3 02/15] fs-verity: add MAINTAINERS file entry, Eric Biggers
- [PATCH v3 07/15] fs-verity: add the hook for file ->setattr(), Eric Biggers
- [PATCH v3 04/15] fs-verity: add Kconfig and the helper functions for hashing, Eric Biggers
- Re: [PATCH v3 00/15] fs-verity: read-only file-based authenticity protection, Eric Biggers
[PATCH v2 0/2] close_range(),
Christian Brauner
[USER][PATCH] cpio: add option to add file metadata in copy-out mode, Roberto Sassu
[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk,
Roberto Sassu
- [PATCH v4 1/3] initramfs: add file metadata, Roberto Sassu
- [PATCH v4 2/3] initramfs: read metadata from special file METADATA!!!, Roberto Sassu
- [PATCH v4 3/3] gen_init_cpio: add support for file metadata, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Rob Landley
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Mimi Zohar
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Mimi Zohar
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Eugeniu Rosca
- RE: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Eugeniu Rosca
- RE: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Eugeniu Rosca
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Jim Baxter
- RE: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Jim Baxter
- RE: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Rob Landley
- RE: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Rob Landley
- RE: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Roberto Sassu
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Jim Baxter
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Rob Landley
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Rob Landley
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Rob Landley
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Mimi Zohar
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Alexander Lobakin
- Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk, Eugeniu Rosca
[PATCH v1 1/2] open: add close_range(),
Christian Brauner
[PATCH 1/2] open: add close_range(),
Christian Brauner
[PATCH v4] net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.,
Felipe Gasper
[PATCH v6 00/16] fscrypt: key management improvements,
Eric Biggers
- [PATCH v6 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>, Eric Biggers
- [PATCH v6 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c, Eric Biggers
- [PATCH v6 13/16] ext4: wire up new fscrypt ioctls, Eric Biggers
- [PATCH v6 14/16] f2fs: wire up new fscrypt ioctls, Eric Biggers
- [PATCH v6 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies, Eric Biggers
- [PATCH v6 09/16] fscrypt: add an HKDF-SHA512 implementation, Eric Biggers
- [PATCH v6 16/16] fscrypt: document the new ioctls and policy version, Eric Biggers
- [PATCH v6 10/16] fscrypt: v2 encryption policy support, Eric Biggers
- [PATCH v6 15/16] ubifs: wire up new fscrypt ioctls, Eric Biggers
- [PATCH v6 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl, Eric Biggers
- [PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info, Eric Biggers
- [PATCH v6 12/16] fscrypt: require that key be added when setting a v2 encryption policy, Eric Biggers
- [PATCH v6 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*, Eric Biggers
- [PATCH v6 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl, Eric Biggers
- [PATCH v6 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl, Eric Biggers
- [PATCH v6 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants, Eric Biggers
- Re: [PATCH v6 00/16] fscrypt: key management improvements, Theodore Ts'o
[PATCH v3 1/2] pid: add pidfd_open(),
Christian Brauner
[PATCH v2 0/7] mm: process_vm_mmap() -- syscall for duplication a process mapping,
Kirill Tkhai
[PATCH v2 1/2] pid: add pidfd_open(),
Christian Brauner
[PATCH RFC v8 00/10] namei: resolveat(2) path resolution restrictions,
Aleksa Sarai
- [PATCH RFC v8 01/10] namei: obey trailing magic-link DAC permissions, Aleksa Sarai
- [PATCH RFC v8 02/10] procfs: switch magic-link modes to be more sane, Aleksa Sarai
- [PATCH RFC v8 03/10] open: O_EMPTYPATH: procfs-less file descriptor re-opening, Aleksa Sarai
- [PATCH RFC v8 04/10] namei: split out nd->dfd handling to dirfd_path_init, Aleksa Sarai
- [PATCH RFC v8 06/10] namei: LOOKUP_IN_ROOT: chroot-like path resolution, Aleksa Sarai
- [PATCH RFC v8 05/10] namei: O_BENEATH-style path resolution flags, Aleksa Sarai
- [PATCH RFC v8 07/10] namei: aggressively check for nd->root escape on ".." resolution, Aleksa Sarai
- [PATCH RFC v8 08/10] namei: resolveat(2) syscall, Aleksa Sarai
- [PATCH RFC v8 09/10] kselftest: save-and-restore errno to allow for %m formatting, Aleksa Sarai
- [PATCH RFC v8 10/10] selftests: add resolveat(2) selftests, Aleksa Sarai
Re: [RFC 0/7] introduce memory hinting API for external process,
Michal Hocko
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]