index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fdtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-15
fd_is_open(): move to fs/file.c
Al Viro
1
-5
/
+0
2024-04-15
close_on_exec(): pass files_struct instead of fdtable
Al Viro
1
-5
/
+5
2023-12-12
file: s/close_fd_get_file()/file_close_fd()/g
Christian Brauner
1
-1
/
+1
2023-12-12
Improve __fget_files_rcu() code generation (and thus __fget_light())
Linus Torvalds
1
-6
/
+11
2023-10-19
file: convert to SLAB_TYPESAFE_BY_RCU
Christian Brauner
1
-14
/
+3
2022-05-14
Unify the primitives for file descriptor closing
Al Viro
1
-1
/
+1
2020-12-10
file: Remove get_files_struct
Eric W. Biederman
1
-1
/
+0
2020-12-10
file: Rename __close_fd_get_file close_fd_get_file
Eric W. Biederman
1
-1
/
+1
2020-12-10
file: Rename __close_fd to close_fd and remove the files parameter
Eric W. Biederman
1
-2
/
+1
2020-12-10
file: Merge __alloc_fd into alloc_fd
Eric W. Biederman
1
-2
/
+0
2020-12-10
file: Merge __fd_install into fd_install
Eric W. Biederman
1
-2
/
+0
2020-12-10
file: Implement task_lookup_next_fd_rcu
Eric W. Biederman
1
-0
/
+1
2020-12-10
file: Implement task_lookup_fd_rcu
Eric W. Biederman
1
-0
/
+2
2020-12-10
file: Rename fcheck lookup_fd_rcu
Eric W. Biederman
1
-4
/
+4
2020-12-10
file: Replace fcheck_files with files_lookup_fd_rcu
Eric W. Biederman
1
-4
/
+3
2020-12-10
file: Factor files_lookup_fd_locked out of fcheck_files
Eric W. Biederman
1
-0
/
+7
2020-12-10
file: Rename __fcheck_files to files_lookup_fd_raw
Eric W. Biederman
1
-2
/
+2
2020-12-10
exec: Remove reset_files_struct
Eric W. Biederman
1
-1
/
+0
2020-12-10
exec: Simplify unshare_files
Eric W. Biederman
1
-1
/
+1
2020-06-17
close_range: add CLOSE_RANGE_UNSHARE
Christian Brauner
1
-3
/
+5
2020-06-17
open: add close_range()
Christian Brauner
1
-0
/
+2
2018-12-19
binder: fix use-after-free due to ksys_close() during fdget()
Todd Kjos
1
-0
/
+1
2018-01-30
vfs, fdtable: Prevent bounds-check bypass via speculative execution
Dan Williams
1
-1
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-10-15
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2016-10-10
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
1
-1
/
+1
2016-09-27
fs/file: more unsigned file descriptors
Alexey Dobriyan
1
-3
/
+3
2015-10-31
vfs: Fix pathological performance case for __alloc_fd()
Linus Torvalds
1
-0
/
+2
2015-07-22
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
1
-2
/
+2
2015-07-01
fs/file.c: don't acquire files->file_lock in fd_install()
Eric Dumazet
1
-0
/
+3
2014-04-01
get rid of files_defer_init()
Al Viro
1
-2
/
+0
2014-01-25
introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...
Oleg Nesterov
1
-14
/
+21
2013-05-01
don't bother with deferred freeing of fdtables
Al Viro
1
-1
/
+0
2012-11-28
kill daemonize()
Al Viro
1
-1
/
+0
2012-09-26
new helper: daemonize_descriptors()
Al Viro
1
-0
/
+1
2012-09-26
new helper: iterate_fd()
Al Viro
1
-0
/
+3
2012-09-26
make expand_files() and alloc_fd() static
Al Viro
1
-1
/
+0
2012-09-26
take __{set,clear}_{open_fd,close_on_exec}() into fs/file.c
Al Viro
1
-20
/
+0
2012-09-26
take close-on-exec logics to fs/file.c, clean it up a bit
Al Viro
1
-0
/
+1
2012-09-26
take descriptor-related part of close() to file.c
Al Viro
1
-0
/
+2
2012-09-26
expose a low-level variant of fd_install() for binder
Al Viro
1
-0
/
+2
2012-09-26
move files_struct-related bits from kernel/exit.c to fs/file.c
Al Viro
1
-6
/
+0
2012-09-26
new helper: __alloc_fd()
Al Viro
1
-0
/
+3
2012-02-19
Replace the fd_sets in struct fdtable with an array of unsigned longs
David Howells
1
-18
/
+10
2012-02-19
Wrap accesses to the fd_sets in struct fdtable
David Howells
1
-0
/
+30
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-08
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
Michal Hocko
1
-1
/
+0
2010-08-19
kernel: __rcu annotations
Arnd Bergmann
1
-3
/
+3
2010-08-06
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2010-07-20
vfs: fix RCU-lockdep false positive due to /proc
Paul E. McKenney
1
-1
/
+2
[next]