aboutsummaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2024-02-25file: add alloc_file_pseudo_noaccount()Gravatar Christian Brauner 1-0/+24
2024-02-25file: prepare for new helperGravatar Christian Brauner 1-18/+41
2024-02-15ima: Move to LSM infrastructureGravatar Roberto Sassu 1-2/+0
2024-02-15security: Introduce file_release hookGravatar Roberto Sassu 1-0/+1
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-5/+0
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-12-12fs: replace f_rcuhead with f_task_workGravatar Christian Brauner 1-3/+3
2023-12-12file: massage cleanup of files that failed to openGravatar Al Viro 1-12/+4
2023-11-25d_alloc_pseudo(): move setting ->d_op there from the (sole) callerGravatar Al Viro 1-5/+0
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-10-19fs: store real path instead of fake path in backing file f_pathGravatar Amir Goldstein 1-6/+6
2023-10-19backing file: free directlyGravatar Christian Brauner 1-8/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUGravatar Christian Brauner 1-17/+23
2023-10-19vfs: shave work on failed file openGravatar Mateusz Guzik 1-0/+12
2023-10-18treewide: mark stuff as __ro_after_initGravatar Alexey Dobriyan 1-1/+1
2023-08-08fs: use __fput_sync in close(2)Gravatar Linus Torvalds 1-4/+1
2023-07-02fs: move cleanup from init_file() into its callersGravatar Amir Goldstein 1-4/+10
2023-06-19fs: use backing_file container for internal files with "fake" f_pathGravatar Amir Goldstein 1-2/+48
2023-06-19fs: move kmem_cache_zalloc() into alloc_empty_file*() helpersGravatar Amir Goldstein 1-15/+26
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2022-08-16locks: fix TOCTOU race when granting write leaseGravatar Amir Goldstein 1-6/+1
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