summaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-01cache the value of file_inode() in struct fileAl Viro1-0/+2
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-1/+1
2013-02-22propagate error from get_empty_filp() to its callersAl Viro1-14/+13
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-20fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara1-1/+1
2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan1-1/+1
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2012-09-26take fget() and friends to fs/file.cAl Viro1-106/+0
2012-09-07vfs: move ima_file_free before releasing the fileMimi Zohar1-1/+1
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara1-1/+1
2012-07-29uninline file_free_rcu()Al Viro1-1/+1
2012-07-22switch fput to task_work_addAl Viro1-2/+70
2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro1-8/+1
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen1-8/+8
2012-05-29brlocks/lglocks: turn into functionsAndi Kleen1-1/+0
2012-03-20vfs: drop_file_write_access() made staticAl Viro1-2/+1
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi1-23/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+3
2011-03-16fix cdev leak on O_PATH final fput()Miklos Szeredi1-1/+3
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+4
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro1-0/+2
2011-03-15New kind of open files - "location only".Al Viro1-5/+48
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris1-2/+2
2011-02-10IMA: maintain i_readcount in the VFS layerMimi Zohar1-1/+4
2011-02-04CRED: Fix kernel panic upon security_file_alloc() failure.Tetsuo Handa1-1/+1
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