Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 13:49:42 to 2021-11-15 14:39:03 UTC [more...]

[PATCH 0/7] Report more information in fanotify dirent events
 2021-11-15 14:37 UTC  (8+ messages)

[PATCH] coredump-ptrace: Delayed delivery of SIGSTOP
 2021-11-15 14:28 UTC 

[PATCH v3 RESEND] fcntl: Add 32bit filesystem mode
 2021-11-15 10:56 UTC  (4+ messages)

[GIT PULL] per signal_struct coredumps
 2021-11-14 17:16 UTC  (8+ messages)

[PATCH v16 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-11-14 15:45 UTC  (10+ messages)
` [PATCH v16 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v16 2/3] arch: Wire up trusted_for(2)
` [PATCH v16 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
 2021-11-12 16:00 UTC  (32+ messages)

[PATCH v15 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
 2021-11-12 12:25 UTC  (7+ messages)
` [fs] a0918006f9: netperf.Throughput_tps -11.6% regression

[PATCH v4 1/3] mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
 2021-11-10 15:55 UTC  (5+ messages)
` [PATCH v4 2/3] mm/mempolicy: add set_mempolicy_home_node syscall
` [PATCH v4 3/3] mm/mempolicy: wire up syscall set_mempolicy_home_node

[PATCH v0.8 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-11-09 16:31 UTC  (20+ messages)
` [PATCH v0.8 1/6] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [PATCH v0.8 2/6] mm, x86/uaccess: add userspace atomic helpers
` [PATCH v0.8 3/6] sched/umcg: implement UMCG syscalls
` [PATCH v0.8 4/6] sched/umcg, lib/umcg: implement libumcg
` [PATCH v0.8 5/6] sched/umcg: add Documentation/userspace-api/umcg.txt
` [PATCH v0.8 6/6] sched/umcg, lib/umcg: add tools/lib/umcg/libumcg.txt

[PATCH v1] sched/numa: add per-process numa_balancing
 2021-11-09 16:26 UTC  (11+ messages)
  `  "
      `  "
          `  "
              `  "
  ` [External] "

[PATCH v2 00/22] futex: splitup and waitv syscall
 2021-11-09 13:05 UTC  (6+ messages)
` [PATCH v2 20/22] selftests: futex: Test sys_futex_waitv() timeout

[PATCH] Increase default MLOCK_LIMIT to 8 MiB
 2021-11-06  7:12 UTC  (7+ messages)

[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
 2021-11-05  4:30 UTC  (4+ messages)
` [PATCH 2/2] binfmt_misc: enable sandboxed mounts

[PATCH v8 00/32] file system-wide error monitoring
 2021-11-01 11:42 UTC  (11+ messages)
` [PATCH v8 20/32] fanotify: Dynamically resize the FAN_FS_ERROR pool
` [PATCH v8 31/32] samples: Add fs error monitoring example

[PATCH v9 00/31] file system-wide error monitoring
 2021-10-30  6:53 UTC  (50+ messages)
` [PATCH v9 01/31] fsnotify: pass data_type to fsnotify_name()
` [PATCH v9 02/31] fsnotify: pass dentry instead of inode data
` [PATCH v9 03/31] fsnotify: clarify contract for create event hooks
` [PATCH v9 04/31] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v9 05/31] fanotify: Fold event size calculation to its own function
` [PATCH v9 06/31] fanotify: Split fsid check from other fid mode checks
` [PATCH v9 07/31] inotify: Don't force FS_IN_IGNORED
` [PATCH v9 08/31] fsnotify: Add helper to detect overflow_event
` [PATCH v9 09/31] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v9 10/31] fsnotify: Retrieve super block from the data field
` [PATCH v9 11/31] fsnotify: Protect fsnotify_handle_inode_event from no-inode events
` [PATCH v9 12/31] fsnotify: Pass group argument to free_event
` [PATCH v9 13/31] fanotify: Support null inode event in fanotify_dfid_inode
` [PATCH v9 14/31] fanotify: Allow file handle encoding for unhashed events
` [PATCH v9 15/31] fanotify: Encode empty file handle when no inode is provided
` [PATCH v9 16/31] fanotify: Require fid_mode for any non-fd event
` [PATCH v9 17/31] fsnotify: Support FS_ERROR event type
` [PATCH v9 18/31] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v9 19/31] fanotify: Pre-allocate pool of error events
` [PATCH v9 20/31] fanotify: Support enqueueing "
` [PATCH v9 21/31] fanotify: Support merging "
` [PATCH v9 22/31] fanotify: Wrap object_fh inline space in a creator macro
` [PATCH v9 23/31] fanotify: Add helpers to decide whether to report FID/DFID
` [PATCH v9 24/31] fanotify: Report fid entry even for zero-length file_handle
` [PATCH v9 25/31] fanotify: WARN_ON against too large file handles
` [PATCH v9 26/31] fanotify: Report fid info for file related file system errors
` [PATCH v9 27/31] fanotify: Emit generic error info for error event
` [PATCH v9 28/31] fanotify: Allow users to request FAN_FS_ERROR events
` [PATCH v9 29/31] ext4: Send notifications on error
` [PATCH v9 30/31] samples: Add fs error monitoring example
` [PATCH v9 31/31] docs: Document the FAN_FS_ERROR event

[PATCH v3 1/3] mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
 2021-10-28  8:57 UTC  (3+ messages)
` [PATCH v3 2/3] mm/mempolicy: add set_mempolicy_home_node syscall
` [PATCH v3 3/3] mm/mempolicy: wire up syscall set_mempolicy_home_node

[PATCH v0.7 0/5] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-10-26 23:21 UTC  (3+ messages)
` [PATCH v0.7 2/5] mm, x86/uaccess: add userspace atomic helpers

[PATCH v2] uapi: futex: Add a futex syscall
 2021-10-25 17:32 UTC  (3+ messages)

[RFC] Expose request_module via syscall
 2021-10-24  9:38 UTC  (6+ messages)

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-22  6:35 UTC  (28+ messages)
` [PATCH v11 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v11 01/10] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v11 02/10] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v11 03/10] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v11 04/10] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v11 05/10] btrfs-progs: receive: process encoded_write commands
` [PATCH v11 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v11 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v11 08/10] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v11 09/10] btrfs-progs: send: stream v2 ioctl flags

[RFC PATCH v2 1/3] mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
 2021-10-21  8:56 UTC  (4+ messages)
` [RFC PATCH v2 2/3] mm/mempolicy: add set_mempolicy_home_node syscall


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 read-only IMAP folder(s) and NNTP newsgroup(s).