1. 7cf4dc3 move files_struct-related bits from kernel/exit.c to fs/file.c by Al Viro · 12 years ago
  2. dcfadfa new helper: __alloc_fd() by Al Viro · 12 years ago
  3. f33ff99 take rlimit check to callers of expand_files() by Al Viro · 12 years ago
  4. 1a7bd22 make get_unused_fd_flags() a function by Al Viro · 12 years ago
  5. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  6. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  7. f044db4 fs: Fix close_on_exec pointer in alloc_fdtable by Bobby Powers · 12 years ago
  8. 1fd36ad Replace the fd_sets in struct fdtable with an array of unsigned longs by David Howells · 12 years ago
  9. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  10. 6d4831c vfs: avoid large kmalloc()s for the fdtable by Andrew Morton · 13 years ago
  11. a892e2d vfs: use kmalloc() to allocate fdmem if possible by Changli Gao · 14 years ago
  12. b97181f fs: remove all rcu head initializations, except on_stack initializations by Paul E. McKenney · 14 years ago
  13. d554ed89 fs: use rlimit helpers by Jiri Slaby · 14 years ago
  14. 7dc5215 vfs: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 14 years ago
  15. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  16. 1027abe [PATCH] merge locate_fd() and get_unused_fd() by Al Viro · 16 years ago
  17. 4e1e018 [PATCH] fix RLIM_NOFILE handling by Al Viro · 16 years ago
  18. eceea0b [PATCH] avoid multiplication overflows and signedness issues for max_fds by Al Viro · 16 years ago
  19. adbecb1 [PATCH] dup_fd() part 4 - race fix by Al Viro · 16 years ago
  20. afbec7f [PATCH] dup_fd() - part 3 by Al Viro · 16 years ago
  21. 9dec3c4 [PATCH] dup_fd() part 2 by Al Viro · 16 years ago
  22. 02afc626 [PATCH] dup_fd() fixes, part 1 by Al Viro · 16 years ago
  23. f52111b [PATCH] take init_files to fs/file.c by Al Viro · 16 years ago
  24. 5c598b3 [PATCH] fix sysctl_nr_open bugs by Al Viro · 16 years ago
  25. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  26. 9cfe015 get rid of NR_OPEN and introduce a sysctl_nr_open by Eric Dumazet · 16 years ago
  27. 01b2d93 [PATCH] fdtable: Provide free_fdtable() wrapper by Vadim Lobanov · 17 years ago
  28. 5466b45 [PATCH] fdtable: Implement new pagesize-based fdtable allocator by Vadim Lobanov · 17 years ago
  29. 4fd4581 [PATCH] fdtable: Remove the free_files field by Vadim Lobanov · 17 years ago
  30. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 17 years ago
  31. 593be07 [PATCH] file: kill unnecessary timer in fdtable_defer by Tejun Heo · 18 years ago
  32. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  33. 327dcaa [PATCH] expand_fdtable(): remove pointless unlock+lock by Andrew Morton · 18 years ago
  34. 74d392a [PATCH] Clean up expand_fdtable() and expand_files() by Vadim Lobanov · 18 years ago
  35. 8b0e330 [PATCH] alloc_fdtable() cleanup by Andrew Morton · 18 years ago
  36. a29b0b7 [PATCH] alloc_fdtable() expansion fix by Andrew Morton · 18 years ago
  37. d579091 [PATCH] fix fdset leakage by Kirill Korotaev · 18 years ago
  38. 92eb7a2 [PATCH] fix weird logic in alloc_fdtable() by Andrew Morton · 18 years ago
  39. 0a94502 [PATCH] for_each_possible_cpu: fixes for generic part by KAMEZAWA Hiroyuki · 18 years ago
  40. 0c9e63f [PATCH] Shrinks sizeof(files_struct) and better layout by Eric Dumazet · 18 years ago
  41. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 18 years ago
  42. 0b175a7 [PATCH] Fix the fdtable freeing in the case of vmalloced fdset/arrays by Dipankar Sarma · 19 years ago
  43. ab2af1f [PATCH] files: files struct with RCU by Dipankar Sarma · 19 years ago
  44. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  45. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago