summaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-16fix cdev leak on O_PATH final fput()Miklos Szeredi
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro
2011-03-15New kind of open files - "location only".Al Viro
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris
2011-02-10IMA: maintain i_readcount in the VFS layerMimi Zohar
2011-02-04CRED: Fix kernel panic upon security_file_alloc() failure.Tetsuo Handa
2011-01-17fs: Remove unlikely() from fget_light()Steven Rostedt
2010-10-26fs: allow for more than 2^31 filesEric Dumazet
2010-08-18fs: scale files_lockNick Piggin
2010-08-18fs: cleanup files_lock lockingNick Piggin
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds
2010-08-11vfs: improve comment describing fget_light()Tony Battersby
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputEric Paris
2010-05-27get rid of the magic around f_count in aioAl Viro
2010-03-06vfs: take f_lock on modifying f_mode after open timeWu Fengguang
2010-02-07Take ima_file_free() to proper place.Al Viro
2009-12-22alloc_file(): simplify handling of mnt_clone_write() errorsRoland Dreier
2009-12-16re-export alloc_file()Roland Dreier
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16get rid of init_file()Al Viro
2009-12-16unexport get_empty_filp()Al Viro
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-06-11fs: move mark_files_ro into file_table.cnpiggin@suse.de
2009-06-11fs: introduce mnt_clone_writenpiggin@suse.de
2009-03-30trivial: remove unused variable 'path' in alloc_file()Tero Roponen
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2009-03-16Rename struct file->f_ep_lockJonathan Corbet
2009-02-06Merge branch 'master' into nextJames Morris
2009-02-06integrity: IMA hooksMimi Zohar
2008-12-31filp_cachep can be static in fs/file_table.cEric Dumazet
2008-11-14CRED: Use creds in file structsDavid Howells
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-07-26[PATCH] f_count may wrap aroundAl Viro
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen
2008-03-19[PATCH] fix up new filp allocatorsDave Hansen
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison
2007-10-19fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen