aboutsummaryrefslogtreecommitdiff
path: root/include/linux/file.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-09file: add fd_raw cleanup classGravatar Christian Brauner 1-0/+1
2024-02-25file: add alloc_file_pseudo_noaccount()Gravatar Christian Brauner 1-0/+2
2023-12-12file: remove __receive_fd()Gravatar Christian Brauner 1-4/+1
2023-12-12file: stop exposing receive_fd_user()Gravatar Christian Brauner 1-7/+0
2023-06-26locking: Introduce __cleanup() based infrastructureGravatar Peter Zijlstra 1-0/+6
2022-05-14fs: remove fget_many and fput_many interfaceGravatar Gou Hao 1-2/+0
2021-09-06file: Export receive_fd() to modulesGravatar Xie Yongji 1-4/+3
2021-04-16fs: split receive_fd_replace from __receive_fdGravatar Christoph Hellwig 1-7/+4
2020-07-13fs: Expand __receive_fd() to accept existing fdGravatar Kees Cook 1-3/+7
2020-07-13fs: Add receive_fd() wrapper for __receive_fd()Gravatar Kees Cook 1-0/+7
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Gravatar Kees Cook 1-0/+8
2020-04-27sysctl: remove all extern declaration from sysctl.cGravatar Christoph Hellwig 1-0/+2
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileGravatar Jens Axboe 1-0/+1
2020-01-13vfs, fdtable: Add fget_task helperGravatar Sargun Dhillon 1-0/+2
2019-02-28fs: add fget_many() and fput_many()Gravatar Jens Axboe 1-0/+2
2018-07-12make alloc_file() staticGravatar Al Viro 1-2/+0
2018-07-12new helper: alloc_file_clone()Gravatar Al Viro 1-0/+2
2018-07-12new wrapper: alloc_file_pseudo()Gravatar Al Viro 1-0/+3
2018-07-12fold put_filp() into fput()Gravatar Al Viro 1-1/+0
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeGravatar Al Viro 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-05constify alloc_file()Gravatar Al Viro 1-1/+1
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Gravatar Al Viro 1-0/+13
2014-12-10include/linux/file.h: remove get_unused_fd() macroGravatar Yann Droneaud 1-1/+0
2014-03-10get rid of fget_light()Gravatar Al Viro 1-10/+11
2014-03-10vfs: atomic f_pos accesses as per POSIXGravatar Linus Torvalds 1-2/+4
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-2/+3
2012-09-26new helpers: fdget()/fdput()Gravatar Al Viro 1-0/+26
2012-09-26make expand_files() and alloc_fd() staticGravatar Al Viro 1-1/+0
2012-09-26new helper: replace_fd()Gravatar Al Viro 1-0/+1
2012-09-26take purely descriptor-related stuff from fcntl.c to file.cGravatar Al Viro 1-0/+2
2012-09-26make get_unused_fd_flags() a functionGravatar Al Viro 1-2/+2
2012-07-22switch fput to task_work_addGravatar Al Viro 1-0/+3
2012-03-20vfs: drop_file_write_access() made staticGravatar Al Viro 1-1/+0
2011-03-15New kind of open files - "location only".Gravatar Al Viro 1-0/+2
2011-01-17fs: Remove unlikely() from fput_light()Gravatar Steven Rostedt 1-1/+1
2010-05-27get rid of the magic around f_count in aioGravatar Al Viro 1-1/+0
2009-12-16switch alloc_file() to passing struct pathGravatar Al Viro 1-2/+3
2009-12-16get rid of init_file()Gravatar Al Viro 1-3/+0
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-2/+2
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Gravatar Al Viro 1-1/+2
2008-05-01[PATCH] split linux/file.hGravatar Al Viro 1-84/+2
2008-04-25[PATCH] sanitize unshare_files/reset_files_structGravatar Al Viro 1-1/+2
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessGravatar Dave Hansen 1-0/+1
2008-02-13include/linux: Remove all users of FASTCALL() macroGravatar Harvey Harrison 1-8/+8
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sGravatar Dave Hansen 1-0/+9
2007-07-16O_CLOEXEC for SCM_RIGHTSGravatar Ulrich Drepper 1-0/+1
2006-12-22[PATCH] fdtable: Provide free_fdtable() wrapperGravatar Vadim Lobanov 1-0/+5
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorGravatar Vadim Lobanov 1-6/+0
2006-12-10[PATCH] fdtable: Remove the free_files fieldGravatar Vadim Lobanov 1-2/+1