linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-27 04:44:53 to 2019-07-07 18:51:17 UTC [more...]

[PATCH v6 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-07 18:51 UTC  (22+ messages)
` [PATCH v6 01/17] fs-verity: add a documentation file
` [PATCH v6 02/17] fs-verity: add MAINTAINERS file entry
` [PATCH v6 03/17] fs-verity: add UAPI header
` [PATCH v6 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v6 05/17] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v6 06/17] fs-verity: add inode and superblock fields
` [PATCH v6 07/17] fs-verity: add the hook for file ->open()
` [PATCH v6 08/17] fs-verity: add the hook for file ->setattr()
` [PATCH v6 09/17] fs-verity: add data verification hooks for ->readpages()
` [PATCH v6 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v6 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v6 12/17] fs-verity: add SHA-512 support
` [PATCH v6 13/17] fs-verity: support builtin file signatures
` [PATCH v6 14/17] ext4: add basic fs-verity support
` [PATCH v6 15/17] ext4: add fs-verity read support
` [PATCH v6 16/17] ext4: update on-disk format documentation for fs-verity
` [PATCH v6 17/17] f2fs: add fs-verity support

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-06 14:57 UTC  (11+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 02/10] procfs: switch magic-link modes to be more sane
` [PATCH v9 03/10] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v9 04/10] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH v9 05/10] namei: O_BENEATH-style path resolution flags
` [PATCH v9 06/10] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v9 07/10] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v9 08/10] open: openat2(2) syscall
` [PATCH v9 09/10] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v9 10/10] selftests: add openat2(2) selftests

[PATCH 0/9] Keyrings, Block and USB notifications [ver #5]
 2019-07-05 14:40 UTC  (20+ messages)
` [PATCH 1/9] uapi: General notification ring definitions "
` [PATCH 2/9] security: Add hooks to rule on setting a watch "
` [PATCH 3/9] security: Add a hook for the point of notification insertion "
` [PATCH 4/9] General notification queue with user mmap()'able ring buffer "
` [PATCH 5/9] keys: Add a notification facility "
` [PATCH 6/9] Add a general, global device notification watch list "
` [PATCH 7/9] block: Add block layer notifications "
` [PATCH 8/9] usb: Add USB subsystem "
` [PATCH 9/9] Add sample notification program "

[PATCH v2 00/11] FPGA DFL updates
 2019-07-05  0:23 UTC  (12+ messages)
` [PATCH v2 01/11] fpga: dfl: fme: support 512bit data width PR
` [PATCH v2 02/11] fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support
` [PATCH v2 03/11] fpga: dfl: pci: enable SRIOV support
` [PATCH v2 04/11] fpga: dfl: afu: add AFU state related sysfs interfaces
` [PATCH v2 05/11] fpga: dfl: afu: add userclock "
` [PATCH v2 06/11] fpga: dfl: add id_table for dfl private feature driver
` [PATCH v2 07/11] fpga: dfl: afu: export __port_enable/disable function
` [PATCH v2 08/11] fpga: dfl: afu: add error reporting support
` [PATCH v2 09/11] fpga: dfl: afu: add STP (SignalTap) support
` [PATCH v2 10/11] fpga: dfl: fme: add capability sysfs interfaces
` [PATCH v2 11/11] fpga: dfl: fme: add global error reporting support

[RFC PATCH] binfmt_elf: Extract .note.gnu.property from an ELF file
 2019-07-04 19:50 UTC  (5+ messages)

[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
 2019-07-04 16:19 UTC  (3+ messages)

[PATCH 0/6] fsinfo: Add mount topology query [ver #15]
 2019-07-03  1:42 UTC  (10+ messages)
` [PATCH 1/6] vfs: Allow fsinfo() to look up a mount object by ID "
` [PATCH 2/6] vfs: Introduce a non-repeating system-unique superblock "
` [PATCH 3/6] vfs: Add mount change counter "
` [PATCH 4/6] vfs: Allow mount information to be queried by fsinfo() "
` [PATCH 5/6] vfs: fsinfo sample: Mount listing program "
` [PATCH 6/6] fsinfo: Add documentation for mount and sb watches "

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-07-02 23:48 UTC  (6+ messages)

[PATCH 00/11] VFS: Introduce filesystem information query syscall [ver #15]
 2019-07-02 19:10 UTC  (18+ messages)
` [PATCH 01/11] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 02/11] fsinfo: Add syscalls to other arches "
` [PATCH 03/11] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 04/11] vfs: Allow fsinfo() to be used to query an fs parameter description "
` [PATCH 05/11] vfs: Implement parameter value retrieval with fsinfo() "
` [PATCH 06/11] fsinfo: Implement retrieval of LSM parameters "
` [PATCH 07/11] afs: Support "
` [PATCH 08/11] fsinfo: Add API documentation "
` [PATCH 09/11] hugetlbfs: Add support for fsinfo() "
` [PATCH 10/11] kernfs, cgroup: Add fsinfo support "
` [PATCH 11/11] fsinfo: proc - add sb operation fsinfo() "
` fsinfo(2) manpage

[PATCH v5 0/3] add thermal/power management features for FPGA DFL drivers
 2019-07-02  4:26 UTC  (7+ messages)
` [PATCH v5 1/3] Documentation: fpga: dfl: add descriptions for thermal/power management interfaces
` [PATCH v5 2/3] fpga: dfl: fme: add thermal management support
` [PATCH v5 3/3] fpga: dfl: fme: add power "

[RFC PATCH 1/3] mm: Introduce VM_IBT for CET legacy code bitmap
 2019-07-01 19:48 UTC  (7+ messages)
` [RFC PATCH 2/3] Introduce arch_prctl(ARCH_X86_CET_MARK_LEGACY_CODE)
` [RFC PATCH 3/3] Prevent user from writing to IBT bitmap

[PATCH v3 1/2] fork: add clone3
 2019-07-01 15:24 UTC  (10+ messages)
` [PATCH v3 2/2] arch: wire-up clone3() syscall

[PATCH 0/6] Mount and superblock notifications [ver #5]
 2019-07-01 14:52 UTC  (11+ messages)
` [PATCH 1/6] security: Add hooks to rule on setting a superblock or mount watch "
` [PATCH 2/6] Adjust watch_queue documentation to mention mount and superblock watches. "
` [PATCH 3/6] vfs: Add a mount-notification facility "
` [PATCH 4/6] vfs: Add superblock notifications "
` [PATCH 5/6] fsinfo: Export superblock notification counter "
` [PATCH 6/6] Add sample notification program "

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-07-01 14:31 UTC  (12+ messages)
` [PATCH v4 2/3] initramfs: read metadata from special file METADATA!!!
` [PATCH v4 3/3] gen_init_cpio: add support for file metadata

[PATCH v3 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-01 10:22 UTC  (17+ messages)
` [PATCH v3 1/5] mm: introduce MADV_COLD
` [PATCH v3 2/5] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v3 3/5] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v3 4/5] mm: introduce MADV_PAGEOUT
` [PATCH v3 5/5] mm: factor out pmd young/dirty bit handling and THP split

[PATCH v4 00/15] add new features for FPGA DFL drivers
 2019-07-01  6:30 UTC  (8+ messages)
` [PATCH v4 05/15] Documentation: fpga: dfl: add descriptions for virtualization and new interfaces
` [PATCH v4 13/15] fpga: dfl: afu: add STP (SignalTap) support
` [PATCH v4 14/15] fpga: dfl: fme: add capability sysfs interfaces
` [PATCH v4 15/15] fpga: dfl: fme: add global error reporting support

[PATCH v2 05/15] Documentation: fpga: dfl: add descriptions for virtualization and new interfaces
 2019-07-01  6:22 UTC 

[PATCH for 5.2] rseq/selftests: Fix Thumb mode build failure on arm32
 2019-06-30 13:56 UTC 

[PATCH] binfmt_elf: Extract .note.gnu.property from an ELF file
 2019-06-29 23:51 UTC  (6+ messages)

[PATCH V33 00/30] Lockdown as an LSM
 2019-06-29 23:47 UTC  (13+ messages)
` [PATCH V33 24/30] bpf: Restrict bpf when kernel lockdown is in confidentiality mode

[PATCH v4 0/3] add thermal/power management features for FPGA DFL drivers
 2019-06-29 16:21 UTC  (8+ messages)
` [PATCH v4 1/3] Documentation: fpga: dfl: add descriptions for thermal/power management interfaces
` [PATCH v4 2/3] fpga: dfl: fme: add thermal management support
` [PATCH v4 3/3] fpga: dfl: fme: add power "

[PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
 2019-06-28 21:37 UTC  (3+ messages)

[PATCH bpf-next v9 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-06-28 13:17 UTC  (6+ messages)
` [PATCH bpf-next v9 05/10] bpf,landlock: Add a new map type: inode

[PATCH v4 0/2] add performance reporting support to FPGA DFL drivers
 2019-06-28  0:13 UTC  (5+ messages)
` [PATCH v4 1/2] Documentation: fpga: dfl: add description for performance reporting support
` [PATCH v4 2/2] fpga: dfl: fme: add "

[PATCH V34 00/29] Lockdown as an LSM
 2019-06-27 23:17 UTC  (9+ messages)
` [PATCH V34 09/29] kexec_file: Restrict at runtime if the kernel is locked down
` [PATCH V34 19/29] Lock down module params that specify hardware parameters (eg. ioport)

[PATCH v3 1/2] pid: add pidfd_open()
 2019-06-27 13:57 UTC  (2+ 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).