aboutsummaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-06fs: new infrastructure for writeback error handling and reportingGravatar Jeff Layton 1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-12-05constify alloc_file()Gravatar Al Viro 1-1/+1
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationGravatar Mel Gorman 1-9/+15
2015-06-23remove the pointless include of lglock.hGravatar Al Viro 1-1/+0
2015-04-11->aio_read and ->aio_write removedGravatar Al Viro 1-2/+2
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+2
2014-10-12fs/file_table.c: Update alloc_file() commentGravatar Eric Biggers 1-10/+2
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Gravatar Tejun Heo 1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-2/+2
2014-05-06new methods: ->read_iter() and ->write_iter()Gravatar Al Viro 1-2/+4
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeGravatar Al Viro 1-0/+4
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-39/+4
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+1
2014-04-01get rid of files_defer_init()Gravatar Al Viro 1-1/+0
2014-04-01mark struct file that had write access grabbed by open()Gravatar Al Viro 1-33/+4
2014-04-01get rid of DEBUG_WRITECOUNTGravatar Al Viro 1-5/+0
2014-04-01don't bother with {get,put}_write_access() on non-regular filesGravatar Al Viro 1-2/+2
2014-03-31locks: rename locks_remove_flock to locks_remove_fileGravatar Jeff Layton 1-1/+1
2014-03-10vfs: atomic f_pos accesses as per POSIXGravatar Linus Torvalds 1-0/+1
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