linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-20 08:58:58 to 2020-04-28 17:51:55 UTC [more...]

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-04-28 17:51 UTC  (5+ messages)
` [PATCH v3 1/5] fs: Add support for a RESOLVE_MAYEXEC flag on openat2(2)
` [PATCH v3 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v3 3/5] fs: Enable to enforce noexec mounts or file exec through RESOLVE_MAYEXEC
` [PATCH v3 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

[RFC PATCH glibc 1/3] glibc: Perform rseq(2) registration at C startup and thread creation (v18)
 2020-04-28 17:15 UTC  (2+ messages)
` [RFC PATCH glibc 2/3] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)

[PATCH 00/12] "Task_isolation" mode
 2020-04-28 14:12 UTC  (16+ messages)
` [PATCH 03/12] task_isolation: userspace hard isolation from kernel
` [PATCH v2 00/12] "Task_isolation" mode
  ` [PATCH v3 00/13] "
    ` [PATCH v3 03/13] task_isolation: add instruction synchronization memory barrier
        ` [EXT] "
    ` [PATCH v3 07/13] task_isolation: arch/arm64: enable task isolation functionality

[PATCH glibc 5/9] glibc: Perform rseq(2) registration at C startup and thread creation (v17)
 2020-04-28 14:58 UTC  (18+ messages)
` [PATCH glibc 6/9] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)

[PATCH v6 RESEND 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-28 13:51 UTC  (3+ messages)
` [PATCH v6 RESEND 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v6 RESEND 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
 2020-04-28 13:04 UTC  (13+ messages)
` [PATCH V11 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V11 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V11 03/11] fs/stat: Define DAX statx attribute
` [PATCH V11 04/11] Documentation/dax: Update Usage section
` [PATCH V11 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V11 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V11 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V11 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V11 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V11 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[PATCH v3 0/5] support setting sysctl parameters from kernel command line
 2020-04-28 10:18 UTC  (11+ messages)
` [PATCH v3 1/5] kernel/sysctl: "
` [PATCH v3 2/5] kernel/sysctl: support handling command line aliases
` [PATCH v3 3/5] kernel/hung_task convert hung_task_panic boot parameter to sysctl
` [PATCH v3 4/5] tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y
` [PATCH v3 5/5] lib/test_sysctl: support testing of sysctl. boot parameter

[RFC] ptrace, pidfd: add pidfd_ptrace syscall
 2020-04-28  8:21 UTC  (17+ messages)
` [RFC v2] "

[PATCH] nsproxy: attach to namespaces via pidfds
 2020-04-27 19:48 UTC  (5+ messages)

[PATCH man-pages] Add rseq manpage
 2020-04-27 15:15 UTC  (4+ messages)

[PATCH v3 9/9] loop: Add LOOP_SET_FD_AND_STATUS ioctl
 2020-04-27 14:58 UTC  (2+ messages)

[PATCH v10 0/2] add performance reporting support to FPGA DFL drivers
 2020-04-27  1:06 UTC  (3+ messages)
` [PATCH v10 1/2] Documentation: fpga: dfl: add description for performance reporting support
` [PATCH v10 2/2] fpga: dfl: fme: add "

[PATCH] sched_getattr.2: update to include changed size semantics
 2020-04-25 19:12 UTC 

[PATCH v3 0/7] loopfs
 2020-04-24 16:20 UTC  (8+ messages)
` [PATCH v3 1/7] kobject_uevent: remove unneeded netlink_ns check
` [PATCH v3 2/7] loopfs: implement loopfs
` [PATCH v3 3/7] loop: use ns_capable for some loop operations
` [PATCH v3 4/7] kernfs: handle multiple namespace tags
` [PATCH v3 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v3 6/7] loopfs: start attaching correct namespace during loop_add()
` [PATCH v3 7/7] loopfs: only show devices in their correct instance

[PATCH V10 00/11] XFS - Enable per-file/per-directory DAX operations V10
 2020-04-24  5:55 UTC  (28+ messages)
` [PATCH V10 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V10 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V10 03/11] fs/stat: Define DAX statx attribute
` [PATCH V10 04/11] Documentation/dax: Update Usage section
` [PATCH V10 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V10 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V10 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V10 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V10 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V10 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V10 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[PATCH v13 0/8] proc: modernize proc to support multiple private instances
 2020-04-23 20:03 UTC  (9+ messages)
` [PATCH v13 1/8] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH v13 2/8] Use proc_pid_ns() to get pid_namespace from the proc superblock
` [PATCH v13 3/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v13 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v13 5/8] proc: add option to mount only a pids subset
` [PATCH v13 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH v13 7/8] proc: use human-readable values for hidepid
` [PATCH v13 8/8] proc: use named enums for better readability

[PATCH v12 2/7] proc: allow to mount many instances of proc in one pid namespace
 2020-04-23 20:01 UTC  (4+ messages)
` [PATCH v13 "

[PATCH v2 0/7] loopfs
 2020-04-23 16:29 UTC  (20+ messages)
` [PATCH v2 1/7] kobject_uevent: remove unneeded netlink_ns check
` [PATCH v2 2/7] loopfs: implement loopfs
` [PATCH v2 3/7] loop: use ns_capable for some loop operations
` [PATCH v2 4/7] kernfs: handle multiple namespace tags
` [PATCH v2 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v2 6/7] loopfs: start attaching correct namespace during loop_add()
` [PATCH v2 7/7] loopfs: only show devices in their correct instance

CLONE_INTO_CGROUP documentation?
 2020-04-23 10:14 UTC  (5+ messages)
` [PATCH] clone.2: Document CLONE_INTO_CGROUP

[PATCH v5 0/3] Support userspace-selected fds
 2020-04-23  9:46 UTC  (18+ messages)
  ` [PATCH v5 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
  ` [PATCH v5 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
  ` [PATCH v5 3/3] fs: pipe2: Support O_SPECIFIC_FD

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-04-22 17:24 UTC  (16+ messages)

[PATCH 00/12] "Task_isolation" mode
 2020-04-21 15:21 UTC 

[PATCH] fcntl: Add 32bit filesystem mode
 2020-04-21 13:02 UTC  (11+ messages)

[PATCH v3] mm: Proactive compaction
 2020-04-21  3:26 UTC  (2+ messages)

[PATCH v2 00/16] Fanotify event with name info
 2020-04-20 18:47 UTC  (6+ messages)
` [PATCH v2 13/16] fanotify: report name info for FAN_DIR_MODIFY event

[RFC man-pages PATCH] sync.2: add details about new syncfs() behavior
 2020-04-20 17:30 UTC 

[PATCH 0/2] hoist btrfs' label set/get ioctls to vfs, and document
 2020-04-20 15:29 UTC  (6+ messages)
` [PATCH 2/2] man2: New page documenting filesystem get/set label ioctls
  ` [PATCH 2/2 V2] "

[PATCH] [man-pages] adjtimex.2: document clock_adjtime
 2020-04-20 11:14 UTC  (5+ messages)
` [PATCH man-pages 1/2] clock_getres.2: Explain dynamic clocks
` [PATCH man-pages 2/2] adjtimex.2: document clock_adjtime

clock_settime(2) error for non-settable clocks
 2020-04-20 11:13 UTC  (6+ messages)
` [PATCH 1/1] clock_getres.2: dynamic POSIX clock devices can return other errors

[PATCH v9 0/2] add performance reporting support to FPGA DFL drivers
 2020-04-20  9:38 UTC  (4+ messages)
` [PATCH v9 1/2] Documentation: fpga: dfl: add description for performance reporting support

[PATCH] vfs: add faccessat2 syscall
 2020-04-20  9:03 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).