aboutsummaryrefslogtreecommitdiffstats
path: root/fs/file_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-17fs: Remove unlikely() from fget_light()Steven Rostedt1-1/+1
2010-10-26fs: allow for more than 2^31 filesEric Dumazet1-10/+7
2010-08-18fs: scale files_lockNick Piggin1-18/+90
2010-08-18fs: cleanup files_lock lockingNick Piggin1-24/+18
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-9/+0
2010-08-11vfs: improve comment describing fget_light()Tony Battersby1-5/+14
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputEric Paris1-0/+9
2010-05-27get rid of the magic around f_count in aioAl Viro1-11/+10
2010-03-06vfs: take f_lock on modifying f_mode after open timeWu Fengguang1-0/+2
2010-02-07Take ima_file_free() to proper place.Al Viro1-0/+1
2009-12-22alloc_file(): simplify handling of mnt_clone_write() errorsRoland Dreier1-3/+1
2009-12-16re-export alloc_file()Roland Dreier1-0/+1
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro1-0/+2
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris1-0/+2
2009-12-16switch alloc_file() to passing struct pathAl Viro1-7/+6
2009-12-16get rid of init_file()Al Viro1-28/+2
2009-12-16unexport get_empty_filp()Al Viro1-2/+0
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar1-2/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-3/+3
2009-06-11fs: move mark_files_ro into file_table.cnpiggin@suse.de1-0/+38
2009-06-11fs: introduce mnt_clone_writenpiggin@suse.de1-1/+1
2009-03-30trivial: remove unused variable 'path' in alloc_file()Tero Roponen1-1/+0
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+1
2009-03-16Rename struct file->f_ep_lockJonathan Corbet1-0/+1
2009-02-06Merge branch 'master' into nextJames Morris1-1/+9
2009-02-06integrity: IMA hooksMimi Zohar1-0/+2
2008-12-31filp_cachep can be static in fs/file_table.cEric Dumazet1-1/+9
2008-11-14CRED: Use creds in file structsDavid Howells1-3/+4
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-4/+3
2008-11-14CRED: Separate task security context from task_structDavid Howells1-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro1-0/+4
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+2
2008-07-26[PATCH] f_count may wrap aroundAl Viro1-5/+5
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen1-2/+9
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen1-0/+14
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen1-2/+19
2008-03-19[PATCH] fix up new filp allocatorsDave Hansen1-0/+6
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison1-4/+4
2007-10-19fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen1-0/+60
2007-10-17fs: use kmem_cache_zalloc insteadDenis Cheng1-2/+1
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-5/+5
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman1-0/+1
2006-09-27[PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counterMingming Cao1-1/+1
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise1-4/+6