aboutsummaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-20vfs: drop_file_write_access() made staticGravatar Al Viro 1-2/+1
2012-01-06vfs: prevent remount read-only if pending removesGravatar Miklos Szeredi 1-23/+0
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+3
2011-03-16fix cdev leak on O_PATH final fput()Gravatar Miklos Szeredi 1-1/+3
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+4
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsGravatar Al Viro 1-0/+2
2011-03-15New kind of open files - "location only".Gravatar Al Viro 1-5/+48
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextGravatar James Morris 1-2/+2
2011-02-10IMA: maintain i_readcount in the VFS layerGravatar Mimi Zohar 1-1/+4
2011-02-04CRED: Fix kernel panic upon security_file_alloc() failure.Gravatar Tetsuo Handa 1-1/+1
2011-01-17fs: Remove unlikely() from fget_light()Gravatar Steven Rostedt 1-1/+1
2010-10-26fs: allow for more than 2^31 filesGravatar Eric Dumazet 1-10/+7
2010-08-18fs: scale files_lockGravatar Nick Piggin 1-18/+90
2010-08-18fs: cleanup files_lock lockingGravatar Nick Piggin 1-24/+18
2010-08-12Revert "fsnotify: store struct file not struct path"Gravatar Linus Torvalds 1-9/+0
2010-08-11vfs: improve comment describing fget_light()Gravatar Tony Battersby 1-5/+14
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputGravatar Eric Paris 1-0/+9
2010-05-27get rid of the magic around f_count in aioGravatar Al Viro 1-11/+10
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