Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-26 16:47:16 to 2021-08-04 18:50:10 UTC [more...]

[PATCH v6 1/2] mm: introduce process_mrelease system call
 2021-08-04 18:50 UTC 

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

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

[PATCH v2] fanotify.7, fanotify_mark.2: Document FAN_FS_ERROR
 2021-08-04 16:10 UTC 

[PATCH v5 00/23] File system wide monitoring
 2021-08-04 16:06 UTC  (24+ messages)
` [PATCH v5 01/23] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v5 02/23] fanotify: Fold event size calculation to its own function
` [PATCH v5 03/23] fanotify: Split fsid check from other fid mode checks
` [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 06/23] inotify: Don't force FS_IN_IGNORED
` [PATCH v5 07/23] fsnotify: Add helper to detect overflow_event
` [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 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds
 2021-08-04 14:08 UTC  (36+ messages)
` [PATCH 01/16] huge tmpfs: fix fallocate(vanilla) advance over huge pages
` [PATCH 02/16] huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
` [PATCH 03/16] huge tmpfs: remove shrinklist addition from shmem_setattr()
` [PATCH 04/16] huge tmpfs: revert shmem's use of transhuge_vma_enabled()
` [PATCH 05/16] huge tmpfs: move shmem_huge_enabled() upwards
` [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 09/16] huge tmpfs: decide stat.st_blksize by shmem_is_huge()
` [PATCH 10/16] tmpfs: fcntl(fd, F_MEM_LOCK) to memlock a tmpfs file
` [PATCH 11/16] tmpfs: fcntl(fd, F_MEM_LOCKED) to test if memlocked
` [PATCH 12/16] tmpfs: refuse memlock when fallocated beyond i_size
` [PATCH 13/16] mm: bool user_shm_lock(loff_t size, struct ucounts *)
` [PATCH 14/16] mm: user_shm_lock(,,getuc) and user_shm_unlock(,,putuc)
` [PATCH 15/16] tmpfs: permit changing size of memlocked file
` [PATCH 16/16] memfd: memfd_create(name, MFD_MEM_LOCK) for memlocked shmem

[PATCH v3 0/5] Add pidfd support to the fanotify API
 2021-08-04 12:39 UTC  (35+ messages)
` [PATCH v3 4/5] fanotify/fanotify_user.c: introduce a generic info record copying helper
` [PATCH v3 5/5] fanotify: add pidfd support to the fanotify API

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

[PATCH v4] mm: Enable suspend-only swap spaces
 2021-08-03 18:00 UTC  (7+ messages)

[PATCH v7 0/5] Introduce multi-preference mempolicy
 2021-08-03  5:59 UTC  (6+ 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 v7 4/5] mm/mempolicy: Advertise new MPOL_PREFERRED_MANY
` [PATCH v7 5/5] mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies

[PATCH v3 1/2] mm: introduce process_mrelease system call
 2021-08-02 22:16 UTC  (13+ messages)

[PATCH v6 0/6] Introduce multi-preference mempolicy
 2021-08-02 11:47 UTC  (29+ messages)
` [PATCH v6 1/6] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes
` [PATCH v6 2/6] mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
` [PATCH v6 5/6] mm/mempolicy: Advertise new MPOL_PREFERRED_MANY
` [PATCH v6 6/6] mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies

[PATCH 0/4 v0.4] sched/umcg: RFC UMCG patchset
 2021-08-01 20:06 UTC  (5+ messages)
` [PATCH 1/4 v0.4] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [PATCH 2/4 v0.4] sched/umcg: RFC: add userspace atomic helpers
` [PATCH 3/4 v0.4] sched/umcg: add Documentation/userspace-api/umcg.rst
` [PATCH 4/4 v0.4] sched/umcg: RFC: implement UMCG syscalls

Tr: Unable to boot on multiple kernel with acpi
 2021-08-01  6:05 UTC 

[PATCH v5] mm: introduce reference pages
 2021-07-30 17:58 UTC  (2+ messages)

[PATCH] fixup! mm: simplify compat numa syscalls
 2021-07-30 14:19 UTC 

[PATCH v5 0/6] compat: remove compat_alloc_user_space
 2021-07-30 13:35 UTC  (20+ messages)
` [PATCH v5 1/6] kexec: move locking into do_kexec_load
` [PATCH v5 2/6] kexec: avoid compat_alloc_user_space
` [PATCH v5 3/6] mm: simplify compat_sys_move_pages
` [PATCH v5 4/6] mm: simplify compat numa syscalls
` [PATCH v5 5/6] compat: remove some compat entry points
` [PATCH v5 6/6] arch: remove compat_alloc_user_space

[PATCH v1] mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)
 2021-07-30 12:23 UTC  (2+ messages)

[PATCH] corrent sys_reboot annotation
 2021-07-30  7:23 UTC  (3+ messages)

[PATCH v2] arm64: allow TCR_EL1.TBID0 to be configured
 2021-07-29 17:44 UTC  (6+ messages)

[PATCH] refpage_create.2: Document refpage_create(2)
 2021-07-29 12:09 UTC  (2+ messages)

[PATCH v2] man2: new page describing memfd_secret() system call
 2021-07-29 11:07 UTC  (4+ messages)

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-07-28 21:34 UTC  (6+ messages)
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack

[PATCH] man2: new page describing memfd_secret() system call
 2021-07-28 20:44 UTC  (2+ messages)

[PATCH v4] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol
 2021-07-28 20:13 UTC  (2+ messages)

[PATCH v2 0/5] Qualcomm custom compressed pixfmt
 2021-07-28 10:10 UTC  (5+ messages)
` [PATCH v2 1/5] v4l: Add Qualcomm custom compressed pixel formats

FAN_REPORT_CHILD_FID
 2021-07-28  9:51 UTC 

[PATCH v2] mm: Enable suspend-only swap spaces
 2021-07-27 12:19 UTC  (11+ messages)

[RFC PATCH 4/4 v0.3] sched/umcg: RFC: implement UMCG syscalls
 2021-07-26 16:44 UTC  (9+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).