aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fdtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01get rid of files_defer_init()Al Viro1-2/+0
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty()Oleg Nesterov1-14/+21
2013-05-01don't bother with deferred freeing of fdtablesAl Viro1-1/+0
2012-11-28kill daemonize()Al Viro1-1/+0
2012-09-26new helper: daemonize_descriptors()Al Viro1-0/+1
2012-09-26new helper: iterate_fd()Al Viro1-0/+3
2012-09-26make expand_files() and alloc_fd() staticAl Viro1-1/+0
2012-09-26take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cAl Viro1-20/+0
2012-09-26take close-on-exec logics to fs/file.c, clean it up a bitAl Viro1-0/+1
2012-09-26take descriptor-related part of close() to file.cAl Viro1-0/+2
2012-09-26expose a low-level variant of fd_install() for binderAl Viro1-0/+2
2012-09-26move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro1-6/+0
2012-09-26new helper: __alloc_fd()Al Viro1-0/+3
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells1-18/+10
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-0/+30
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-1/+0
2010-08-19kernel: __rcu annotationsArnd Bergmann1-3/+3
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-07-20vfs: fix RCU-lockdep false positive due to /procPaul E. McKenney1-1/+2
2010-06-14vfs: add fs.h to define struct filePaul E. McKenney1-0/+1
2010-02-25vfs: Abstract rcu_dereference_check for files-fdtable usePaul E. McKenney1-4/+7
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney1-2/+6
2009-04-03kmemtrace, fs: fix linux/fdtable.h header file dependenciesIngo Molnar1-1/+3
2008-12-31filp_cachep can be static in fs/file_table.cEric Dumazet1-2/+0
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro1-0/+1
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+99