summaryrefslogtreecommitdiff
path: root/include/linux/file.h
AgeCommit message (Expand)Author
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-03introduce "fd_pos" class, convert fdget_pos() users to it.Al Viro
2024-11-03net/socket.c: switch to CLASS(fd)Al Viro
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-08-12add struct fd constructors, get rid of __to_fd()Al Viro
2024-08-12struct fd: representation changeAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-12file: fix typo in take_fd() commentMathias Krause
2024-08-09file: add fput() cleanup helperChristian Brauner
2024-06-28file: add take_fd() cleanup helperChristian Brauner
2024-05-09file: add fd_raw cleanup classChristian Brauner
2024-02-25file: add alloc_file_pseudo_noaccount()Christian Brauner
2023-12-12file: remove __receive_fd()Christian Brauner
2023-12-12file: stop exposing receive_fd_user()Christian Brauner
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra
2022-05-14fs: remove fget_many and fput_many interfaceGou Hao
2021-09-06file: Export receive_fd() to modulesXie Yongji
2021-04-16fs: split receive_fd_replace from __receive_fdChristoph Hellwig
2020-07-13fs: Expand __receive_fd() to accept existing fdKees Cook
2020-07-13fs: Add receive_fd() wrapper for __receive_fd()Kees Cook
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Kees Cook
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe
2020-01-13vfs, fdtable: Add fget_task helperSargun Dhillon
2019-02-28fs: add fget_many() and fput_many()Jens Axboe
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-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-05constify alloc_file()Al Viro
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro
2014-12-10include/linux/file.h: remove get_unused_fd() macroYann Droneaud
2014-03-10get rid of fget_light()Al Viro
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26new helpers: fdget()/fdput()Al Viro
2012-09-26make expand_files() and alloc_fd() staticAl Viro
2012-09-26new helper: replace_fd()Al Viro
2012-09-26take purely descriptor-related stuff from fcntl.c to file.cAl Viro
2012-09-26make get_unused_fd_flags() a functionAl Viro
2012-07-22switch fput to task_work_addAl Viro
2012-03-20vfs: drop_file_write_access() made staticAl Viro
2011-03-15New kind of open files - "location only".Al Viro
2011-01-17fs: Remove unlikely() from fput_light()Steven Rostedt
2010-05-27get rid of the magic around f_count in aioAl Viro
2009-12-16switch alloc_file() to passing struct pathAl Viro