aboutsummaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-127/+2
2013-11-09get rid of s_files and files_lockGravatar Al Viro 1-125/+0
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-2/+2
2013-10-20nfsd regression since delayed fput()Gravatar Al Viro 1-2/+2
2013-09-11fs/file_table.c:fput(): make comment more truthfulGravatar Andrew Morton 1-2/+1
2013-09-03only regular files with FMODE_WRITE need to be on s_filesGravatar Al Viro 1-2/+4
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headGravatar Oleg Nesterov 1-15/+10
2013-07-13fs/file_table.c:fput(): add commentGravatar Andrew Morton 1-0/+6
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()Gravatar David Howells 1-1/+1
2013-06-15fput: task_work_add() can fail if the caller has passed exit_task_work()Gravatar Oleg Nesterov 1-9/+10
2013-03-01cache the value of file_inode() in struct fileGravatar Al Viro 1-0/+2
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Gravatar Anatol Pomozov 1-1/+1
2013-02-22propagate error from get_empty_filp() to its callersGravatar Al Viro 1-14/+13
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-12-20fs: Fix imbalance in freeze protection in mark_files_ro()Gravatar Jan Kara 1-1/+1
2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Gravatar Lai Jiangshan 1-1/+1
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2012-09-26take fget() and friends to fs/file.cGravatar Al Viro 1-106/+0
2012-09-07vfs: move ima_file_free before releasing the fileGravatar Mimi Zohar 1-1/+1
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Gravatar Jan Kara 1-1/+1
2012-07-29uninline file_free_rcu()Gravatar Al Viro 1-1/+1
2012-07-22switch fput to task_work_addGravatar Al Viro 1-2/+70
2012-07-14mark_files_ro(): don't bother with mntget/mntputGravatar Al Viro 1-8/+1
2012-05-29brlocks/lglocks: API cleanupsGravatar Andi Kleen 1-8/+8
2012-05-29brlocks/lglocks: turn into functionsGravatar Andi Kleen 1-1/+0
2012-03-20vfs: drop_file_write_access() made staticGravatar Al Viro 1-2/+1
2012-01-06vfs: prevent remount read-only if pending removesGravatar Miklos Szeredi 1-23/+0
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+3
2011-03-16fix cdev leak on O_PATH final fput()Gravatar Miklos Szeredi 1-1/+3
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+4
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsGravatar Al Viro 1-0/+2
2011-03-15New kind of open files - "location only".Gravatar Al Viro 1-5/+48
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextGravatar James Morris 1-2/+2
2011-02-10IMA: maintain i_readcount in the VFS layerGravatar Mimi Zohar 1-1/+4
2011-02-04CRED: Fix kernel panic upon security_file_alloc() failure.Gravatar Tetsuo Handa 1-1/+1
2011-01-17fs: Remove unlikely() from fget_light()Gravatar Steven Rostedt 1-1/+1
2010-10-26fs: allow for more than 2^31 filesGravatar Eric Dumazet 1-10/+7
2010-08-18fs: scale files_lockGravatar Nick Piggin 1-18/+90
2010-08-18fs: cleanup files_lock lockingGravatar Nick Piggin 1-24/+18
2010-08-12Revert "fsnotify: store struct file not struct path"Gravatar Linus Torvalds 1-9/+0
2010-08-11vfs: improve comment describing fget_light()Gravatar Tony Battersby 1-5/+14
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputGravatar Eric Paris 1-0/+9
2010-05-27get rid of the magic around f_count in aioGravatar Al Viro 1-11/+10
2010-03-06vfs: take f_lock on modifying f_mode after open timeGravatar Wu Fengguang 1-0/+2
2010-02-07Take ima_file_free() to proper place.Gravatar Al Viro 1-0/+1
2009-12-22alloc_file(): simplify handling of mnt_clone_write() errorsGravatar Roland Dreier 1-3/+1
2009-12-16re-export alloc_file()Gravatar Roland Dreier 1-0/+1
2009-12-16Untangling ima mess, part 1: alloc_file()Gravatar Al Viro 1-0/+2
2009-12-16fs: move get_empty_filp() deffinition to internal.hGravatar Eric Paris 1-0/+2