summaryrefslogtreecommitdiff
path: root/include/linux/file.h
AgeCommit message (Expand)Author
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
2009-12-16get rid of init_file()Al Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Al Viro
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper
2006-12-22[PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov