aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pidfs.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+55
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+73
2025-05-21pidfs, coredump: add PIDFD_INFO_COREDUMPChristian Brauner1-0/+55
2025-05-02pidfs: move O_RDWR into pidfs_alloc_file()Christian Brauner1-0/+1
2025-04-26pidfs: get rid of __pidfd_prepare()Christian Brauner1-9/+13
2025-04-26pidfs: register pid in pidfsChristian Brauner1-0/+59
2025-04-21fs: add S_ANON_INODEChristian Brauner1-1/+1
2025-04-07pidfs: use anon_inode_setattr()Christian Brauner1-1/+1
2025-04-07pidfs: use anon_inode_getattr()Christian Brauner1-23/+1
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-26/+221
2025-03-20pidfs: improve multi-threaded exec and premature thread-group leader exit pol...Christian Brauner1-4/+5
2025-03-19pidfs: ensure that PIDFS_INFO_EXIT is availableChristian Brauner1-3/+53
2025-03-05pidfs: allow to retrieve exit informationChristian Brauner1-18/+68
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner1-0/+41
2025-03-05pidfs: use private inode slab cacheChristian Brauner1-0/+52
2025-03-05pidfs: move setting flags into pidfs_alloc_file()Christian Brauner1-0/+4
2025-03-05pidfs: switch to copy_struct_to_user()Christian Brauner1-4/+1
2025-02-24pidfs: remove d_op->d_deleteChristian Brauner1-1/+0
2025-02-07pidfs: improve ioctl handlingChristian Brauner1-1/+11
2024-12-22pidfs: allow bind-mountsChristian Brauner1-1/+1
2024-12-17pidfs: lookup pid through rbtreeChristian Brauner1-49/+80
2024-12-17pidfs: check for valid ioctl commandsChristian Brauner1-0/+24
2024-12-17pidfs: implement file handle supportChristian Brauner1-0/+114
2024-12-14pidfs: support FS_IOC_GETVERSIONChristian Brauner1-0/+8
2024-12-14pidfs: remove 32bit inode number handlingChristian Brauner1-41/+2
2024-12-14pidfs: rework inode number allocationChristian Brauner1-1/+77
2024-10-24pidfd: add ioctl to retrieve pid infoLuca Boccassi1-3/+83
2024-09-27pidfs: check for valid pid namespaceChristian Brauner1-1/+4
2024-07-24pidfs: handle kernels without namespaces cleanlyChristian Brauner1-23/+42
2024-07-24pidfs: when time ns disabled add check for ioctlEdward Adam Davis1-0/+2
2024-06-28pidfs: allow retrieval of namespace file descriptorsChristian Brauner1-0/+90
2024-05-21fs/pidfs: make 'lsof' happy with our inode changesLinus Torvalds1-4/+24
2024-03-13pidfs: remove config optionChristian Brauner1-54/+47
2024-03-01libfs: improve path_from_stashed()Christian Brauner1-3/+21
2024-03-01libfs: add stashed_dentry_prune()Christian Brauner1-12/+1
2024-03-01libfs: improve path_from_stashed() helperChristian Brauner1-17/+11
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner1-21/+38
2024-03-01pidfd: add pidfsChristian Brauner1-3/+153
2024-02-28pidfd: move struct pidfd_fopsChristian Brauner1-0/+122