1. e386dfc fget: clarify and improve __fget_files() implementation by Linus Torvalds · 3 years, 1 month ago
  2. 054aa8d fget: check that the fd still exists after getting a ref to it by Linus Torvalds · 3 years, 1 month ago
  3. 78e7095 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 4 months ago
  4. 9c93005 file: Export receive_fd() to modules by Xie Yongji · 3 years, 4 months ago
  5. 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
  6. 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
  7. 42eb0d5 fs: split receive_fd_replace from __receive_fd by Christoph Hellwig · 3 years, 9 months ago
  8. 03ba0fe file: simplify logic in __close_range() by Christian Brauner · 3 years, 9 months ago
  9. 9b5b8722 file: fix close_range() for unshare+cloexec by Christian Brauner · 3 years, 9 months ago
  10. f49fd6d file: let pick_file() tell caller it's done by Christian Brauner · 3 years, 9 months ago
  11. 53dec2e fs: provide locked helper variant of close_fd_get_file() by Jens Axboe · 4 years ago
  12. b1b6b5a kernel/io_uring: cancel io_uring before task works by Pavel Begunkov · 4 years ago
  13. fec8a6a close_range: unshare all fds for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXEC by Christian Brauner · 4 years ago
  14. 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
  15. fa67bf8 file: Remove get_files_struct by Eric W. Biederman · 4 years, 1 month ago
  16. 9fe83c4 file: Rename __close_fd_get_file close_fd_get_file by Eric W. Biederman · 4 years, 1 month ago
  17. 8760c90 file: Rename __close_fd to close_fd and remove the files parameter by Eric W. Biederman · 4 years, 1 month ago
  18. aa384d1 file: Merge __alloc_fd into alloc_fd by Eric W. Biederman · 4 years, 1 month ago
  19. e06b53c file: In f_dupfd read RLIMIT_NOFILE once. by Eric W. Biederman · 4 years, 1 month ago
  20. d74ba04 file: Merge __fd_install into fd_install by Eric W. Biederman · 4 years, 1 month ago
  21. e9a53ae file: Implement task_lookup_next_fd_rcu by Eric W. Biederman · 4 years, 1 month ago
  22. 3a879fb file: Implement task_lookup_fd_rcu by Eric W. Biederman · 4 years, 1 month ago
  23. f36c294 file: Replace fcheck_files with files_lookup_fd_rcu by Eric W. Biederman · 4 years, 1 month ago
  24. 120ce2b file: Factor files_lookup_fd_locked out of fcheck_files by Eric W. Biederman · 4 years, 1 month ago
  25. bebf684 file: Rename __fcheck_files to files_lookup_fd_raw by Eric W. Biederman · 4 years, 1 month ago
  26. 950db38f exec: Remove reset_files_struct by Eric W. Biederman · 4 years, 1 month ago
  27. 582f1fb fs, close_range: add flag CLOSE_RANGE_CLOEXEC by Giuseppe Scrivano · 4 years, 1 month ago
  28. 0f21220 io_uring: don't rely on weak ->files references by Jens Axboe · 4 years, 4 months ago
  29. e1ec517 Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  30. 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
  31. bc1cd99 fs: remove ksys_dup by Christoph Hellwig · 4 years, 6 months ago
  32. 17381715 fs: Expand __receive_fd() to accept existing fd by Kees Cook · 4 years, 7 months ago
  33. deefa7f fs: Add receive_fd() wrapper for __receive_fd() by Kees Cook · 4 years, 7 months ago
  34. 6659061 fs: Move __scm_install_fd() to __receive_fd() by Kees Cook · 4 years, 7 months ago
  35. 60997c3 close_range: add CLOSE_RANGE_UNSHARE by Christian Brauner · 4 years, 7 months ago
  36. 278a5fb open: add close_range() by Christian Brauner · 6 years ago
  37. 4e89b72 fix multiplication overflow in copy_fdtable() by Al Viro · 4 years, 7 months ago
  38. 4022e7a io_uring: make sure openat/openat2 honor rlimit nofile by Jens Axboe · 4 years, 9 months ago
  39. 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  40. 6e802a4 fs: move filp_close() outside of __close_fd_get_file() by Jens Axboe · 5 years ago
  41. 5e876fb vfs, fdtable: Add fget_task helper by Sargun Dhillon · 5 years ago
  42. 74f1a29 Revert "fs: remove ksys_dup()" by Dominik Brodowski · 5 years ago
  43. 8243186 fs: remove ksys_dup() by Dominik Brodowski · 6 years ago
  44. 2be7d34 Revert "vfs: properly and reliably lock f_pos in fdget_pos()" by Linus Torvalds · 5 years ago
  45. 0be0ee7 vfs: properly and reliably lock f_pos in fdget_pos() by Linus Torvalds · 5 years ago
  46. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  47. 5704a06 fs/file.c: initialize init_files.resize_wait by Shuriyc Chu · 6 years ago
  48. 091141a fs: add fget_many() and fput_many() by Jens Axboe · 6 years ago
  49. 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
  50. 80cd795 binder: fix use-after-free due to ksys_close() during fdget() by Todd Kjos · 6 years ago
  51. c93ffc1 fs/file: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  52. 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  53. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
  54. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  55. d6b4dcf fs/file.c: trim includes by Al Viro · 7 years ago
  56. 388a4c8 fs: Eliminate cond_resched_rcu_qs() in favor of cond_resched() by Paul E. McKenney · 7 years ago
  57. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  58. c02b1a9 vfs: grab the lock instead of blocking in __fd_install during resizing by Mateusz Guzik · 7 years ago
  59. 5297908 vfs: stop clearing close on exec when closing a fd by Mateusz Guzik · 7 years ago
  60. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  61. c823bd9 fs/file.c: replace alloc_fdmem() with kvmalloc() alternative by Michal Hocko · 7 years ago
  62. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  63. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  64. 9b80a18 fs/file: more unsigned file descriptors by Alexey Dobriyan · 8 years ago
  65. 63b6df1 give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() by Al Viro · 9 years ago
  66. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  67. 752343b fs/file.c: __const_max is actually __const_min :-) by Rasmus Villemoes · 9 years ago
  68. ea5c58e vfs: clear remainder of 'full_fds_bits' in dup_fd() by Eric Biggers · 9 years ago
  69. fc90888 vfs: conditionally clear close-on-exec flag by Linus Torvalds · 9 years ago
  70. f3f86e3 vfs: Fix pathological performance case for __alloc_fd() by Linus Torvalds · 9 years ago
  71. 5ba97d2 fs/file.c: __fget() and dup2() atomicity rules by Eric Dumazet · 10 years ago
  72. 8a81252 fs/file.c: don't acquire files->file_lock in fd_install() by Eric Dumazet · 9 years ago
  73. 90f31d0 mm: rcu-protected get_mm_exe_file() by Konstantin Khlebnikov · 10 years ago
  74. 8d10a03 fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
  75. d6dd50e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. e983094 missing annotation in fs/file.c by Al Viro · 10 years ago
  77. bde6c3a rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops by Paul E. McKenney · 10 years ago
  78. f6c0a19 fs/file.c: don't open-code kvfree() by Al Viro · 11 years ago
  79. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  80. 7f4b36f get rid of files_defer_init() by Al Viro · 11 years ago
  81. b3fd4ea Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 99aea68 vfs: Don't let __fdget_pos() get FMODE_PATH files by Eric Biggers · 11 years ago
  83. bd2a31d get rid of fget_light() by Al Viro · 11 years ago
  84. add1f09 fs: Substitute rcu_access_pointer() for rcu_dereference_raw() by Paul E. McKenney · 11 years ago
  85. 96c7a2f fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem by Eric W. Biederman · 11 years ago
  86. e6ff9a9 fs: __fget_light() can use __fget() in slow path by Oleg Nesterov · 11 years ago
  87. ad46183 fs: factor out common code in fget_light() and fget_raw_light() by Oleg Nesterov · 11 years ago
  88. 1deb46e fs: factor out common code in fget() and fget_raw() by Oleg Nesterov · 11 years ago
  89. ce08b62 change close_files() to use rcu_dereference_raw(files->fdt) by Oleg Nesterov · 11 years ago
  90. a8d4b83 introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty() by Oleg Nesterov · 11 years ago
  91. ac3e3c5 don't bother with deferred freeing of fdtables by Al Viro · 12 years ago
  92. eece09e locking: Various static lock initializer fixes by Thomas Gleixner · 13 years ago
  93. 6ae1417 misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  94. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  95. a77cfcb fix off-by-one in argument passed by iterate_fd() to callbacks by Al Viro · 12 years ago
  96. c414467 kill daemonize() by Al Viro · 12 years ago
  97. 8d93810 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  98. 5a84776 kill bogus BUG_ON() in do_close_on_exec() by Al Viro · 12 years ago
  99. 08f05c4 Return the right error value when dup[23]() newfd argument is too large by Al Viro · 12 years ago
  100. aed9764 dup3: Return an error when oldfd == newfd. by Richard W.M. Jones · 12 years ago