aboutsummaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+9
2022-07-16fs: remove no_llseekGravatar Jason A. Donenfeld 1-1/+1
2022-07-16fs: clear or set FMODE_LSEEK based on llseek functionGravatar Jason A. Donenfeld 1-0/+2
2022-06-10keep iocb_flags() result cached in struct fileGravatar Al Viro 1-0/+1
2022-06-10struct file: use anonymous union member for rcuhead and llistGravatar Al Viro 1-8/+8
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+2
2022-05-14fs: remove fget_many and fput_many interfaceGravatar Gou Hao 1-7/+2
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Gravatar Trond Myklebust 1-0/+1
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Gravatar Luis Chamberlain 1-2/+6
2022-02-09Fix regression due to "fs: move binfmt_misc sysctl to its own file"Gravatar Domenico Andreoli 1-0/+2
2022-01-22fs: move fs stat sysctls to file_table.cGravatar Luis Chamberlain 1-8/+39
2020-10-25epoll: take epitem list out of struct fileGravatar Al Viro 1-1/+0
2020-10-17task_work: cleanup notification modesGravatar Jens Axboe 1-1/+1
2020-06-29Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"Gravatar Mel Gorman 1-1/+1
2020-06-16fs: Do not check if there is a fsnotify watcher on pseudo inodesGravatar Mel Gorman 1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+2
2020-06-02vfs: track per-sb writeback errors and report them to syncfsGravatar Jeff Layton 1-0/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-2/+2
2019-08-19vfs: Export flush_delayed_fput for use by knfsd.Gravatar Trond Myklebust 1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountGravatar Al Viro 1-3/+6
2019-02-28fs: add fget_many() and fput_many()Gravatar Jens Axboe 1-2/+7
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionGravatar Arun KS 1-3/+4
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-21/+48
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesGravatar Miklos Szeredi 1-21/+48
2018-07-12make alloc_file() staticGravatar Al Viro 1-2/+1
2018-07-12new helper: alloc_file_clone()Gravatar Al Viro 1-0/+11
2018-07-12new wrapper: alloc_file_pseudo()Gravatar Al Viro 1-0/+27
2018-07-12fold put_filp() into fput()Gravatar Al Viro 1-10/+5
2018-07-12introduce FMODE_OPENEDGravatar Al Viro 1-0/+1
2018-07-12pass ->f_flags value to alloc_empty_file()Gravatar Al Viro 1-4/+4
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsGravatar Al Viro 1-3/+2
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeGravatar Al Viro 1-8/+9
2018-07-10fold security_file_free() into file_free()Gravatar Al Viro 1-6/+4
2017-12-07vfs: remove unused hardirq.hGravatar Yang Shi 1-1/+0
2017-11-15fs, mm: account filp cache to kmemcgGravatar Shakeel Butt 1-1/+1
2017-11-08ima: call ima_file_free() prior to calling fasyncGravatar Mimi Zohar 1-1/+1
2017-08-28fput: Don't reinvent the wheel but use existing llist APIGravatar Byungchul Park 1-7/+5
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