- 678379e close_range(): fix the logics in descriptor table trimming by Al Viro · 4 months ago
- f8ffbc3 Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 months ago
- 215ab0d file: remove outdated comment after close_fd() by Joel Savitz · 5 months ago
- de12c33 add struct fd constructors, get rid of __to_fd() by Al Viro · 7 months ago
- 9a2fa14 fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE by Al Viro · 5 months ago
- 8aa37bd protect the fetch of ->fd[fd] in do_dup2() from mispredictions by Al Viro · 5 months ago
- ed8c7fb fs/file: fix the check in find_next_fd() by Yuntao Wang · 7 months ago
- 613aee9 get_file_rcu(): no need to check for NULL separately by Al Viro · 11 months ago
- c4aab26 fd_is_open(): move to fs/file.c by Al Viro · 12 months ago
- f60d374 close_on_exec(): pass files_struct instead of fdtable by Al Viro · 12 months ago
- 4e94ddf file: remove __receive_fd() by Christian Brauner · 1 year, 1 month ago
- 24fa3ae file: remove pointless wrapper by Christian Brauner · 1 year, 1 month ago
- a88c955 file: s/close_fd_get_file()/file_close_fd()/g by Christian Brauner · 1 year, 1 month ago
- 253ca86 Improve __fget_files_rcu() code generation (and thus __fget_light()) by Linus Torvalds · 1 year, 1 month ago
- 61d4fb0 file, i915: fix file reference for mmap_singleton() by Christian Brauner · 1 year, 2 months ago
- 6cf41fc backing file: free directly by Christian Brauner · 1 year, 3 months ago
- 0ede61d file: convert to SLAB_TYPESAFE_BY_RCU by Christian Brauner · 1 year, 3 months ago
- de16588 Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 4 months ago
- 35931eb3 fs: Fix kernel-doc warnings by Matthew Wilcox (Oracle) · 1 year, 4 months ago
- 7d84d1b fs: rely on ->iterate_shared to determine f_pos locking by Christian Brauner · 1 year, 5 months ago
- 7979642 file: reinstate f_pos locking optimization for regular files by Linus Torvalds · 1 year, 5 months ago
- ed192c5 file: mostly eliminate spurious relocking in __range_close by Mateusz Guzik · 1 year, 5 months ago
- 20ea1e7 file: always lock position for FMODE_ATOMIC_POS by Christian Brauner · 1 year, 5 months ago
- 609d544 fs: prevent out-of-bounds array speculation when closing a file descriptor by Theodore Ts'o · 1 year, 10 months ago
- 7ee47dc fs: use acquire ordering in __fget_light() by Jann Horn · 2 years, 2 months ago
- 4480c27 gfs2: Add glockfd debugfs file by Andreas Gruenbacher · 2 years, 6 months ago
- 40a1926 fix the breakage in close_fd_get_file() calling conventions change by Al Viro · 2 years, 7 months ago
- 6319194e Unify the primitives for file descriptor closing by Al Viro · 2 years, 7 months ago
- 81132a3 fs: remove fget_many and fput_many interface by Gou Hao · 3 years, 2 months ago
- d888c83 fs: fix fd table size alignment properly by Linus Torvalds · 2 years, 9 months ago
- 1c24a18 fs: fd tables have to be multiples of BITS_PER_LONG by Linus Torvalds · 2 years, 9 months ago
- e386dfc fget: clarify and improve __fget_files() implementation by Linus Torvalds · 3 years ago
- 054aa8d fget: check that the fd still exists after getting a ref to it by Linus Torvalds · 3 years, 1 month ago
- 78e7095 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 3 months ago
- 9c93005 file: Export receive_fd() to modules by Xie Yongji · 3 years, 4 months ago
- 927bc12 Merge tag 'fs.close_range.v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 4 months ago
- 23806a3 Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
- 42eb0d5 fs: split receive_fd_replace from __receive_fd by Christoph Hellwig · 3 years, 9 months ago
- 03ba0fe file: simplify logic in __close_range() by Christian Brauner · 3 years, 9 months ago
- 9b5b8722 file: fix close_range() for unshare+cloexec by Christian Brauner · 3 years, 9 months ago
- f49fd6d file: let pick_file() tell caller it's done by Christian Brauner · 3 years, 9 months ago
- 53dec2e fs: provide locked helper variant of close_fd_get_file() by Jens Axboe · 4 years ago
- b1b6b5a kernel/io_uring: cancel io_uring before task works by Pavel Begunkov · 4 years ago
- fec8a6a close_range: unshare all fds for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXEC by Christian Brauner · 4 years ago
- faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years ago
- fa67bf8 file: Remove get_files_struct by Eric W. Biederman · 4 years, 1 month ago
- 9fe83c4 file: Rename __close_fd_get_file close_fd_get_file by Eric W. Biederman · 4 years, 1 month ago
- 8760c90 file: Rename __close_fd to close_fd and remove the files parameter by Eric W. Biederman · 4 years, 1 month ago
- aa384d1 file: Merge __alloc_fd into alloc_fd by Eric W. Biederman · 4 years, 1 month ago
- e06b53c file: In f_dupfd read RLIMIT_NOFILE once. by Eric W. Biederman · 4 years, 1 month ago
- d74ba04 file: Merge __fd_install into fd_install by Eric W. Biederman · 4 years, 1 month ago
- e9a53ae file: Implement task_lookup_next_fd_rcu by Eric W. Biederman · 4 years, 1 month ago
- 3a879fb file: Implement task_lookup_fd_rcu by Eric W. Biederman · 4 years, 1 month ago
- f36c294 file: Replace fcheck_files with files_lookup_fd_rcu by Eric W. Biederman · 4 years, 1 month ago
- 120ce2b file: Factor files_lookup_fd_locked out of fcheck_files by Eric W. Biederman · 4 years, 1 month ago
- bebf684 file: Rename __fcheck_files to files_lookup_fd_raw by Eric W. Biederman · 4 years, 1 month ago
- 950db38f exec: Remove reset_files_struct by Eric W. Biederman · 4 years, 1 month ago
- 582f1fb fs, close_range: add flag CLOSE_RANGE_CLOEXEC by Giuseppe Scrivano · 4 years, 1 month ago
- 0f21220 io_uring: don't rely on weak ->files references by Jens Axboe · 4 years, 3 months ago
- e1ec517 Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 4 months ago
- 4f30a60 Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
- bc1cd99 fs: remove ksys_dup by Christoph Hellwig · 4 years, 5 months ago
- 17381715 fs: Expand __receive_fd() to accept existing fd by Kees Cook · 4 years, 6 months ago
- deefa7f fs: Add receive_fd() wrapper for __receive_fd() by Kees Cook · 4 years, 6 months ago
- 6659061 fs: Move __scm_install_fd() to __receive_fd() by Kees Cook · 4 years, 6 months ago
- 60997c3 close_range: add CLOSE_RANGE_UNSHARE by Christian Brauner · 4 years, 7 months ago
- 278a5fb open: add close_range() by Christian Brauner · 6 years ago
- 4e89b72 fix multiplication overflow in copy_fdtable() by Al Viro · 4 years, 7 months ago
- 4022e7a io_uring: make sure openat/openat2 honor rlimit nofile by Jens Axboe · 4 years, 9 months ago
- 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 11 months ago
- 6e802a4 fs: move filp_close() outside of __close_fd_get_file() by Jens Axboe · 5 years ago
- 5e876fb vfs, fdtable: Add fget_task helper by Sargun Dhillon · 5 years ago
- 74f1a29 Revert "fs: remove ksys_dup()" by Dominik Brodowski · 5 years ago
- 8243186 fs: remove ksys_dup() by Dominik Brodowski · 6 years ago
- 2be7d34 Revert "vfs: properly and reliably lock f_pos in fdget_pos()" by Linus Torvalds · 5 years ago
- 0be0ee7 vfs: properly and reliably lock f_pos in fdget_pos() by Linus Torvalds · 5 years ago
- 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 5704a06 fs/file.c: initialize init_files.resize_wait by Shuriyc Chu · 6 years ago
- 091141a fs: add fget_many() and fput_many() by Jens Axboe · 6 years ago
- 457fa34 Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
- 80cd795 binder: fix use-after-free due to ksys_close() during fdget() by Todd Kjos · 6 years ago
- c93ffc1 fs/file: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
- 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
- c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
- 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- d6b4dcf fs/file.c: trim includes by Al Viro · 7 years ago
- 388a4c8 fs: Eliminate cond_resched_rcu_qs() in favor of cond_resched() by Paul E. McKenney · 7 years ago
- ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- c02b1a9 vfs: grab the lock instead of blocking in __fd_install during resizing by Mateusz Guzik · 7 years ago
- 5297908 vfs: stop clearing close on exec when closing a fd by Mateusz Guzik · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- c823bd9 fs/file.c: replace alloc_fdmem() with kvmalloc() alternative by Michal Hocko · 7 years ago
- 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 9b80a18 fs/file: more unsigned file descriptors by Alexey Dobriyan · 8 years ago
- 63b6df1 give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() by Al Viro · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 752343b fs/file.c: __const_max is actually __const_min :-) by Rasmus Villemoes · 9 years ago
- ea5c58e vfs: clear remainder of 'full_fds_bits' in dup_fd() by Eric Biggers · 9 years ago
- fc90888 vfs: conditionally clear close-on-exec flag by Linus Torvalds · 9 years ago