summaryrefslogtreecommitdiff
path: root/fs/pidfs.c
AgeCommit message (Expand)AuthorFilesLines
11 dayspidfs: 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-02libfs: 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