1. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  2. 5704a06 fs/file.c: initialize init_files.resize_wait by Shuriyc Chu · 6 years ago
  3. 091141a fs: add fget_many() and fput_many() by Jens Axboe · 6 years ago
  4. 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
  5. 80cd795 binder: fix use-after-free due to ksys_close() during fdget() by Todd Kjos · 6 years ago
  6. c93ffc1 fs/file: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  7. 2ca2a09 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  8. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
  9. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  10. d6b4dcf fs/file.c: trim includes by Al Viro · 7 years ago
  11. 388a4c8 fs: Eliminate cond_resched_rcu_qs() in favor of cond_resched() by Paul E. McKenney · 7 years ago
  12. ca5b857 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. c02b1a9 vfs: grab the lock instead of blocking in __fd_install during resizing by Mateusz Guzik · 7 years ago
  14. 5297908 vfs: stop clearing close on exec when closing a fd by Mateusz Guzik · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. c823bd9 fs/file.c: replace alloc_fdmem() with kvmalloc() alternative by Michal Hocko · 7 years ago
  17. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  18. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  19. 9b80a18 fs/file: more unsigned file descriptors by Alexey Dobriyan · 8 years ago
  20. 63b6df1 give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() by Al Viro · 9 years ago
  21. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  22. 752343b fs/file.c: __const_max is actually __const_min :-) by Rasmus Villemoes · 9 years ago
  23. ea5c58e vfs: clear remainder of 'full_fds_bits' in dup_fd() by Eric Biggers · 9 years ago
  24. fc90888 vfs: conditionally clear close-on-exec flag by Linus Torvalds · 9 years ago
  25. f3f86e3 vfs: Fix pathological performance case for __alloc_fd() by Linus Torvalds · 9 years ago
  26. 5ba97d2 fs/file.c: __fget() and dup2() atomicity rules by Eric Dumazet · 9 years ago
  27. 8a81252b fs/file.c: don't acquire files->file_lock in fd_install() by Eric Dumazet · 9 years ago
  28. 90f31d0 mm: rcu-protected get_mm_exe_file() by Konstantin Khlebnikov · 10 years ago
  29. 8d10a03 fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 10 years ago
  30. 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
  31. e983094 missing annotation in fs/file.c by Al Viro · 10 years ago
  32. bde6c3a rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops by Paul E. McKenney · 10 years ago
  33. f6c0a19 fs/file.c: don't open-code kvfree() by Al Viro · 11 years ago
  34. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  35. 7f4b36f get rid of files_defer_init() by Al Viro · 11 years ago
  36. 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
  37. 99aea68 vfs: Don't let __fdget_pos() get FMODE_PATH files by Eric Biggers · 11 years ago
  38. bd2a31d get rid of fget_light() by Al Viro · 11 years ago
  39. add1f09 fs: Substitute rcu_access_pointer() for rcu_dereference_raw() by Paul E. McKenney · 11 years ago
  40. 96c7a2f fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem by Eric W. Biederman · 11 years ago
  41. e6ff9a9 fs: __fget_light() can use __fget() in slow path by Oleg Nesterov · 11 years ago
  42. ad46183 fs: factor out common code in fget_light() and fget_raw_light() by Oleg Nesterov · 11 years ago
  43. 1deb46e fs: factor out common code in fget() and fget_raw() by Oleg Nesterov · 11 years ago
  44. ce08b62 change close_files() to use rcu_dereference_raw(files->fdt) by Oleg Nesterov · 11 years ago
  45. a8d4b83 introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty() by Oleg Nesterov · 11 years ago
  46. ac3e3c5 don't bother with deferred freeing of fdtables by Al Viro · 12 years ago
  47. eece09e locking: Various static lock initializer fixes by Thomas Gleixner · 13 years ago
  48. 6ae1417 misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  49. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  50. a77cfcb fix off-by-one in argument passed by iterate_fd() to callbacks by Al Viro · 12 years ago
  51. c414467 kill daemonize() by Al Viro · 12 years ago
  52. 8d93810 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  53. 5a84776 kill bogus BUG_ON() in do_close_on_exec() by Al Viro · 12 years ago
  54. 08f05c4 Return the right error value when dup[23]() newfd argument is too large by Al Viro · 12 years ago
  55. aed9764 dup3: Return an error when oldfd == newfd. by Richard W.M. Jones · 12 years ago
  56. 4557c66 export fget_light by Al Viro · 12 years ago
  57. 864bdb3 new helper: daemonize_descriptors() by Al Viro · 12 years ago
  58. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  59. ad47bd7 make expand_files() and alloc_fd() static by Al Viro · 12 years ago
  60. b8318b0 take __{set,clear}_{open_fd,close_on_exec}() into fs/file.c by Al Viro · 12 years ago
  61. 8280d16 new helper: replace_fd() by Al Viro · 12 years ago
  62. fe17f22 take purely descriptor-related stuff from fcntl.c to file.c by Al Viro · 12 years ago
  63. 6a6d27d take close-on-exec logics to fs/file.c, clean it up a bit by Al Viro · 12 years ago
  64. 483ce1d take descriptor-related part of close() to file.c by Al Viro · 12 years ago
  65. 0ee8cdf take fget() and friends to fs/file.c by Al Viro · 12 years ago
  66. f869e8a expose a low-level variant of fd_install() for binder by Al Viro · 12 years ago
  67. 56007ca move put_unused_fd() and fd_install() to fs/file.c by Al Viro · 12 years ago
  68. 1983e78 trim free_fdtable_rcu() by Al Viro · 12 years ago
  69. b9e02af don't bother with call_rcu() in put_files_struct() by Al Viro · 12 years ago
  70. 7cf4dc3 move files_struct-related bits from kernel/exit.c to fs/file.c by Al Viro · 12 years ago
  71. dcfadfa new helper: __alloc_fd() by Al Viro · 12 years ago
  72. f33ff99 take rlimit check to callers of expand_files() by Al Viro · 12 years ago
  73. 1a7bd22 make get_unused_fd_flags() a function by Al Viro · 12 years ago
  74. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  75. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  76. f044db4 fs: Fix close_on_exec pointer in alloc_fdtable by Bobby Powers · 13 years ago
  77. 1fd36ad Replace the fd_sets in struct fdtable with an array of unsigned longs by David Howells · 13 years ago
  78. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 13 years ago
  79. 6d4831c vfs: avoid large kmalloc()s for the fdtable by Andrew Morton · 14 years ago
  80. a892e2d vfs: use kmalloc() to allocate fdmem if possible by Changli Gao · 14 years ago
  81. b97181f fs: remove all rcu head initializations, except on_stack initializations by Paul E. McKenney · 15 years ago
  82. d554ed89 fs: use rlimit helpers by Jiri Slaby · 15 years ago
  83. 7dc5215 vfs: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 15 years ago
  84. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  85. 1027abe [PATCH] merge locate_fd() and get_unused_fd() by Al Viro · 16 years ago
  86. 4e1e018 [PATCH] fix RLIM_NOFILE handling by Al Viro · 16 years ago
  87. eceea0b [PATCH] avoid multiplication overflows and signedness issues for max_fds by Al Viro · 17 years ago
  88. adbecb1 [PATCH] dup_fd() part 4 - race fix by Al Viro · 17 years ago
  89. afbec7f [PATCH] dup_fd() - part 3 by Al Viro · 17 years ago
  90. 9dec3c4 [PATCH] dup_fd() part 2 by Al Viro · 17 years ago
  91. 02afc626 [PATCH] dup_fd() fixes, part 1 by Al Viro · 17 years ago
  92. f52111b [PATCH] take init_files to fs/file.c by Al Viro · 17 years ago
  93. 5c598b3 [PATCH] fix sysctl_nr_open bugs by Al Viro · 17 years ago
  94. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 17 years ago
  95. 9cfe015 get rid of NR_OPEN and introduce a sysctl_nr_open by Eric Dumazet · 17 years ago
  96. 01b2d93 [PATCH] fdtable: Provide free_fdtable() wrapper by Vadim Lobanov · 18 years ago
  97. 5466b45 [PATCH] fdtable: Implement new pagesize-based fdtable allocator by Vadim Lobanov · 18 years ago
  98. 4fd4581 [PATCH] fdtable: Remove the free_files field by Vadim Lobanov · 18 years ago
  99. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 18 years ago
  100. 593be07 [PATCH] file: kill unnecessary timer in fdtable_defer by Tejun Heo · 18 years ago