aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fdtable.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-10file: Remove get_files_structGravatar Eric W. Biederman 1-1/+0
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileGravatar Eric W. Biederman 1-1/+1
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterGravatar Eric W. Biederman 1-2/+1
2020-12-10file: Merge __alloc_fd into alloc_fdGravatar Eric W. Biederman 1-2/+0
2020-12-10file: Merge __fd_install into fd_installGravatar Eric W. Biederman 1-2/+0
2020-12-10file: Implement task_lookup_next_fd_rcuGravatar Eric W. Biederman 1-0/+1
2020-12-10file: Implement task_lookup_fd_rcuGravatar Eric W. Biederman 1-0/+2
2020-12-10file: Rename fcheck lookup_fd_rcuGravatar Eric W. Biederman 1-4/+4
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuGravatar Eric W. Biederman 1-4/+3
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesGravatar Eric W. Biederman 1-0/+7
2020-12-10file: Rename __fcheck_files to files_lookup_fd_rawGravatar Eric W. Biederman 1-2/+2
2020-12-10exec: Remove reset_files_structGravatar Eric W. Biederman 1-1/+0
2020-12-10exec: Simplify unshare_filesGravatar Eric W. Biederman 1-1/+1
2020-06-17close_range: add CLOSE_RANGE_UNSHAREGravatar Christian Brauner 1-3/+5
2020-06-17open: add close_range()Gravatar Christian Brauner 1-0/+2
2018-12-19binder: fix use-after-free due to ksys_close() during fdget()Gravatar Todd Kjos 1-0/+1
2018-01-30vfs, fdtable: Prevent bounds-check bypass via speculative executionGravatar Dan Williams 1-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2016-10-10latent_entropy: Mark functions with __latent_entropyGravatar Emese Revfy 1-1/+1
2016-09-27fs/file: more unsigned file descriptorsGravatar Alexey Dobriyan 1-3/+3
2015-10-31vfs: Fix pathological performance case for __alloc_fd()Gravatar Linus Torvalds 1-0/+2
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Gravatar Paul E. McKenney 1-2/+2
2015-07-01fs/file.c: don't acquire files->file_lock in fd_install()Gravatar Eric Dumazet 1-0/+3
2014-04-01get rid of files_defer_init()Gravatar Al Viro 1-2/+0
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Gravatar Oleg Nesterov 1-14/+21
2013-05-01don't bother with deferred freeing of fdtablesGravatar Al Viro 1-1/+0
2012-11-28kill daemonize()Gravatar Al Viro 1-1/+0
2012-09-26new helper: daemonize_descriptors()Gravatar Al Viro 1-0/+1
2012-09-26new helper: iterate_fd()Gravatar Al Viro 1-0/+3
2012-09-26make expand_files() and alloc_fd() staticGravatar Al Viro 1-1/+0
2012-09-26take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cGravatar Al Viro 1-20/+0
2012-09-26take close-on-exec logics to fs/file.c, clean it up a bitGravatar Al Viro 1-0/+1
2012-09-26take descriptor-related part of close() to file.cGravatar Al Viro 1-0/+2
2012-09-26expose a low-level variant of fd_install() for binderGravatar Al Viro 1-0/+2
2012-09-26move files_struct-related bits from kernel/exit.c to fs/file.cGravatar Al Viro 1-6/+0
2012-09-26new helper: __alloc_fd()Gravatar Al Viro 1-0/+3
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsGravatar David Howells 1-18/+10
2012-02-19Wrap accesses to the fd_sets in struct fdtableGravatar David Howells 1-0/+30
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkGravatar Michal Hocko 1-1/+0
2010-08-19kernel: __rcu annotationsGravatar Arnd Bergmann 1-3/+3
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2010-07-20vfs: fix RCU-lockdep false positive due to /procGravatar Paul E. McKenney 1-1/+2
2010-06-14vfs: add fs.h to define struct fileGravatar Paul E. McKenney 1-0/+1
2010-02-25vfs: Abstract rcu_dereference_check for files-fdtable useGravatar Paul E. McKenney 1-4/+7
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesGravatar Paul E. McKenney 1-2/+6
2009-04-03kmemtrace, fs: fix linux/fdtable.h header file dependenciesGravatar Ingo Molnar 1-1/+3
2008-12-31filp_cachep can be static in fs/file_table.cGravatar Eric Dumazet 1-2/+0
2008-05-16[PATCH] dup_fd() fixes, part 1Gravatar Al Viro 1-0/+1