index
:
pub/scm/linux/kernel/git/ido/linux.git
master
Ido's fun kernel projects
Ido Rosen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
pidfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-12
/
+31
2026-08-12
pidfd: hold exec_update_lock around namespace ioctl
Chen Linxuan
1
-12
/
+31
2026-07-24
pidfs: make pidfs_ino_lock static
Mateusz Guzik
1
-1
/
+1
2026-07-22
pidfs: handle FS_IOC32_GETVERSION in compat ioctl
Li Chen
1
-1
/
+15
2026-07-22
pidfs: add pidfs_dentry_open() helper
Christian Brauner
1
-21
/
+21
2026-07-22
pidfs: preserve thread pidfds reopened by file handle
Christian Brauner
1
-1
/
+7
2026-06-16
Merge tag 'fsnotify_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+6
2026-06-15
Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2026-06-15
Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-33
/
+12
2026-06-10
fanotify: allow reporting pidfds for reaped tasks
AnonymeMeow
1
-4
/
+6
2026-06-06
simpe_xattr: use per-sb cache
Miklos Szeredi
1
-5
/
+9
2026-06-06
simple_xattr: change interface to pass struct simple_xattrs **
Miklos Szeredi
1
-31
/
+6
2026-06-04
libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callers
John Hubbard
1
-2
/
+0
2026-05-26
exec_state: relocate dumpable information
Christian Brauner (Amutable)
1
-11
/
+6
2026-05-26
sched/coredump: introduce enum task_dumpable
Christian Brauner (Amutable)
1
-3
/
+3
2026-04-13
Merge tag 'vfs-7.1-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+40
2026-04-13
Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-24
/
+40
2026-03-23
pidfds: add coredump_code field to pidfd_info
Emanuele Rocca
1
-4
/
+8
2026-03-11
pidfd: add CLONE_PIDFD_AUTOKILL
Christian Brauner
1
-6
/
+32
2026-03-02
pidfs: adapt to rhashtable-based simple_xattrs
Christian Brauner
1
-24
/
+40
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+4
2026-02-24
pidfs: avoid misleading break
Christian Brauner
1
-6
/
+4
2026-02-16
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2026-02-16
Merge tag 'kernel-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-78
/
+94
2026-02-10
pid: introduce task_ppid_vnr() helper
Oleg Nesterov
1
-1
/
+1
2026-02-10
pidfs: implement ino allocation without the pidmap lock
Mateusz Guzik
1
-41
/
+72
2026-02-10
pidfs: convert rb-tree to rhashtable
Christian Brauner
1
-48
/
+33
2026-02-02
pidfs: return -EREMOTE when PIDFD_GET_INFO is called on another ns
Luca Boccassi
1
-1
/
+1
2026-01-06
pidfs: protect PIDFD_GET_* ioctls() via ifdef
Christian Brauner
1
-0
/
+18
2025-12-01
Merge tag 'vfs-6.19-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-46
/
+67
2025-11-17
pidfs: simplify PIDFD_GET_<type>_NAMESPACE ioctls
Christian Brauner
1
-39
/
+36
2025-11-05
pidfs: reduce wait_pidfd lock scope
Christian Brauner
1
-11
/
+13
2025-10-31
pidfs: raise DCACHE_DONTCACHE explicitly
Christian Brauner
1
-0
/
+1
2025-10-30
pidfs: expose coredump signal
Christian Brauner
1
-11
/
+19
2025-10-30
pidfs: drop struct pidfs_exit_info
Christian Brauner
1
-24
/
+11
2025-10-30
pidfs: prepare to drop exit_info pointer
Christian Brauner
1
-3
/
+9
2025-10-30
pidfd: add a new supported_mask field
Christian Brauner
1
-1
/
+16
2025-10-30
pidfs: add missing BUILD_BUG_ON() assert on struct pidfd_info
Christian Brauner
1
-0
/
+2
2025-10-30
pidfs: fix PIDFD_INFO_COREDUMP handling
Christian Brauner
1
-2
/
+4
2025-10-30
pidfs: use guard() for task_lock
Christian Brauner
1
-2
/
+1
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+5
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-19
Merge branch 'no-rebase-mnt_ns_tree_remove'
Christian Brauner
1
-1
/
+1
2025-09-15
export_operations->open(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-09-15
pidfs: validate extensible ioctls
Christian Brauner
1
-1
/
+1
2025-09-13
mm: update coredump logic to correctly use bitmap mm flags
Lorenzo Stoakes
1
-2
/
+5
2025-08-15
pidfs: Fix memory leak in pidfd_info()
Adrian Huang (Lenovo)
1
-1
/
+1
[next]