aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/file.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-08fs: predict not having to do anything in fdput()Mateusz Guzik1-1/+1
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2024-11-03introduce "fd_pos" class, convert fdget_pos() users to it.Al Viro1-0/+1
2024-11-03net/socket.c: switch to CLASS(fd)Al Viro1-6/+0
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro1-0/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-26/+27
2024-09-16Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2
2024-08-12add struct fd constructors, get rid of __to_fd()Al Viro1-22/+11
2024-08-12struct fd: representation changeAl Viro1-6/+16
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-2/+4
2024-08-12file: fix typo in take_fd() commentMathias Krause1-1/+1
2024-08-09file: add fput() cleanup helperChristian Brauner1-0/+2
2024-06-28file: add take_fd() cleanup helperChristian Brauner1-0/+20
2024-05-09file: add fd_raw cleanup classChristian Brauner1-0/+1
2024-02-25file: add alloc_file_pseudo_noaccount()Christian Brauner1-0/+2
2023-12-12file: remove __receive_fd()Christian Brauner1-4/+1
2023-12-12file: stop exposing receive_fd_user()Christian Brauner1-7/+0
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra1-0/+6
2022-05-14fs: remove fget_many and fput_many interfaceGou Hao1-2/+0
2021-09-06file: Export receive_fd() to modulesXie Yongji1-4/+3
2021-04-16fs: split receive_fd_replace from __receive_fdChristoph Hellwig1-7/+4
2020-07-13fs: Expand __receive_fd() to accept existing fdKees Cook1-3/+7
2020-07-13fs: Add receive_fd() wrapper for __receive_fd()Kees Cook1-0/+7
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Kees Cook1-0/+8
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig1-0/+2
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe1-0/+1
2020-01-13vfs, fdtable: Add fget_task helperSargun Dhillon1-0/+2
2019-02-28fs: add fget_many() and fput_many()Jens Axboe1-0/+2
2018-07-12make alloc_file() staticAl Viro1-2/+0
2018-07-12new helper: alloc_file_clone()Al Viro1-0/+2
2018-07-12new wrapper: alloc_file_pseudo()Al Viro1-0/+3
2018-07-12fold put_filp() into fput()Al Viro1-1/+0
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-05constify alloc_file()Al Viro1-1/+1
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro1-0/+13
2014-12-10include/linux/file.h: remove get_unused_fd() macroYann Droneaud1-1/+0
2014-03-10get rid of fget_light()Al Viro1-10/+11
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds1-2/+4
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-2/+3
2012-09-26new helpers: fdget()/fdput()Al Viro1-0/+26
2012-09-26make expand_files() and alloc_fd() staticAl Viro1-1/+0
2012-09-26new helper: replace_fd()Al Viro1-0/+1
2012-09-26take purely descriptor-related stuff from fcntl.c to file.cAl Viro1-0/+2
2012-09-26make get_unused_fd_flags() a functionAl Viro1-2/+2
2012-07-22switch fput to task_work_addAl Viro1-0/+3
2012-03-20vfs: drop_file_write_access() made staticAl Viro1-1/+0
2011-03-15New kind of open files - "location only".Al Viro1-0/+2
2011-01-17fs: Remove unlikely() from fput_light()Steven Rostedt1-1/+1
2010-05-27get rid of the magic around f_count in aioAl Viro1-1/+0