summaryrefslogtreecommitdiff
path: root/fs/file.c
AgeCommit message (Expand)Author
2023-12-12file: remove __receive_fd()Christian Brauner
2023-12-12file: remove pointless wrapperChristian Brauner
2023-12-12file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner
2023-12-12Improve __fget_files_rcu() code generation (and thus __fget_light())Linus Torvalds
2023-10-25file, i915: fix file reference for mmap_singleton()Christian Brauner
2023-10-19backing file: free directlyChristian Brauner
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)
2023-08-06fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner
2023-08-04file: reinstate f_pos locking optimization for regular filesLinus Torvalds
2023-08-04file: mostly eliminate spurious relocking in __range_closeMateusz Guzik
2023-07-24file: always lock position for FMODE_ATOMIC_POSChristian Brauner
2023-03-09fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o
2022-10-31fs: use acquire ordering in __fget_light()Jann Horn
2022-06-29gfs2: Add glockfd debugfs fileAndreas Gruenbacher
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro
2022-05-14Unify the primitives for file descriptor closingAl Viro
2022-05-14fs: remove fget_many and fput_many interfaceGou Hao
2022-03-29fs: fix fd table size alignment properlyLinus Torvalds
2022-03-29fs: fd tables have to be multiples of BITS_PER_LONGLinus Torvalds
2021-12-13fget: clarify and improve __fget_files() implementationLinus Torvalds
2021-12-03fget: check that the fd still exists after getting a ref to itLinus Torvalds
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-06file: Export receive_fd() to modulesXie Yongji
2021-08-31Merge tag 'fs.close_range.v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-05-03Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-16fs: split receive_fd_replace from __receive_fdChristoph Hellwig
2021-04-02file: simplify logic in __close_range()Christian Brauner
2021-04-02file: fix close_range() for unshare+cloexecChristian Brauner
2021-04-02file: let pick_file() tell caller it's doneChristian Brauner
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