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