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