Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ associated problem space.
point that out explicitly and clearly in the associated patches and Cc
`Christian Brauner <brauner (at) kernel (dot) org`.**

### xattrs for pidfd

Since pidfds have been moved to a separate pidfs filesystem it is easy
to add support for xattrs on pidfds. That could be valuable to store
meta information along the pidfd. Storing an xattr should probably make
the pidfd automatically persistent, i.e., the reference for the dentry
is only put once the task is reaped.

**Use-Case:** Store meta information alongside pidfds.

### inotify() events for BSD file locks

BSD file locks (i.e. `flock()`, as opposed to POSIX `F_SETLK` and
Expand Down