name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/include/linux/file.h
AgeCommit message (Expand)Author
2025-04-08fs: predict not having to do anything in fdput()Mateusz Guzik
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