linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-03 10:08:32 to 2020-08-11 16:17:47 UTC [more...]

[GIT PULL] Mount notifications
 2020-08-11 16:17 UTC  (25+ messages)
` [GIT PULL] Filesystem Information
        ` file metadata via fs API (was: [GIT PULL] Filesystem Information)

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-08-11 15:54 UTC  (33+ messages)

[PATCH v7 0/7] Add support for O_MAYEXEC
 2020-08-11 14:30 UTC  (17+ messages)

[PATCH v5 0/9] Syscall User Dispatch
 2020-08-10 23:26 UTC  (10+ messages)
` [PATCH v5 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
` [PATCH v5 2/9] kernel: entry: Support TIF_SYSCAL_INTERCEPT on common entry code
` [PATCH v5 3/9] x86: vdso: Expose sigreturn address on vdso to the kernel
` [PATCH v5 4/9] signal: Expose SYS_USER_DISPATCH si_code type
` [PATCH v5 5/9] kernel: Implement selective syscall userspace redirection
` [PATCH v5 6/9] kernel: entry: Support Syscall User Dispatch for common syscall entry
` [PATCH v5 7/9] x86: Enable Syscall User Dispatch
` [PATCH v5 8/9] selftests: Add kselftest for syscall user dispatch
` [PATCH v5 9/9] doc: Document Syscall User Dispatch

[net-next iproute2 PATCH v4 0/2] iplink: hsr: add support for creating PRP device
 2020-08-10 15:43 UTC  (4+ messages)
` [net-next iproute2 PATCH v4 1/2] iplink: hsr: add support for creating PRP device similar to HSR
` [net-next iproute2 PATCH v4 2/2] ip: iplink: prp: update man page for new parameter

[RFC PATCH 0/5] Introduce /proc/all/ to gather stats from all processes
 2020-08-10 15:41 UTC  (9+ messages)
` [RFC PATCH 1/5] fs/proc: Introduce /proc/all/stat
` [RFC PATCH 2/5] fs/proc: Introduce /proc/all/statm
` [RFC PATCH 3/5] fs/proc: Introduce /proc/all/status
` [RFC PATCH 4/5] fs/proc: Introduce /proc/all/io
` [RFC PATCH 5/5] fs/proc: Introduce /proc/all/statx

[PATCH v3] fcntl: Add 32bit filesystem mode
 2020-08-10 11:02 UTC 

[PATCH v7 0/9] Add seccomp notifier ioctl that enables adding fds
 2020-08-08  7:17 UTC  (6+ messages)
` [PATCH v7 3/9] net/scm: Regularize compat handling of scm_detach_fds()

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-08-07 17:10 UTC  (4+ messages)
` [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting

[PATCH 1/5] Add manpage for open_tree(2)
 2020-08-07 16:35 UTC  (8+ messages)
` [PATCH 2/5] Add manpages for move_mount(2) and open_tree(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)
  ` AW: "
    ` AW: "

[PATCH 1/2] Add a manpage for watch_queue(7)
 2020-08-07 16:05 UTC  (3+ messages)
` [PATCH 2/2] Modify the pipe(2) manpage for notification queues

improve compat handling for the i386 u64 alignment quirk v2
 2020-08-07  9:38 UTC  (5+ messages)
` [PATCH 3/3] quota: simplify the quotactl compat handling

[net-next iproute2 PATCH v3 1/2] iplink: hsr: add support for creating PRP device similar to HSR
 2020-08-06 20:19 UTC  (6+ messages)

[PATCH v3 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-06 11:14 UTC  (13+ 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

[LTP-FAIL][02/21] fs: refactor ksys_umount
 2020-08-06 14:48 UTC  (4+ messages)

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-08-06 10:47 UTC  (5+ messages)

add file system helpers that take kernel pointers for the init code v4
 2020-08-06 14:44 UTC  (5+ messages)
` [PATCH 02/23] fs: refactor ksys_umount

[PATCH 00/18] VFS: Filesystem information [ver #21]
 2020-08-06  5:43 UTC  (48+ 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 13/17] watch_queue: Implement mount topology and attribute change notifications [ver #5]
 2020-08-05 11:56 UTC  (22+ messages)
    ` [PATCH 00/17] pipe: Keyrings, mount and superblock "

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-08-05  7:35 UTC  (12+ messages)

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

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

[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 "


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