summaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
Commit message (Expand)AuthorAgeFilesLines
* fs: allow for more than 2^31 filesEric Dumazet2010-10-261-10/+7
* fs: scale files_lockNick Piggin2010-08-181-18/+90
* fs: cleanup files_lock lockingNick Piggin2010-08-181-24/+18
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-121-9/+0
* vfs: improve comment describing fget_light()Tony Battersby2010-08-111-5/+14
* vfs/fsnotify: fsnotify_close can delay the final work in fputEric Paris2010-07-281-0/+9
* get rid of the magic around f_count in aioAl Viro2010-05-271-11/+10
* vfs: take f_lock on modifying f_mode after open timeWu Fengguang2010-03-061-0/+2
* Take ima_file_free() to proper place.Al Viro2010-02-071-0/+1
* alloc_file(): simplify handling of mnt_clone_write() errorsRoland Dreier2009-12-221-3/+1
* re-export alloc_file()Roland Dreier2009-12-161-0/+1
* Untangling ima mess, part 1: alloc_file()Al Viro2009-12-161-0/+2
* fs: move get_empty_filp() deffinition to internal.hEric Paris2009-12-161-0/+2
* switch alloc_file() to passing struct pathAl Viro2009-12-161-7/+6
* get rid of init_file()Al Viro2009-12-161-28/+2
* unexport get_empty_filp()Al Viro2009-12-161-2/+0
* LSM: imbed ima calls in the security hooksMimi Zohar2009-10-251-2/+0
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-3/+3
* fs: move mark_files_ro into file_table.cnpiggin@suse.de2009-06-111-0/+38
* fs: introduce mnt_clone_writenpiggin@suse.de2009-06-111-1/+1
* trivial: remove unused variable 'path' in alloc_file()Tero Roponen2009-03-301-1/+0
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-261-0/+1
|\
| * Rename struct file->f_ep_lockJonathan Corbet2009-03-161-0/+1
* | Merge branch 'master' into nextJames Morris2009-02-061-1/+9
|\ \ | |/
| * filp_cachep can be static in fs/file_table.cEric Dumazet2008-12-311-1/+9
* | integrity: IMA hooksMimi Zohar2009-02-061-0/+2
|/
* CRED: Use creds in file structsDavid Howells2008-11-141-3/+4
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-4/+3
* CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+2
* saner FASYNC handling on file closeAl Viro2008-11-011-0/+4
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-2/+2
* [PATCH] f_count may wrap aroundAl Viro2008-07-261-5/+5
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* [PATCH] r/o bind mounts: debugging for missed callsDave Hansen2008-04-191-2/+9
* [PATCH] r/o bind mounts: elevate write count for open()sDave Hansen2008-04-191-0/+14
* [PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen2008-04-191-2/+19
* [PATCH] fix up new filp allocatorsDave Hansen2008-03-191-0/+6
* fs: remove fastcall, it is always emptyHarvey Harrison2008-02-081-4/+4
* fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-3/+2
* r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-0/+60
* fs: use kmem_cache_zalloc insteadDenis Cheng2007-10-171-2/+1
* lib: percpu_counter_sum_positivePeter Zijlstra2007-10-171-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-5/+5
* [PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman2006-10-021-0/+1
* [PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o2006-09-271-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao2006-06-231-1/+1
* [PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise2006-03-231-4/+6
* [PATCH] fix file countingDipankar Sarma2006-03-081-32/+55
OpenPOWER on IntegriCloud