summaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
Commit message (Expand)AuthorAgeFilesLines
* constify alloc_file()Al Viro2016-12-051-1/+1
* fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2015-08-071-9/+15
* remove the pointless include of lglock.hAl Viro2015-06-231-1/+0
* ->aio_read and ->aio_write removedAl Viro2015-04-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-10/+2
|\
| * fs/file_table.c: Update alloc_file() commentEric Biggers2014-10-121-10/+2
* | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-0/+6
|\
| * new methods: ->read_iter() and ->write_iter()Al Viro2014-05-061-2/+4
| * replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-061-0/+4
* | fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-39/+4
|\
| * get rid of files_defer_init()Al Viro2014-04-011-1/+0
| * mark struct file that had write access grabbed by open()Al Viro2014-04-011-33/+4
| * get rid of DEBUG_WRITECOUNTAl Viro2014-04-011-5/+0
| * don't bother with {get,put}_write_access() on non-regular filesAl Viro2014-04-011-2/+2
* | Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-04-041-1/+1
|\ \ | |/ |/|
| * locks: rename locks_remove_flock to locks_remove_fileJeff Layton2014-03-311-1/+1
* | vfs: atomic f_pos accesses as per POSIXLinus Torvalds2014-03-101-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-127/+2
|\
| * get rid of s_files and files_lockAl Viro2013-11-091-125/+0
| * file->f_op is never NULL...Al Viro2013-10-241-2/+2
* | nfsd regression since delayed fput()Al Viro2013-10-201-2/+2
|/
* fs/file_table.c:fput(): make comment more truthfulAndrew Morton2013-09-111-2/+1
* only regular files with FMODE_WRITE need to be on s_filesAl Viro2013-09-031-2/+4
* fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2013-07-131-15/+10
* fs/file_table.c:fput(): add commentAndrew Morton2013-07-131-0/+6
* Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells2013-06-291-1/+1
* fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov2013-06-151-9/+10
* cache the value of file_inode() in struct fileAl Viro2013-03-011-0/+2
* fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-221-1/+1
* propagate error from get_empty_filp() to its callersAl Viro2013-02-221-14/+13
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara2012-12-201-1/+1
* 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
|\ \ | |/ |/|
OpenPOWER on IntegriCloud