summaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
Commit message (Expand)AuthorAgeFilesLines
* lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan2012-10-101-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-021-1/+1
|\
| * vfs: move ima_file_free before releasing the fileMimi Zohar2012-09-071-1/+1
* | take fget() and friends to fs/file.cAl Viro2012-09-261-106/+0
|/
* fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara2012-07-311-1/+1
* uninline file_free_rcu()Al Viro2012-07-291-1/+1
* switch fput to task_work_addAl Viro2012-07-221-2/+70
* mark_files_ro(): don't bother with mntget/mntputAl Viro2012-07-141-8/+1
* brlocks/lglocks: API cleanupsAndi Kleen2012-05-291-8/+8
* brlocks/lglocks: turn into functionsAndi Kleen2012-05-291-1/+0
* vfs: drop_file_write_access() made staticAl Viro2012-03-201-2/+1
* vfs: prevent remount read-only if pending removesMiklos Szeredi2012-01-061-23/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-161-1/+3
|\
| * fix cdev leak on O_PATH final fput()Miklos Szeredi2011-03-161-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-1/+4
|\ \ | |/ |/|
| * Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris2011-03-081-2/+2
| |\
| * | IMA: maintain i_readcount in the VFS layerMimi Zohar2011-02-101-1/+4
* | | Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro2011-03-151-0/+2
* | | New kind of open files - "location only".Al Viro2011-03-151-5/+48
| |/ |/|
* | CRED: Fix kernel panic upon security_file_alloc() failure.Tetsuo Handa2011-02-041-1/+1
* | fs: Remove unlikely() from fget_light()Steven Rostedt2011-01-171-1/+1
|/
* 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