linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-12 19:26:03 to 2019-06-20 22:10:04 UTC [more...]

[PATCH v3 1/2] fork: add clone3
 2019-06-20 22:10 UTC  (4+ messages)
` [PATCH v3 2/2] arch: wire-up clone3() syscall

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

[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-20 15:57 UTC  (9+ messages)
` [PATCH v1 1/4] mm: introduce MADV_COLD

[PATCH] samples: make pidfd-metadata fail gracefully on older kernels
 2019-06-20 11:10 UTC  (2+ messages)

[PATCH v2 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-20 10:55 UTC  (20+ messages)
` [PATCH v2 1/5] mm: introduce MADV_COLD
` [PATCH v2 2/5] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v2 4/5] mm: introduce MADV_PAGEOUT

[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
 2019-06-20  4:40 UTC  (14+ messages)
` [PATCH 02/13] vfs: move vfs_parse_sb_flag() calls into filesystems
` [PATCH 03/13] vfs: don't parse forbidden flags
` [PATCH 04/13] vfs: don't parse "posixacl" option
` [PATCH 05/13] vfs: don't parse "silent" option
` [PATCH 06/13] vfs: new helper: vfs_parse_ro_rw()
` [PATCH 07/13] proc: don't ignore options
` [PATCH 08/13] sysfs: "
` [PATCH 09/13] mqueue: "
` [PATCH 10/13] cpuset: "
` [PATCH 11/13] cgroup: "
` [PATCH 12/13] fusectl: "
` [PATCH 13/13] resctrl: "

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

[PATCH v2 05/13] vfs: don't parse "silent" option
 2019-06-19 12:54 UTC 

[PATCH 09/25] vfs: Allow mount information to be queried by fsinfo() [ver #13]
 2019-06-19  6:33 UTC  (12+ messages)
` [PATCH 00/25] VFS: Introduce filesystem information query syscall "
  ` [PATCH 01/25] vfs: syscall: Add fsinfo() to query filesystem information "
  ` [PATCH 04/25] vfs: Implement parameter value retrieval with fsinfo() "
  ` [PATCH 25/25] fsinfo: Add API documentation "

[PATCH ghak90 V6 02/10] audit: add container id
 2019-06-18 22:46 UTC  (6+ messages)

[PATCH] mm, memcg: Report number of memcg caches in slabinfo
 2019-06-18 19:27 UTC  (6+ messages)

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-18 16:50 UTC  (25+ messages)
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file

[PATCH] uapi: avoid namespace conflict in linux/posix_types.h
 2019-06-18  7:44 UTC  (14+ messages)

[PATCH 1/7] General notification queue with user mmap()'able ring buffer
 2019-06-17 16:24 UTC  (11+ messages)
` [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications

[RFC PATCH 1/1] Revert "rseq/selftests: arm: use udf instruction for RSEQ_SIG"
 2019-06-17 15:23 UTC 

[PATCHv4 00/28] kernel: Introduce Time Namespace
 2019-06-16 17:51 UTC  (44+ messages)
` [PATCHv4 02/28] timens: Add timens_offsets
` [PATCHv4 03/28] posix-clocks: add another call back to return clock time in ktime_t
` [PATCHv4 04/28] timens: Introduce CLOCK_MONOTONIC offsets
` [PATCHv4 05/28] timens: Introduce CLOCK_BOOTTIME offset
` [PATCHv4 06/28] timerfd/timens: Take into account ns clock offsets
` [PATCHv4 07/28] posix-timers/timens: Take into account "
` [PATCHv4 08/28] timens/kernel: Take into account timens clock offsets in clock_nanosleep
` [PATCHv4 09/28] timens: Shift /proc/uptime
` [PATCHv4 10/28] x86/vdso2c: Correct err messages on file opening
` [PATCHv4 11/28] x86/vdso2c: Convert iterator to unsigned
` [PATCHv4 12/28] x86/vdso/Makefile: Add vobjs32
` [PATCHv4 13/28] x86/vdso: Restrict splitting VVAR VMA
` [PATCHv4 14/28] x86/vdso: Rename vdso_image {.data=>.text}
` [PATCHv4 15/28] x86/vdso: Add offsets page in vvar
` [PATCHv4 16/28] x86/vdso: Allocate timens vdso
` [PATCHv4 17/28] x86/vdso: Switch image on setns()/unshare()/clone()
` [PATCHv4 18/28] vdso: introduce timens_static_branch
` [PATCHv4 19/28] timens: Add align for timens_offsets
` [PATCHv4 20/28] timens/fs/proc: Introduce /proc/pid/timens_offsets
` [PATCHv4 21/28] selftest/timens: Add Time Namespace test for supported clocks
` [PATCHv4 22/28] selftest/timens: Add a test for timerfd
` [PATCHv4 23/28] selftest/timens: Add a test for clock_nanosleep()
` [PATCHv4 24/28] selftest/timens: Add procfs selftest
` [PATCHv4 25/28] selftest/timens: Add timer offsets test
` [PATCHv4 26/28] x86/vdso: Align VDSO functions by CPU L1 cache line
` [PATCHv4 27/28] selftests: Add a simple perf test for clock_gettime()
` [PATCHv4 28/28] selftest/timens: Check that a right vdso is mapped after fork and exec

[PATCH NOTFORMERGE 0/5] Extend remote madvise API to KSM hints
 2019-06-16  8:58 UTC  (6+ messages)
` [PATCH NOTFORMERGE 1/5] mm: rename madvise_core to madvise_common
` [PATCH NOTFORMERGE 2/5] mm: revert madvise_inject_error line split
` [PATCH NOTFORMERGE 3/5] mm: include uio.h to madvise.c
` [PATCH NOTFORMERGE 4/5] mm/madvise: employ mmget_still_valid for write lock
` [PATCH NOTFORMERGE 5/5] mm/madvise: allow KSM hints for remote API

[PATCH v7 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-06-15 15:30 UTC  (26+ messages)
` [PATCH v7 03/14] x86/cet/ibt: Add IBT legacy code bitmap setup function

[PATCH glibc 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v11)
 2019-06-14 15:23 UTC  (2+ messages)
` [PATCH glibc 2/5] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v5)

[PATCH 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v10)
 2019-06-14 13:59 UTC  (23+ messages)

Regression for MS_MOVE on kernel v5.1
 2019-06-14 12:08 UTC  (9+ messages)

[PATCH 02/13] uapi: General notification ring definitions [ver #4]
 2019-06-13 14:49 UTC  (7+ messages)
  ` [RFC][PATCH 00/13] Mount, FS, Block and Keyrings notifications "

[PATCH 25/25] fsinfo: Add API documentation [ver #13]
 2019-06-05 12:21 UTC 

[PATCH 01/25] vfs: syscall: Add fsinfo() to query filesystem information [ver #13]
 2019-05-29  7:42 UTC 


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