summaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)Author
2023-08-08fs: use __fput_sync in close(2)Linus Torvalds
2023-07-02fs: move cleanup from init_file() into its callersAmir Goldstein
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein
2023-06-19fs: move kmem_cache_zalloc() into alloc_empty_file*() helpersAmir Goldstein
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-08-16locks: fix TOCTOU race when granting write leaseAmir Goldstein
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-07-16fs: clear or set FMODE_LSEEK based on llseek functionJason A. Donenfeld
2022-06-10keep iocb_flags() result cached in struct fileAl Viro
2022-06-10struct file: use anonymous union member for rcuhead and llistAl Viro
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-14fs: remove fget_many and fput_many interfaceGou Hao
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain
2022-02-09Fix regression due to "fs: move binfmt_misc sysctl to its own file"Domenico Andreoli
2022-01-22fs: move fs stat sysctls to file_table.cLuis Chamberlain
2020-10-25epoll: take epitem list out of struct fileAl Viro
2020-10-17task_work: cleanup notification modesJens Axboe
2020-06-29Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"Mel Gorman
2020-06-16fs: Do not check if there is a fsnotify watcher on pseudo inodesMel Gorman
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-08-19vfs: Export flush_delayed_fput for use by knfsd.Trond Myklebust
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro
2019-02-28fs: add fget_many() and fput_many()Jens Axboe
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi
2018-07-12make alloc_file() staticAl Viro
2018-07-12new helper: alloc_file_clone()Al Viro
2018-07-12new wrapper: alloc_file_pseudo()Al Viro
2018-07-12fold put_filp() into fput()Al Viro
2018-07-12introduce FMODE_OPENEDAl Viro
2018-07-12pass ->f_flags value to alloc_empty_file()Al Viro
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-07-10fold security_file_free() into file_free()Al Viro
2017-12-07vfs: remove unused hardirq.hYang Shi
2017-11-15fs, mm: account filp cache to kmemcgShakeel Butt
2017-11-08ima: call ima_file_free() prior to calling fasyncMimi Zohar
2017-08-28fput: Don't reinvent the wheel but use existing llist APIByungchul Park
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-12-05constify alloc_file()Al Viro
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman
2015-06-23remove the pointless include of lglock.hAl Viro