index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
pidfs.c
Age
Commit message (
Expand
)
Author
2025-03-24
Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-20
pidfs: improve multi-threaded exec and premature thread-group leader exit pol...
Christian Brauner
2025-03-19
pidfs: ensure that PIDFS_INFO_EXIT is available
Christian Brauner
2025-03-05
pidfs: allow to retrieve exit information
Christian Brauner
2025-03-05
pidfs: record exit code and cgroupid at exit
Christian Brauner
2025-03-05
pidfs: use private inode slab cache
Christian Brauner
2025-03-05
pidfs: move setting flags into pidfs_alloc_file()
Christian Brauner
2025-03-05
pidfs: switch to copy_struct_to_user()
Christian Brauner
2025-02-24
pidfs: remove d_op->d_delete
Christian Brauner
2025-02-07
pidfs: improve ioctl handling
Christian Brauner
2024-12-22
pidfs: allow bind-mounts
Christian Brauner
2024-12-17
pidfs: lookup pid through rbtree
Christian Brauner
2024-12-17
pidfs: check for valid ioctl commands
Christian Brauner
2024-12-17
pidfs: implement file handle support
Christian Brauner
2024-12-14
pidfs: support FS_IOC_GETVERSION
Christian Brauner
2024-12-14
pidfs: remove 32bit inode number handling
Christian Brauner
2024-12-14
pidfs: rework inode number allocation
Christian Brauner
2024-10-24
pidfd: add ioctl to retrieve pid info
Luca Boccassi
2024-09-27
pidfs: check for valid pid namespace
Christian Brauner
2024-07-24
pidfs: handle kernels without namespaces cleanly
Christian Brauner
2024-07-24
pidfs: when time ns disabled add check for ioctl
Edward Adam Davis
2024-06-28
pidfs: allow retrieval of namespace file descriptors
Christian Brauner
2024-05-21
fs/pidfs: make 'lsof' happy with our inode changes
Linus Torvalds
2024-03-13
pidfs: remove config option
Christian Brauner
2024-03-01
libfs: improve path_from_stashed()
Christian Brauner
2024-03-01
libfs: add stashed_dentry_prune()
Christian Brauner
2024-03-01
libfs: improve path_from_stashed() helper
Christian Brauner
2024-03-01
pidfs: convert to path_from_stashed() helper
Christian Brauner
2024-03-01
pidfd: add pidfs
Christian Brauner
2024-02-28
pidfd: move struct pidfd_fops
Christian Brauner