linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 16:35:52 to 2020-08-05 07:35:35 UTC [more...]

[PATCH v4 0/6] zone-append support in io-uring and aio
 2020-08-05  7:35 UTC  (29+ messages)
  ` [PATCH v4 6/6] io_uring: add support for zone-append

[PATCH 00/18] VFS: Filesystem information [ver #21]
 2020-08-05  2:46 UTC  (33+ messages)
` [PATCH 01/18] fsinfo: Introduce a non-repeating system-unique superblock ID "
` [PATCH 02/18] fsinfo: Add fsinfo() syscall to query filesystem information "
` [PATCH 03/18] fsinfo: Provide a bitmap of the features a filesystem supports "
` [PATCH 04/18] fsinfo: Allow retrieval of superblock devname, options and stats "
` [PATCH 05/18] fsinfo: Allow fsinfo() to look up a mount object by ID "
` [PATCH 06/18] fsinfo: Add a uniquifier ID to struct mount "
` [PATCH 07/18] fsinfo: Allow mount information to be queried "
` [PATCH 08/18] fsinfo: Allow mount topology and propagation info to be retrieved "
` [PATCH 09/18] watch_queue: Mount event counters "
` [PATCH 10/18] fsinfo: Provide notification overrun handling support "
` [PATCH 11/18] fsinfo: sample: Mount listing program "
` [PATCH 12/18] fsinfo: Add API documentation "
` [PATCH 13/18] fsinfo: Add support for AFS "
` [PATCH 14/18] fsinfo: Add support to ext4 "
` [PATCH 15/18] fsinfo: Add an attribute that lists all the visible mounts in a namespace "
` [PATCH 16/18] errseq: add a new errseq_scrape function "
` [PATCH 17/18] vfs: allow fsinfo to fetch the current state of s_wb_err "
` [PATCH 18/18] samples: add error state information to test-fsinfo.c "

[PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #5]
 2020-08-05  1:53 UTC  (19+ messages)
` [PATCH 13/17] watch_queue: Implement mount topology and attribute change "

[GIT PULL] Mount notifications
 2020-08-05  1:33 UTC  (7+ messages)
` [GIT PULL] Filesystem Information

[RFC PATCH] Replacing "master-slave" terminology for pseudoterminals
 2020-08-04 20:04 UTC  (10+ messages)

[net-next v5 PATCH 0/7] Add PRP driver
 2020-08-04 19:03 UTC  (4+ messages)

[net-next iproute2 PATCH v3 1/2] iplink: hsr: add support for creating PRP device similar to HSR
 2020-08-04 18:59 UTC  (3+ messages)

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-08-04 15:46 UTC  (47+ messages)
  ` [PATCH v1 2/4] [RFC] x86/trampfd: Provide support for the trampoline file descriptor

[PATCH v3 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-04  9:50 UTC  (7+ messages)
` [PATCH v3 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v3 2/6] mmap: make mlock_future_check() global
` [PATCH v3 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v3 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v3 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v3 6/6] mm: secretmem: add ability to reserve memory at boot

add file system helpers that take kernel pointers for the init code v4
 2020-08-03 15:08 UTC  (17+ messages)
` [PATCH 01/23] fs: refactor do_mount
` [PATCH 02/23] fs: refactor ksys_umount
` [PATCH 03/23] fs: push the getname from do_rmdir into the callers
` [PATCH 04/23] devtmpfs: refactor devtmpfsd()
` [PATCH 05/23] init: initialize ramdisk_execute_command at compile time
` [PATCH 08/23] init: add an init_mount helper
` [PATCH 09/23] init: add an init_umount helper
` [PATCH 11/23] init: add an init_rmdir helper
` [PATCH 12/23] init: add an init_chdir helper

[PATCH 0/5] Mount notifications [ver #2]
 2020-08-03 13:22 UTC  (7+ messages)
` [PATCH 1/5] watch_queue: Limit the number of watches a user can hold "
` [PATCH 2/5] watch_queue: Make watch_sizeof() check record size "
` [PATCH 3/5] watch_queue: Add security hooks to rule on setting mount watches "
` [PATCH 4/5] watch_queue: Implement mount topology and attribute change notifications "
` [PATCH 5/5] watch_queue: sample: Display mount tree "

[PATCH v20 00/12] Landlock LSM
 2020-08-02 21:59 UTC  (13+ messages)
` [PATCH v20 01/12] landlock: Add object management
` [PATCH v20 02/12] landlock: Add ruleset and domain management
` [PATCH v20 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v20 04/12] landlock: Add ptrace restrictions
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock
` [PATCH v20 06/12] fs,security: Add sb_delete hook
` [PATCH v20 07/12] landlock: Support filesystem access-control
` [PATCH v20 08/12] landlock: Add syscall implementations
` [PATCH v20 09/12] arch: Wire up Landlock syscalls
` [PATCH v20 10/12] selftests/landlock: Add initial tests
` [PATCH v20 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v20 12/12] landlock: Add user and kernel documentation

[Linux-kernel-mentees] [PATCH v3] ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info()
 2020-08-01 20:10 UTC  (2+ messages)

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-31 16:22 UTC  (7+ messages)
` [PATCH v2 3/7] "

improve compat handling for the i386 u64 alignment quirk v2
 2020-07-31 12:22 UTC  (4+ messages)
` [PATCH 1/3] compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
` [PATCH 2/3] compat: add a compat_need_64bit_alignment_fixup() helper
` [PATCH 3/3] quota: simplify the quotactl compat handling

improve compat handling for the i386 u64 alignment quirk
 2020-07-31  8:41 UTC  (6+ messages)
` [PATCH 1/4] arm64: stop using <asm/compat.h> directly
` [PATCH 2/4] compat: lift compat_s64 and compat_u64 to <linux/compat.h>
  ` [PATCH 2/4 v2] "

[PATCH v19 22/23] LSM: Add /proc attr entry for full LSM context
 2020-07-30 22:22 UTC  (5+ messages)

[PATCH 00/23] proc: Introduce /proc/namespaces/ directory to expose namespaces lineary
 2020-07-30 13:38 UTC 

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-07-29 20:05 UTC  (10+ messages)
` [PATCH ghak90 V9 02/13] audit: add container id
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon

[PATCH v31 00/12] /dev/random - a new approach with full SP800-90B
 2020-07-29  7:15 UTC  (3+ 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).