aboutsummaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-06vfs: take f_lock on modifying f_mode after open timeGravatar Wu Fengguang 1-0/+2
2010-02-07Take ima_file_free() to proper place.Gravatar Al Viro 1-0/+1
2009-12-22alloc_file(): simplify handling of mnt_clone_write() errorsGravatar Roland Dreier 1-3/+1
2009-12-16re-export alloc_file()Gravatar Roland Dreier 1-0/+1
2009-12-16Untangling ima mess, part 1: alloc_file()Gravatar Al Viro 1-0/+2
2009-12-16fs: move get_empty_filp() deffinition to internal.hGravatar Eric Paris 1-0/+2
2009-12-16switch alloc_file() to passing struct pathGravatar Al Viro 1-7/+6
2009-12-16get rid of init_file()Gravatar Al Viro 1-28/+2
2009-12-16unexport get_empty_filp()Gravatar Al Viro 1-2/+0
2009-10-25LSM: imbed ima calls in the security hooksGravatar Mimi Zohar 1-2/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-3/+3
2009-06-11fs: move mark_files_ro into file_table.cGravatar npiggin@suse.de 1-0/+38
2009-06-11fs: introduce mnt_clone_writeGravatar npiggin@suse.de 1-1/+1
2009-03-30trivial: remove unused variable 'path' in alloc_file()Gravatar Tero Roponen 1-1/+0
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-0/+1
2009-03-16Rename struct file->f_ep_lockGravatar Jonathan Corbet 1-0/+1
2009-02-06Merge branch 'master' into nextGravatar James Morris 1-1/+9
2009-02-06integrity: IMA hooksGravatar Mimi Zohar 1-0/+2
2008-12-31filp_cachep can be static in fs/file_table.cGravatar Eric Dumazet 1-1/+9
2008-11-14CRED: Use creds in file structsGravatar David Howells 1-3/+4
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-4/+3
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-2/+2
2008-11-01saner FASYNC handling on file closeGravatar Al Viro 1-0/+4
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-2/+2
2008-07-26[PATCH] f_count may wrap aroundGravatar Al Viro 1-5/+5
2008-05-01[PATCH] split linux/file.hGravatar Al Viro 1-0/+1
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsGravatar Dave Hansen 1-2/+9
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sGravatar Dave Hansen 1-0/+14
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessGravatar Dave Hansen 1-2/+19
2008-03-19[PATCH] fix up new filp allocatorsGravatar Dave Hansen 1-0/+6
2008-02-08fs: remove fastcall, it is always emptyGravatar Harvey Harrison 1-4/+4
2007-10-19fs/file_table.c: use list_for_each_entry() instead of list_for_each()Gravatar Matthias Kaehlcke 1-3/+2
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sGravatar Dave Hansen 1-0/+60
2007-10-17fs: use kmem_cache_zalloc insteadGravatar Denis Cheng 1-2/+1
2007-10-17lib: percpu_counter_sum_positiveGravatar Peter Zijlstra 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-5/+5
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidGravatar Eric W. Biederman 1-0/+1
2006-09-27[PATCH] inode-diet: Move i_cdev into a unionGravatar Theodore Ts'o 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Gravatar Mingming Cao 1-1/+1
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Gravatar Benjamin LaHaise 1-4/+6
2006-03-08[PATCH] fix file countingGravatar Dipankar Sarma 1-32/+55
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2006-01-08[PATCH] rcu file: use atomic primitivesGravatar Nick Piggin 1-4/+4
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cacheGravatar Pekka J Enberg 1-2/+2
2005-10-30[PATCH] reduce sizeof(struct file)Gravatar Eric Dumazet 1-7/+7
2005-09-09[PATCH] files: files struct with RCUGravatar Dipankar Sarma 1-11/+29
2005-09-07[PATCH] remove file.f_maxcountGravatar Eric Dumazet 1-1/+0
2005-07-12[PATCH] inotifyGravatar Robert Love 1-0/+3