summaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds3 days1-3/+8
|\
| * file: port to struct kmem_cache_argsChristian Brauner11 days1-3/+8
* | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds5 days1-5/+11
|\ \
| * | fs: add f_pipeChristian Brauner9 days1-0/+7
| |/
| * fs: use kmem_cache_create_rcu()Christian Brauner2024-08-291-3/+3
| * file: reclaim 24 bytes from f_ownerChristian Brauner2024-08-281-2/+1
* | Fixed: fs: file_table_c: Missing blank line warnings and struct declaration i...Mohit04042024-08-191-1/+4
|/
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-2/+1
|\
| * ima: Move to LSM infrastructureRoberto Sassu2024-02-151-2/+0
| * security: Introduce file_release hookRoberto Sassu2024-02-151-0/+1
* | file: add alloc_file_pseudo_noaccount()Christian Brauner2024-02-251-0/+24
* | file: prepare for new helperChristian Brauner2024-02-251-18/+41
|/
* Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-5/+0
|\
| * d_alloc_pseudo(): move setting ->d_op there from the (sole) callerAl Viro2023-11-251-5/+0
* | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\ \
| * | fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
| |/
* | fs: replace f_rcuhead with f_task_workChristian Brauner2023-12-121-3/+3
* | file: massage cleanup of files that failed to openAl Viro2023-12-121-12/+4
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* | fs: store real path instead of fake path in backing file f_pathAmir Goldstein2023-10-191-6/+6
* | backing file: free directlyChristian Brauner2023-10-191-8/+1
* | file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2023-10-191-17/+23
* | vfs: shave work on failed file openMateusz Guzik2023-10-191-0/+12
|/
* fs: use __fput_sync in close(2)Linus Torvalds2023-08-081-4/+1
* fs: move cleanup from init_file() into its callersAmir Goldstein2023-07-021-4/+10
* fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein2023-06-191-2/+48
* fs: move kmem_cache_zalloc() into alloc_empty_file*() helpersAmir Goldstein2023-06-191-15/+26
* filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
* locks: fix TOCTOU race when granting write leaseAmir Goldstein2022-08-161-6/+1
* Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-8/+9
|\
| * keep iocb_flags() result cached in struct fileAl Viro2022-06-101-0/+1
| * struct file: use anonymous union member for rcuhead and llistAl Viro2022-06-101-8/+8
* | fs: remove no_llseekJason A. Donenfeld2022-07-161-1/+1
* | fs: clear or set FMODE_LSEEK based on llseek functionJason A. Donenfeld2022-07-161-0/+2
|/
* Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-041-7/+2
|\
| * fs: remove fget_many and fput_many interfaceGou Hao2022-05-141-7/+2
* | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-071-0/+1
|/
* fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain2022-02-171-2/+6
* Fix regression due to "fs: move binfmt_misc sysctl to its own file"Domenico Andreoli2022-02-091-0/+2
* fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-221-8/+39
* epoll: take epitem list out of struct fileAl Viro2020-10-251-1/+0
* task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"Mel Gorman2020-06-291-1/+1
* fs: Do not check if there is a fsnotify watcher on pseudo inodesMel Gorman2020-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+2
|\
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+2
* | vfs: track per-sb writeback errors and report them to syncfsJeff Layton2020-06-021-0/+1
|/
* vfs: Export flush_delayed_fput for use by knfsd.Trond Myklebust2019-08-191-0/+1