1. f3f86e3 vfs: Fix pathological performance case for __alloc_fd() by Linus Torvalds · 9 years ago
  2. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  3. 8a81252 fs/file.c: don't acquire files->file_lock in fd_install() by Eric Dumazet · 9 years ago
  4. 7f4b36f get rid of files_defer_init() by Al Viro · 10 years ago
  5. a8d4b83 introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty() by Oleg Nesterov · 11 years ago
  6. ac3e3c5 don't bother with deferred freeing of fdtables by Al Viro · 11 years ago
  7. c414467 kill daemonize() by Al Viro · 12 years ago
  8. 864bdb3 new helper: daemonize_descriptors() by Al Viro · 12 years ago
  9. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  10. ad47bd7 make expand_files() and alloc_fd() static by Al Viro · 12 years ago
  11. b8318b0 take __{set,clear}_{open_fd,close_on_exec}() into fs/file.c by Al Viro · 12 years ago
  12. 6a6d27d take close-on-exec logics to fs/file.c, clean it up a bit by Al Viro · 12 years ago
  13. 483ce1d take descriptor-related part of close() to file.c by Al Viro · 12 years ago
  14. f869e8a expose a low-level variant of fd_install() for binder by Al Viro · 12 years ago
  15. 7cf4dc3 move files_struct-related bits from kernel/exit.c to fs/file.c by Al Viro · 12 years ago
  16. dcfadfa new helper: __alloc_fd() by Al Viro · 12 years ago
  17. 1fd36ad Replace the fd_sets in struct fdtable with an array of unsigned longs by David Howells · 13 years ago
  18. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 13 years ago
  19. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  20. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 13 years ago
  21. 4d2deb4 kernel: __rcu annotations by Arnd Bergmann · 15 years ago
  22. 3a3527b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  23. 844b9a8 vfs: fix RCU-lockdep false positive due to /proc by Paul E. McKenney · 14 years ago
  24. 2c666df vfs: add fs.h to define struct file by Paul E. McKenney · 14 years ago
  25. af61b96 vfs: Abstract rcu_dereference_check for files-fdtable use by Paul E. McKenney · 15 years ago
  26. 7dc5215 vfs: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 15 years ago
  27. 21e5445 kmemtrace, fs: fix linux/fdtable.h header file dependencies by Ingo Molnar · 15 years ago
  28. b6b3fde filp_cachep can be static in fs/file_table.c by Eric Dumazet · 16 years ago
  29. 02afc626 [PATCH] dup_fd() fixes, part 1 by Al Viro · 16 years ago
  30. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago