summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman5-22/+25
2015-06-23remove the pointless include of lglock.hAl Viro1-1/+0
2015-04-12->aio_read and ->aio_write removedAl Viro8-54/+9
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds74-960/+889
2014-10-12fs/file_table.c: Update alloc_file() commentEric Biggers1-10/+2
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo23-42/+49
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds102-2028/+1796
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches5-6/+6
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro7-13/+121
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro6-11/+23
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds12-184/+356
2014-04-02get rid of files_defer_init()Al Viro3-10/+4
2014-04-02mark struct file that had write access grabbed by open()Al Viro4-41/+11
2014-04-02get rid of DEBUG_WRITECOUNTAl Viro10-78/+0
2014-04-02don't bother with {get,put}_write_access() on non-regular filesAl Viro2-21/+9
2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton3-4/+4
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds6-18/+55
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds159-2491/+2099
2013-11-09get rid of s_files and files_lockAl Viro5-156/+2
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-10-20nfsd regression since delayed fput()Al Viro1-2/+2
2013-09-11fs/file_table.c:fput(): make comment more truthfulAndrew Morton1-2/+1
2013-09-04only regular files with FMODE_WRITE need to be on s_filesAl Viro1-2/+4
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2-15/+12
2013-07-13fs/file_table.c:fput(): add commentAndrew Morton1-0/+6
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells3-6/+6
2013-06-15fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov1-9/+10
2013-03-02cache the value of file_inode() in struct fileAl Viro3-2/+6
2013-02-23fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov8-22/+19
2013-02-23propagate error from get_empty_filp() to its callersAl Viro3-30/+28
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-12-20fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara1-1/+1
2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan2-2/+8
2012-10-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds52-463/+3546
2012-09-27take fget() and friends to fs/file.cAl Viro2-106/+106
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 Kara5-24/+85
2012-07-29uninline file_free_rcu()Al Viro1-1/+1
2012-07-22switch fput to task_work_addAl Viro3-3/+75
2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro1-8/+1
2012-05-30brlocks/lglocks: API cleanupsAndi Kleen6-95/+96
2012-05-30brlocks/lglocks: turn into functionsAndi Kleen5-102/+117
2012-03-21vfs: drop_file_write_access() made staticAl Viro2-3/+1
2012-01-07vfs: prevent remount read-only if pending removesMiklos Szeredi4-29/+7
2011-07-26atomic: use <linux/atomic.h>Arun Sharma439-448/+427
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 Torvalds85-712/+1549
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro3-2/+4
[next]