summaryrefslogtreecommitdiff
path: root/fs/file.c
AgeCommit message (Expand)Author
2025-10-29fs: always return zero on success from replace_fd()Thomas Weißschuh
2025-08-28alloc_fdtable(): change calling conventions.Al Viro
2025-08-28fs: Prevent file descriptor table allocations exceeding INT_MAXSasha Levin
2025-02-01fs: fix missing declaration of init_filesZhang Kunbo
2024-09-04fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro
2024-08-19protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro
2024-07-27fs/file: fix the check in find_next_fd()Yuntao Wang
2024-06-21file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman
2024-06-21file: Merge __alloc_fd into alloc_fdEric W. Biederman
2024-06-21file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman
2024-06-21file: Merge __fd_install into fd_installEric W. Biederman
2024-06-21file: Implement task_lookup_next_fd_rcuEric W. Biederman
2024-06-21file: Implement task_lookup_fd_rcuEric W. Biederman
2024-06-21file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman
2024-06-21file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman
2024-06-21file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman
2024-06-21Revert "fget: clarify and improve __fget_files() implementation"Chuck Lever
2024-06-21exec: Remove reset_files_structEric W. Biederman
2023-08-11file: reinstate f_pos locking optimization for regular filesLinus Torvalds
2023-08-11file: always lock position for FMODE_ATOMIC_POSChristian Brauner
2023-03-17fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o
2023-01-04fs: provide locked helper variant of close_fd_get_file()Jens Axboe
2023-01-04file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2022-04-08fs: fix fd table size alignment properlyLinus Torvalds
2022-04-08fs: fd tables have to be multiples of BITS_PER_LONGLinus Torvalds
2022-02-23fget: clarify and improve __fget_files() implementationLinus Torvalds
2021-12-08fget: check that the fd still exists after getting a ref to itLinus Torvalds
2021-01-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov
2020-09-30io_uring: don't rely on weak ->files referencesJens Axboe
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-31fs: remove ksys_dupChristoph 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-06-17close_range: add CLOSE_RANGE_UNSHAREChristian Brauner
2020-06-17open: add close_range()Christian Brauner
2020-05-19fix multiplication overflow in copy_fdtable()Al Viro
2020-03-20io_uring: make sure openat/openat2 honor rlimit nofileJens Axboe
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-01-20fs: move filp_close() outside of __close_fd_get_file()Jens Axboe
2020-01-13vfs, fdtable: Add fget_task helperSargun Dhillon
2020-01-02Revert "fs: remove ksys_dup()"Dominik Brodowski
2019-12-12fs: remove ksys_dup()Dominik Brodowski
2019-11-26Revert "vfs: properly and reliably lock f_pos in fdget_pos()"Linus Torvalds
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-05fs/file.c: initialize init_files.resize_waitShuriyc Chu
2019-02-28fs: add fget_many() and fput_many()Jens Axboe
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds