summaryrefslogtreecommitdiffstats
path: root/include/linux/fdtable.h
Commit message (Expand)AuthorAgeFilesLines
* vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams2018-01-301-1/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-1/+1
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-271-3/+3
|/
* vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds2015-10-311-0/+2
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-2/+2
* fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2015-07-011-0/+3
* get rid of files_defer_init()Al Viro2014-04-011-2/+0
* introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov2014-01-251-14/+21
* don't bother with deferred freeing of fdtablesAl Viro2013-05-011-1/+0
* kill daemonize()Al Viro2012-11-281-1/+0
* new helper: daemonize_descriptors()Al Viro2012-09-261-0/+1
* new helper: iterate_fd()Al Viro2012-09-261-0/+3
* make expand_files() and alloc_fd() staticAl Viro2012-09-261-1/+0
* take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cAl Viro2012-09-261-20/+0
* take close-on-exec logics to fs/file.c, clean it up a bitAl Viro2012-09-261-0/+1
* take descriptor-related part of close() to file.cAl Viro2012-09-261-0/+2
* expose a low-level variant of fd_install() for binderAl Viro2012-09-261-0/+2
* move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro2012-09-261-6/+0
* new helper: __alloc_fd()Al Viro2012-09-261-0/+3
* Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-191-18/+10
* Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-191-0/+30
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-1/+0
* kernel: __rcu annotationsArnd Bergmann2010-08-191-3/+3
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-0/+1
|\
| * vfs: add fs.h to define struct filePaul E. McKenney2010-06-141-0/+1
* | vfs: fix RCU-lockdep false positive due to /procPaul E. McKenney2010-07-201-1/+2
|/
* vfs: Abstract rcu_dereference_check for files-fdtable usePaul E. McKenney2010-02-251-4/+7
* vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2010-02-251-2/+6
* kmemtrace, fs: fix linux/fdtable.h header file dependenciesIngo Molnar2009-04-031-1/+3
* filp_cachep can be static in fs/file_table.cEric Dumazet2008-12-311-2/+0
* [PATCH] dup_fd() fixes, part 1Al Viro2008-05-161-0/+1
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+99