aboutsummaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
Commit message (Expand)AuthorAgeFilesLines
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-3/+4
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-21/+48
|\
| * vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi2018-07-181-21/+48
* | make alloc_file() staticAl Viro2018-07-121-2/+1
* | new helper: alloc_file_clone()Al Viro2018-07-121-0/+11
* | new wrapper: alloc_file_pseudo()Al Viro2018-07-121-0/+27
|/
* fold put_filp() into fput()Al Viro2018-07-121-10/+5
* introduce FMODE_OPENEDAl Viro2018-07-121-0/+1
* pass ->f_flags value to alloc_empty_file()Al Viro2018-07-121-4/+4
* pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro2018-07-121-3/+2
* alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-8/+9
* fold security_file_free() into file_free()Al Viro2018-07-101-6/+4
* vfs: remove unused hardirq.hYang Shi2017-12-071-1/+0
* fs, mm: account filp cache to kmemcgShakeel Butt2017-11-151-1/+1
* ima: call ima_file_free() prior to calling fasyncMimi Zohar2017-11-081-1/+1
* fput: Don't reinvent the wheel but use existing llist APIByungchul Park2017-08-281-7/+5
* fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-061-0/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* 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