summaryrefslogtreecommitdiff
path: root/include/linux/fdtable.h (unfollow)
Commit message (Expand)Author
2014-04-01get rid of files_defer_init()Al Viro
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov
2013-05-01don't bother with deferred freeing of fdtablesAl Viro
2012-11-28kill daemonize()Al Viro
2012-09-26new helper: daemonize_descriptors()Al Viro
2012-09-26new helper: iterate_fd()Al Viro
2012-09-26make expand_files() and alloc_fd() staticAl Viro
2012-09-26take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cAl Viro
2012-09-26take close-on-exec logics to fs/file.c, clean it up a bitAl Viro
2012-09-26take descriptor-related part of close() to file.cAl Viro
2012-09-26expose a low-level variant of fd_install() for binderAl Viro
2012-09-26move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro
2012-09-26new helper: __alloc_fd()Al Viro
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2010-08-19kernel: __rcu annotationsArnd Bergmann
2010-07-20vfs: fix RCU-lockdep false positive due to /procPaul E. McKenney
2010-06-14vfs: add fs.h to define struct filePaul E. McKenney
2010-02-25vfs: Abstract rcu_dereference_check for files-fdtable usePaul E. McKenney
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney
2009-04-03kmemtrace, fs: fix linux/fdtable.h header file dependenciesIngo Molnar
2008-12-31filp_cachep can be static in fs/file_table.cEric Dumazet
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper
2006-12-22[PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov
2006-12-07[PATCH] Move filep_cachep to include/file.hChristoph Lameter
2006-12-07[PATCH] Move files_cachep to include/file.hChristoph Lameter
2006-09-29[PATCH] Fix unserialized task->files changingKirill Korotaev
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet
2006-03-08[PATCH] fix file countingDipankar Sarma
2005-11-13[PATCH] reorder struct files_structEric Dumazet
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma
2005-09-09[PATCH] files: break up files structDipankar Sarma