aboutsummaryrefslogtreecommitdiff
path: root/fs/file.c
AgeCommit message (Expand)Author
2021-02-01fs: provide locked helper variant of close_fd_get_file()Jens Axboe
2020-12-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov
2020-12-19close_range: unshare all fds for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECChristian Brauner
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-10file: Remove get_files_structEric W. Biederman
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman
2020-12-10file: Merge __alloc_fd into alloc_fdEric W. Biederman
2020-12-10file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman
2020-12-10file: Merge __fd_install into fd_installEric W. Biederman
2020-12-10file: Implement task_lookup_next_fd_rcuEric W. Biederman
2020-12-10file: Implement task_lookup_fd_rcuEric W. Biederman
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman
2020-12-10file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman
2020-12-10exec: Remove reset_files_structEric W. Biederman
2020-12-04fs, close_range: add flag CLOSE_RANGE_CLOEXECGiuseppe Scrivano
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
2018-12-19binder: fix use-after-free due to ksys_close() during fdget()Todd Kjos
2018-11-27fs/file: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-05fs/file.c: trim includesAl Viro
2017-12-04fs: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-05vfs: grab the lock instead of blocking in __fd_install during resizingMateusz Guzik
2017-11-05vfs: stop clearing close on exec when closing a fdMateusz Guzik
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman