index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
pidfs.c
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-07
coredump: fix PIDFD_INFO_COREDUMP ioctl check
Laura Brehm
2025-06-24
pidfs: add pidfs_root_path() helper
Christian Brauner
2025-06-23
pidfs: fix pidfs_free_pid()
Christian Brauner
2025-06-23
pidfs: add some CONFIG_DEBUG_VFS asserts
Christian Brauner
2025-06-23
pidfs: support xattrs on pidfds
Christian Brauner
2025-06-19
pidfs: make inodes mutable
Christian Brauner
2025-06-19
pidfs: remove pidfs_pid_valid()
Christian Brauner
2025-06-19
pidfs: remove pidfs_{get,put}_pid()
Christian Brauner
2025-06-19
pidfs: remove custom inode allocation
Christian Brauner
2025-06-19
pidfs: remove unused members from struct pidfs_inode
Christian Brauner
2025-06-19
pidfs: persist information
Christian Brauner
2025-06-19
pidfs: raise SB_I_NODEV and SB_I_NOEXEC
Christian Brauner
2025-06-04
pidfs: never refuse ppid == 0 in PIDFD_GET_INFO
Mike Yuan
2025-05-26
Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-21
pidfs, coredump: add PIDFD_INFO_COREDUMP
Christian Brauner
2025-05-02
pidfs: move O_RDWR into pidfs_alloc_file()
Christian Brauner
2025-04-26
pidfs: get rid of __pidfd_prepare()
Christian Brauner
2025-04-26
pidfs: register pid in pidfs
Christian Brauner
2025-04-21
fs: add S_ANON_INODE
Christian Brauner
2025-04-07
pidfs: use anon_inode_setattr()
Christian Brauner
2025-04-07
pidfs: use anon_inode_getattr()
Christian Brauner
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
[next]