linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 01:23:28 to 2019-10-18 22:19:45 UTC [more...]

[RFC PATCH v2 0/5] fs: interface for directly reading/writing compressed data
 2019-10-18 22:19 UTC  (13+ messages)
` [PATCH man-pages] Document encoded I/O
` [RFC PATCH v2 1/5] fs: add O_ENCODED open flag
` [RFC PATCH v2 2/5] fs: add RWF_ENCODED for reading/writing compressed data
` [RFC PATCH v2 3/5] btrfs: generalize btrfs_lookup_bio_sums_dio()
` [RFC PATCH v2 4/5] btrfs: implement RWF_ENCODED reads
` [RFC PATCH v2 5/5] btrfs: implement RWF_ENCODED writes

[PATCH 1/2] pidfd: verify task is alive when printing fdinfo
 2019-10-18 15:05 UTC  (18+ messages)
` [PATCH v2 1/5] "
  ` [PATCH v2 2/5] test: verify fdinfo for pidfd of reaped process
  ` [PATCH v2 3/5] pid: use task_alive() in __change_pid()
  ` [PATCH v2 4/5] exit: use task_alive() in do_wait()
  ` [PATCH v2 5/5] pid: use task_alive() in pidfd_open()
  ` [PATCH v3 1/5] pidfd: check pid has attached task in fdinfo
    ` [PATCH v3 2/5] test: verify fdinfo for pidfd of reaped process
    ` [PATCH v3 3/5] pid: use pid_has_task() in __change_pid()
    ` [PATCH v3 4/5] exit: use pid_has_task() in do_wait()
    ` [PATCH v3 5/5] pid: use pid_has_task() in pidfd_open()

[PATCHv7 00/33] kernel: Introduce Time Namespace
 2019-10-17 23:47 UTC  (36+ messages)
` [PATCHv7 01/33] ns: "
` [PATCHv7 18/33] lib/vdso: Add unlikely() hint into vdso_read_begin()
` [PATCHv7 19/33] lib/vdso: Prepare for time namespace support
` [PATCHv7 20/33] x86/vdso: Provide vdso_data offset on vvar_page
` [PATCHv7 21/33] x86/vdso: Add timens page
` [PATCHv7 22/33] time: Allocate per-timens vvar page
` [PATCHv7 23/33] x86/vdso: Handle faults on timens page
` [PATCHv7 24/33] x86/vdso: On timens page fault prefault also VVAR page
` [PATCHv7 25/33] x86/vdso: Zap vvar pages on switch a time namspace
` [PATCHv7 26/33] fs/proc: Introduce /proc/pid/timens_offsets
` [PATCHv7 27/33] selftests/timens: Add Time Namespace test for supported clocks
` [PATCHv7 28/33] selftests/timens: Add a test for timerfd
` [PATCHv7 29/33] selftests/timens: Add a test for clock_nanosleep()
` [PATCHv7 30/33] selftests/timens: Add procfs selftest
` [PATCHv7 31/33] selftests/timens: Add timer offsets test
` [PATCHv7 32/33] selftests/timens: Add a simple perf test for clock_gettime()
` [PATCHv7 33/33] selftests/timens: Check for right timens offsets after fork and exec

[RFC PATCH 00/21] pipe: Keyrings, Block and USB notifications
 2019-10-17 10:53 UTC  (32+ messages)
` [RFC PATCH 01/21] pipe: Reduce #inclusion of pipe_fs_i.h
` [RFC PATCH 02/21] Add a prelocked wake-up
` [RFC PATCH 03/21] pipe: Use head and tail pointers for the ring, not cursor and length
` [RFC PATCH 04/21] pipe: Advance tail pointer inside of wait spinlock in pipe_read()
` [RFC PATCH 05/21] pipe: Conditionalise wakeup "
` [RFC PATCH 06/21] pipe: Rearrange sequence in pipe_write() to preallocate slot
` [RFC PATCH 07/21] pipe: Remove redundant wakeup from pipe_write()
` [RFC PATCH 08/21] pipe: Check for ring full inside of the spinlock in pipe_write()
` [RFC PATCH 09/21] uapi: General notification queue definitions
` [RFC PATCH 10/21] security: Add hooks to rule on setting a watch
` [RFC PATCH 11/21] security: Add a hook for the point of notification insertion
` [RFC PATCH 12/21] pipe: Add general notification queue support
` [RFC PATCH 13/21] keys: Add a notification facility
` [RFC PATCH 14/21] Add sample notification program
` [RFC PATCH 15/21] pipe: Allow buffers to be marked read-whole-or-error for notifications
` [RFC PATCH 16/21] pipe: Add notification lossage handling
` [RFC PATCH 17/21] Add a general, global device notification watch list
` [RFC PATCH 18/21] block: Add block layer notifications
` [RFC PATCH 19/21] usb: Add USB subsystem notifications
` [RFC PATCH 20/21] selinux: Implement the watch_key security hook
` [RFC PATCH 21/21] smack: Implement the watch_key and post_notification hooks

[PATCH v4 1/4] lib: introduce copy_struct_from_user() helper
 2019-10-17  6:09 UTC  (14+ messages)
` [PATCH] usercopy: Avoid soft lockups in test_check_nonzero_user()
  ` [PATCH v2] "

[PATCH v7 0/3] add thermal/power management features for FPGA DFL drivers
 2019-10-17  2:35 UTC  (5+ messages)
` [PATCH v7 1/3] Documentation: fpga: dfl: add descriptions for thermal/power management interfaces
` [PATCH v7 2/3] fpga: dfl: fme: add thermal management support
` [PATCH v7 3/3] fpga: dfl: fme: add power "

[PATCH 0/7] Harden userfaultfd
 2019-10-16  0:02 UTC  (25+ messages)
` [PATCH 1/7] Add a new flags-accepting interface for anonymous inodes
` [PATCH 2/7] Add a concept of a "secure" anonymous file
` [PATCH 3/7] Add a UFFD_SECURE flag to the userfaultfd API
` [PATCH 4/7] Teach SELinux about a new userfaultfd class
` [PATCH 5/7] Let userfaultfd opt out of handling kernel-mode faults
` [PATCH 6/7] Allow users to require UFFD_SECURE
` [PATCH 7/7] Add a new sysctl for limiting userfaultfd to user mode faults

[PATCH v2 1/2] pidfd: show pids for nested pid namespaces in fdinfo
 2019-10-15 10:07 UTC  (25+ messages)
  ` [PATCH v2 2/2] pidfd: add tests for NSpid info "
  ` [PATCH v3 1/2] pidfd: show pids for nested pid namespaces "
    ` [PATCH v3 2/2] pidfd: add tests for NSpid info "
              ` [PATCH] pidfd: add NSpid entries to fdinfo
    ` [PATCH v4 1/2] "
      ` [PATCH v4 2/2] pidfd: add tests for NSpid info in fdinfo

[PATCHv7 15/33] posix-timers: Make clock_nanosleep() time namespace aware
 2019-10-14 19:58 UTC  (4+ messages)

[PATCH v3 1/2] clone3: add CLONE_CLEAR_SIGHAND
 2019-10-14 10:45 UTC  (2+ messages)
` [PATCH v3 2/2] tests: test CLONE_CLEAR_SIGHAND

[PATCH] mm: mempolicy: fix the absence of the last bit of nodemask
 2019-10-14  9:35 UTC 

[PATCH v6 0/3] add thermal/power management features for FPGA DFL drivers
 2019-10-14  6:12 UTC  (3+ messages)
` [PATCH v6 2/3] fpga: dfl: fme: add thermal management support

[PATCHv7 06/33] alarmtimer: Provide get_timespec() callback
 2019-10-14  0:36 UTC  (2+ messages)

[PATCH 0/7 v2] tracing: Fix tracefs lockdown and various clean ups
 2019-10-13  0:39 UTC  (12+ messages)
` [PATCH 1/7 v2] tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")
` [PATCH 2/7 v2] ftrace: Get a reference counter for the trace_array on filter files
` [PATCH 3/7 v2] tracing: Get trace_array reference for available_tracers files
` [PATCH 4/7 v2] tracing: Have trace events system open call tracing_open_generic_tr()
` [PATCH 5/7 v2] tracing: Add tracing_check_open_get_tr()
` [PATCH 6/7 v2] tracing: Add some more locked_down checks
` [PATCH 7/7 v2] tracing: Do not create tracefs files if tracefs lockdown is in effect

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-12  4:15 UTC  (5+ messages)
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution

[PATCH] tracefs: Do not allocate and free proxy_ops for lockdown
 2019-10-11 22:27 UTC  (13+ messages)

[PATCH v2 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11 10:25 UTC  (2+ messages)
` [PATCH v2 2/2] tests: test CLONE3_CLEAR_SIGHAND

[PATCH 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11  9:40 UTC  (2+ 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).