linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-04 16:07:01 to 2021-08-13 00:20:38 UTC [more...]

[PATCH 1/5] Add manpage for open_tree(2)
 2021-08-13  0:20 UTC  (3+ messages)

[PATCH v6 00/21] File system wide monitoring
 2021-08-12 21:40 UTC  (22+ messages)
` [PATCH v6 01/21] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v6 02/21] fanotify: Fold event size calculation to its own function
` [PATCH v6 03/21] fanotify: Split fsid check from other fid mode checks
` [PATCH v6 04/21] fsnotify: Reserve mark flag bits for backends
` [PATCH v6 05/21] fanotify: Split superblock marks out to a new cache
` [PATCH v6 06/21] inotify: Don't force FS_IN_IGNORED
` [PATCH v6 07/21] fsnotify: Add helper to detect overflow_event
` [PATCH v6 08/21] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v6 09/21] fsnotify: Allow events reported with an empty inode
` [PATCH v6 10/21] fsnotify: Support FS_ERROR event type
` [PATCH v6 11/21] fanotify: Allow file handle encoding for unhashed events
` [PATCH v6 12/21] fanotify: Encode invalid file handle when no inode is provided
` [PATCH v6 13/21] fanotify: Require fid_mode for any non-fd event
` [PATCH v6 14/21] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v6 15/21] fanotify: Preallocate per superblock mark error event
` [PATCH v6 16/21] fanotify: Handle FAN_FS_ERROR events
` [PATCH v6 17/21] fanotify: Report fid info for file related file system errors
` [PATCH v6 18/21] fanotify: Emit generic error info type for error event
` [PATCH v6 19/21] ext4: Send notifications on error
` [PATCH v6 20/21] samples: Add fs error monitoring example
` [PATCH v6 21/21] docs: Document the FAN_FS_ERROR event

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-12 19:38 UTC  (27+ messages)
` [PATCH v1 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [PATCH v1 2/7] kernel/fork: factor out atomcially replacing the current MM exe_file
` [PATCH v1 3/7] kernel/fork: always deny write access to "
` [PATCH v1 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE
` [PATCH v1 5/7] mm: remove VM_DENYWRITE
` [PATCH v1 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
` [PATCH v1 7/7] fs: update documentation of get_write_access() and friends

[PATCH 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds
 2021-08-12 18:19 UTC  (19+ messages)
` [PATCH 06/16] huge tmpfs: shmem_is_huge(vma, inode, index)
` [PATCH 07/16] memfd: memfd_create(name, MFD_HUGEPAGE) for shmem huge pages
` [PATCH 08/16] huge tmpfs: fcntl(fd, F_HUGEPAGE) and fcntl(fd, F_NOHUGEPAGE)

[PATCH v5 00/23] File system wide monitoring
 2021-08-12 15:50 UTC  (40+ messages)
` [PATCH v5 04/23] fsnotify: Reserve mark bits for backends
` [PATCH v5 05/23] fanotify: Split superblock marks out to a new cache
` [PATCH v5 08/23] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v5 09/23] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v5 10/23] fsnotify: Allow events reported with an empty inode
` [PATCH v5 11/23] fsnotify: Support FS_ERROR event type
` [PATCH v5 12/23] fanotify: Expose helper to estimate file handle encoding length
` [PATCH v5 13/23] fanotify: Allow file handle encoding for unhashed events
` [PATCH v5 14/23] fanotify: Encode invalid file handler when no inode is provided
` [PATCH v5 15/23] fanotify: Require fid_mode for any non-fd event
` [PATCH v5 16/23] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v5 17/23] fanotify: Preallocate per superblock mark error event
` [PATCH v5 18/23] fanotify: Handle FAN_FS_ERROR events
` [PATCH v5 19/23] fanotify: Report fid info for file related file system errors
` [PATCH v5 20/23] fanotify: Emit generic error info type for error event
` [PATCH v5 21/23] ext4: Send notifications on error
` [PATCH v5 22/23] samples: Add fs error monitoring example
` [PATCH v5 23/23] docs: Document the FAN_FS_ERROR event

[PATCH v7 0/5] Introduce multi-preference mempolicy
 2021-08-11  1:37 UTC  (17+ messages)
` [PATCH v7 1/5] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes
` [PATCH v7 2/5] mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
` [PATCH v7 3/5] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY
      ` [PATCH] mm/hugetlb: Initialize page to NULL in alloc_buddy_huge_page_with_mpol()

[PATCH v4 0/5] Add pidfd support to the fanotify API
 2021-08-11  1:22 UTC  (8+ messages)
` [PATCH v4 1/5] kernel/pid.c: remove static qualifier from pidfd_create()
` [PATCH v4 2/5] kernel/pid.c: implement additional checks upon pidfd_create() parameters
` [PATCH v4 3/5] fanotify: minor cosmetic adjustments to fid labels
` [PATCH v4 4/5] fanotify: introduce a generic info record copying helper
` [PATCH v4 5/5] fanotify: add pidfd support to the fanotify API

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-10 16:51 UTC  (13+ messages)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v28 06/32] x86/cet: Add control-protection fault handler
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file

[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-10 16:07 UTC  (4+ messages)
` [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32

[RFC] genirq: Add effective CPU index retrieving interface
 2021-08-10 14:35 UTC  (3+ messages)

Semantics of SECCOMP_MODE_STRICT?
 2021-08-10  2:07 UTC  (4+ messages)
  ` [PATCH] seccomp.2: Clarify that bad system calls kill the thread

[PATCH v8 1/2] mm: introduce process_mrelease system call
 2021-08-09 18:56 UTC  (8+ messages)
` [PATCH v8 2/2] mm: wire up syscall process_mrelease

[PATCH v9 1/2] mm: introduce process_mrelease system call
 2021-08-09 18:52 UTC  (2+ messages)
` [PATCH v9 2/2] mm: wire up syscall process_mrelease

[PATCH 3/4 v0.4] sched/umcg: add Documentation/userspace-api/umcg.rst
 2021-08-09 14:15 UTC  (6+ messages)

[PATCH] uapi: expose enum pid_type
 2021-08-09  8:04 UTC  (2+ messages)

[PATCH v7 1/2] mm: introduce process_mrelease system call
 2021-08-08 16:13 UTC  (13+ messages)
` [PATCH v7 2/2] mm: wire up syscall process_mrelease

[PATCH v3] uapi: expose enum pid_type as enum __kernel_pidtype
 2021-08-07 14:48 UTC  (2+ messages)

[PATCH v2] uapi: expose enum pid_type as enum __kernel_pidtype
 2021-08-07 11:01 UTC  (2+ messages)

[PATCH v5 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
 2021-08-06 15:51 UTC  (7+ messages)
` [PATCH v5 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v5 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v5 05/14] scsi: mpt3sas: "

[PATCH v2] arm64: allow TCR_EL1.TBID0 to be configured
 2021-08-06  1:48 UTC  (7+ messages)

[PATCH 0/4] futex2: Add wait on multiple futexes syscall
 2021-08-05 19:04 UTC  (5+ messages)
` [PATCH 1/4] futex: Prepare for futex_wait_multiple()
` [PATCH 2/4] futex2: Implement vectorized wait
` [PATCH 3/4] selftests: futex2: Add waitv test
` [PATCH 4/4] futex2: Documentation: Document futex_waitv() uAPI

[PATCH] pipe: increase minimum default pipe size to 2 pages
 2021-08-05 17:41 UTC  (4+ messages)

[PATCH v6 1/2] mm: introduce process_mrelease system call
 2021-08-05 17:11 UTC  (10+ messages)
` [PATCH v6 2/2] mm: wire up syscall process_mrelease

[PATCH 18/19] sched: prctl() core-scheduling interface
 2021-08-05 17:00 UTC  (2+ messages)

[PATCH] pipe: increase minimum default pipe size to 2 pages
 2021-08-05 14:40 UTC 

[PATCH v3 5/5] fanotify: add pidfd support to the fanotify API
 2021-08-05  8:55 UTC  (12+ messages)

[PATCH v2] fanotify.7, fanotify_mark.2: Document FAN_FS_ERROR
 2021-08-05  6:35 UTC  (2+ messages)

[PATCH 4/4 v0.4] sched/umcg: RFC: implement UMCG syscalls
 2021-08-04 23:30 UTC  (3+ messages)

[REGRESSION?] Simultaneous writes to a reader-less, non-full pipe can hang
 2021-08-04 20:04 UTC  (4+ messages)

[PATCH v4 1/2] mm: introduce process_mrelease system call
 2021-08-04 16:54 UTC  (6+ 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).