1. 7b50205 fs/fcntl: f_setown, avoid undefined behaviour by Jiri Slaby · 7 years ago
  2. 6efb1b0 fs: add a VALID_OPEN_FLAGS by Christoph Hellwig · 7 years ago
  3. 0dbf5f2 fcntl: allow to set O_DIRECT flag on pipe by Stanislav Kinsburskiy · 8 years ago
  4. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 9 years ago
  5. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  6. 40e041a shm: add sealing API by David Herrmann · 10 years ago
  7. 0d3f7a2 locks: rename file-private locks to "open file description locks" by Jeff Layton · 10 years ago
  8. 5d50ffd locks: add new fcntl cmd values for handling file private locks by Jeff Layton · 10 years ago
  9. c1e62b8 locks: pass the cmd value to fcntl_getlk/getlk64 by Jeff Layton · 10 years ago
  10. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  11. 3d62c45 vfs: add missing check for __O_TMPFILE in fcntl_init() by Zheng Liu · 11 years ago
  12. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  13. 1219771 Fix F_DUPFD_CLOEXEC breakage by Al Viro · 12 years ago
  14. 63784dd fcntl: fix misannotations by Al Viro · 12 years ago
  15. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  16. fe17f22 take purely descriptor-related stuff from fcntl.c to file.c by Al Viro · 12 years ago
  17. f33ff99 take rlimit check to callers of expand_files() by Al Viro · 12 years ago
  18. 1d151c3 c/r: fcntl: add F_GETOWNER_UIDS option by Cyrill Gorcunov · 12 years ago
  19. 545ec2c switch fcntl to fget_raw_light/fput_light by Al Viro · 12 years ago
  20. 8e96e3b userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs by Eric W. Biederman · 12 years ago
  21. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  22. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  23. 1abf0c7 New kind of open files - "location only". by Al Viro · 13 years ago
  24. 3cd90ea vfs: sparse: add __FMODE_EXEC by Namhyung Kim · 13 years ago
  25. 55f335a fasync: Fix placement of FASYNC flag comment by Linus Torvalds · 14 years ago
  26. f7347ce fasync: re-organize fasync entry insertion to allow it under a spinlock by Linus Torvalds · 14 years ago
  27. 3ab04d5 vfs: take O_NONBLOCK out of the O_* uniqueness test by James Bottomley · 14 years ago
  28. 454eedb vfs: O_* bit numbers uniqueness check by Wu Fengguang · 14 years ago
  29. f4985dc fs/fcntl.c:kill_fasync_rcu() fa_lock must be IRQ-safe by Andrew Morton · 14 years ago
  30. 5b54470 fcntl: return -EFAULT if copy_to_user fails by Dan Carpenter · 14 years ago
  31. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  32. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 14 years ago
  33. 989a297 fasync: RCU and fine grained locking by Eric Dumazet · 14 years ago
  34. d554ed89 fs: use rlimit helpers by Jiri Slaby · 14 years ago
  35. 80e1e82 Fix race in tty_fasync() properly by Linus Torvalds · 14 years ago
  36. b04da8b fnctl: f_modown should call write_lock_irqsave/restore by Greg Kroah-Hartman · 14 years ago
  37. 53281b6 fasync: split 'fasync_helper()' into separate add/remove functions by Linus Torvalds · 14 years ago
  38. 978b405 fcntl: rename F_OWNER_GID to F_OWNER_PGRP by Peter Zijlstra · 14 years ago
  39. ba0a6c9 fcntl: add F_[SG]ETOWN_EX by Peter Zijlstra · 15 years ago
  40. 06f1631 signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission() by Oleg Nesterov · 15 years ago
  41. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  42. 8eeee4e send_sigio_to_task: sanitize the usage of fown->signum by Oleg Nesterov · 15 years ago
  43. 2f38d70 shift current_cred() from __f_setown() to f_modown() by Oleg Nesterov · 15 years ago
  44. 2b79bc4 dup2: Fix return value with oldfd == newfd and invalid fd by Jeff Mahoney · 15 years ago
  45. 4a6a449 Fix a lockdep warning in fasync_helper() by Jonathan Corbet · 15 years ago
  46. 60aa492 Rationalize fasync return values by Jonathan Corbet · 15 years ago
  47. 7639842 Move FASYNC bit handling to f_op->fasync() by Jonathan Corbet · 15 years ago
  48. db1dd4d Use f_lock to protect f_flags by Jonathan Corbet · 15 years ago
  49. a26eab2 [CVE-2009-0029] System call wrappers part 15 by Heiko Carstens · 15 years ago
  50. cbacc2c Merge branch 'next' into for-linus by James Morris · 15 years ago
  51. 218d11a Fix a race condition in FASYNC handling by Jonathan Corbet · 15 years ago
  52. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 15 years ago
  53. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 15 years ago
  54. b6dff3e CRED: Separate task security context from task_struct by David Howells · 15 years ago
  55. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 15 years ago
  56. 1b7e190 [PATCH] clean dup2() up a bit by Al Viro · 16 years ago
  57. 1027abe [PATCH] merge locate_fd() and get_unused_fd() by Al Viro · 16 years ago
  58. 4e1e018 [PATCH] fix RLIM_NOFILE handling by Al Viro · 16 years ago
  59. 6c5d051 [PATCH] get rid of corner case in dup3() entirely by Al Viro · 16 years ago
  60. 3c33393 [PATCH] dup3 fix by Ulrich Drepper · 16 years ago
  61. 336dd1f flag parameters: dup2 by Ulrich Drepper · 16 years ago
  62. a238b79 Call fasync() functions without the BKL by Jonathan Corbet · 16 years ago
  63. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  64. f8f9570 [PATCH] sanitize locate_fd() by Al Viro · 16 years ago
  65. fc9b52c fs: remove fastcall, it is always empty by Harvey Harrison · 16 years ago
  66. 6c5f3e7 Pidns: make full use of xxx_vnr() calls by Pavel Emelyanov · 16 years ago
  67. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  68. 22d2b35 F_DUPFD_CLOEXEC implementation by Ulrich Drepper · 17 years ago
  69. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  70. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  71. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 17 years ago
  72. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 17 years ago
  73. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  74. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 17 years ago
  75. 43fa1ad [PATCH] file: Add locking to f_getown by Eric W. Biederman · 18 years ago
  76. 609d7fa [PATCH] file: modify struct fown_struct to use a struct pid by Eric W. Biederman · 18 years ago
  77. f6298aa BUG_ON() Conversion in fs/fcntl.c by Eric Sesterhenn · 18 years ago
  78. fa3536c [PATCH] Use __read_mostly on some hot fs variables by Eric Dumazet · 18 years ago
  79. 0c9e63f [PATCH] Shrinks sizeof(files_struct) and better layout by Eric Dumazet · 18 years ago
  80. 7d95c8f [PATCH] fcntl F_SETFL and read-only IS_APPEND files by dean gaudet · 18 years ago
  81. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  82. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  83. 850d6fb [PATCH] sigio: cleanup, don't take tasklist twice by Oleg Nesterov · 18 years ago
  84. b835996 [PATCH] files: lock-free fd look-up by Dipankar Sarma · 19 years ago
  85. ab2af1f [PATCH] files: files struct with RCU by Dipankar Sarma · 19 years ago
  86. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  87. c293621 [PATCH] stale POSIX lock handling by Peter Staubach · 19 years ago
  88. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 19 years ago
  89. fc9c9ab [PATCH] AYSNC IO using singals other than SIGIO by Bharath Ramesh · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago