summaryrefslogtreecommitdiff
path: root/fs/pidfs.c
AgeCommit message (Expand)Author
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-20pidfs: improve multi-threaded exec and premature thread-group leader exit pol...Christian Brauner
2025-03-19pidfs: ensure that PIDFS_INFO_EXIT is availableChristian Brauner
2025-03-05pidfs: allow to retrieve exit informationChristian Brauner
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner
2025-03-05pidfs: use private inode slab cacheChristian Brauner
2025-03-05pidfs: move setting flags into pidfs_alloc_file()Christian Brauner
2025-03-05pidfs: switch to copy_struct_to_user()Christian Brauner
2025-02-24pidfs: remove d_op->d_deleteChristian Brauner
2025-02-07pidfs: improve ioctl handlingChristian Brauner
2024-12-22pidfs: allow bind-mountsChristian Brauner
2024-12-17pidfs: lookup pid through rbtreeChristian Brauner
2024-12-17pidfs: check for valid ioctl commandsChristian Brauner
2024-12-17pidfs: implement file handle supportChristian Brauner
2024-12-14pidfs: support FS_IOC_GETVERSIONChristian Brauner
2024-12-14pidfs: remove 32bit inode number handlingChristian Brauner
2024-12-14pidfs: rework inode number allocationChristian Brauner
2024-10-24pidfd: add ioctl to retrieve pid infoLuca Boccassi
2024-09-27pidfs: check for valid pid namespaceChristian Brauner
2024-07-24pidfs: handle kernels without namespaces cleanlyChristian Brauner
2024-07-24pidfs: when time ns disabled add check for ioctlEdward Adam Davis
2024-06-28pidfs: allow retrieval of namespace file descriptorsChristian Brauner
2024-05-21fs/pidfs: make 'lsof' happy with our inode changesLinus Torvalds
2024-03-13pidfs: remove config optionChristian Brauner
2024-03-01libfs: improve path_from_stashed()Christian Brauner
2024-03-01libfs: add stashed_dentry_prune()Christian Brauner
2024-03-01libfs: improve path_from_stashed() helperChristian Brauner
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner
2024-03-01pidfd: add pidfsChristian Brauner
2024-02-28pidfd: move struct pidfd_fopsChristian Brauner