1. 3cdad42 [CVE-2009-0029] System call wrappers part 20 by Heiko Carstens · 15 years ago
  2. ca013e9 [CVE-2009-0029] System call wrappers part 17 by Heiko Carstens · 15 years ago
  3. 002c897 [CVE-2009-0029] System call wrappers part 16 by Heiko Carstens · 15 years ago
  4. a26eab2 [CVE-2009-0029] System call wrappers part 15 by Heiko Carstens · 15 years ago
  5. 3480b25 [CVE-2009-0029] System call wrappers part 14 by Heiko Carstens · 15 years ago
  6. 257ac26 [CVE-2009-0029] System call wrappers part 11 by Heiko Carstens · 15 years ago
  7. bdc480e [CVE-2009-0029] System call wrappers part 10 by Heiko Carstens · 15 years ago
  8. 6673e0c [CVE-2009-0029] System call wrapper special cases by Heiko Carstens · 15 years ago
  9. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  10. be6d3e5 introduce new LSM hooks where vfsmount is available. by Kentaro Takeda · 15 years ago
  11. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  12. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  13. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  14. 1cdcbec CRED: Neuter sys_capset() by David Howells · 16 years ago
  15. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  16. 2cb5998 tty: the vhangup syscall is racy by Alan Cox · 16 years ago
  17. 1027abe [PATCH] merge locate_fd() and get_unused_fd() by Al Viro · 16 years ago
  18. 4e1e018 [PATCH] fix RLIM_NOFILE handling by Al Viro · 16 years ago
  19. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  20. 256984a [PATCH] preparation to __user_walk_fd cleanup by Al Viro · 16 years ago
  21. 3052447 [PATCH] take noexec checks to very few callers that care by Al Viro · 16 years ago
  22. beb29e0 [patch 4/4] vfs: immutable inode checking cleanup by Miklos Szeredi · 16 years ago
  23. a110343 [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess by Al Viro · 16 years ago
  24. 7f2da1e [PATCH] kill altroot by Al Viro · 16 years ago
  25. 8bb7922 [PATCH] permission checks for chdir need special treatment only on the last step by Al Viro · 16 years ago
  26. c82e42d [patch 1/5] vfs: truncate: dont check immutable twice by Miklos Szeredi · 16 years ago
  27. f4a67cc fs: check for statfs overflow by Jon Tollefson · 16 years ago
  28. 086f731 security: filesystem capabilities: fix fragile setuid fixup code by Andrew G. Morgan · 16 years ago
  29. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  30. 70688e4 xip: support non-struct page backed memory by Nick Piggin · 16 years ago
  31. ad775f5 [PATCH] r/o bind mounts: debugging for missed calls by Dave Hansen · 16 years ago
  32. 2f676cb [PATCH] r/o bind mounts: make access() use new r/o helper by Dave Hansen · 16 years ago
  33. 9ac9b84 [PATCH] r/o bind mounts: write counts for truncate() by Dave Hansen · 16 years ago
  34. 2af482a [PATCH] r/o bind mounts: elevate write count for chmod/chown callers by Dave Hansen · 16 years ago
  35. 4a3fd21 [PATCH] r/o bind mounts: elevate write count for open()s by Dave Hansen · 16 years ago
  36. a70e65d [PATCH] merge open_namei() and do_filp_open() by Christoph Hellwig · 16 years ago
  37. d57999e [PATCH] do namei_flags calculation inside open_namei() by Dave Hansen · 16 years ago
  38. 54a0151 asmlinkage_protect replaces prevent_tail_call by Roland McGrath · 16 years ago
  39. 322ee5b [PATCH] check for null vfsmount in dentry_open() by Christoph Hellwig · 16 years ago
  40. ac748a0 Make set_fs_{root,pwd} take a struct path by Jan Blunck · 16 years ago
  41. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  42. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  43. 3287629 remove the unused exports of sys_open/sys_read by Arjan van de Ven · 16 years ago
  44. fc9b52c fs: remove fastcall, it is always empty by Harvey Harrison · 16 years ago
  45. cb51f97 mark sys_open/sys_read exports unused by Arjan van de Ven · 17 years ago
  46. 5a190ae [PATCH] pass dentry to audit_inode()/audit_inode_child() by Al Viro · 17 years ago
  47. b537677 Implement file posix capabilities by Serge E. Hallyn · 17 years ago
  48. a9c62a1 fs: correct SuS compliance for open of large file without options by Alan Cox · 17 years ago
  49. 788e7dd SELinux: Improve read/write performance by Yuichi Nakamura · 17 years ago
  50. 9700382 VFS: fix a race in lease-breaking during truncate by david m. richter · 17 years ago
  51. 0d786d4 fallocate syscall interface deficiency by Ulrich Drepper · 17 years ago
  52. 97ac735 sys_fallocate() implementation on i386, x86_64 and powerpc by Amit Arora · 17 years ago
  53. 4a19542 O_CLOEXEC for SCM_RIGHTS by Ulrich Drepper · 17 years ago
  54. f23513e Introduce O_CLOEXEC by Ulrich Drepper · 17 years ago
  55. 7b82dc0 Remove suid/sgid bits on [f]truncate() by Linus Torvalds · 17 years ago
  56. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  57. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 17 years ago
  58. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 17 years ago
  59. 24ec839 [PATCH] tty: ->signal->tty locking by Peter Zijlstra · 17 years ago
  60. 6902d92 [PATCH] r/o bind mounts: prepare for write access checks: collapse if() by Dave Hansen · 18 years ago
  61. 82b0547 [PATCH] Create fs/utimes.c by Alexey Dobriyan · 18 years ago
  62. ee731f4 [PATCH] fix wrong error code on interrupted close syscalls by Ernie Petrides · 18 years ago
  63. 650a898 [PATCH] vfs: define new lookup flag for chdir by Miklos Szeredi · 18 years ago
  64. 6e656be [PATCH] ftruncate does not always update m/ctime by Peter Staubach · 18 years ago
  65. 75e1fcc [PATCH] vfs: add lock owner argument to flush operation by Miklos Szeredi · 18 years ago
  66. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  67. 9c937dc [PATCH] log more info for directory entry change events by Amy Griffis · 18 years ago
  68. 6aff5cb [PATCH] fs/open.c: unexport sys_openat by Adrian Bunk · 18 years ago
  69. 385910f x86: be careful about tailcall breakage for sys_open[at] too by Linus Torvalds · 18 years ago
  70. 0a489cb x86: don't allow tail-calls in sys_ftruncate[64]() by Linus Torvalds · 18 years ago
  71. 1b9a391 Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  72. 9a56c21 [PATCH] Add lookup_instantiate_filp usage warning by Oleg Drokin · 18 years ago
  73. 0c9e63f [PATCH] Shrinks sizeof(files_struct) and better layout by Eric Dumazet · 18 years ago
  74. 73241cc [PATCH] Collect more inode information during syscall processing. by Amy Griffis · 19 years ago
  75. 5590ff0 [PATCH] vfs: *at functions: core by Ulrich Drepper · 18 years ago
  76. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  77. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  78. b01ec0e [PATCH] tiny: Uninline some open.c functions by Matt Mackall · 18 years ago
  79. 4a30131 [PATCH] Fix some problems with truncate and mtime semantics. by NeilBrown · 18 years ago
  80. 8c744fb [PATCH] add a file_permission helper by Christoph Hellwig · 19 years ago
  81. e4543ed [PATCH] add a vfs_permission helper by Christoph Hellwig · 19 years ago
  82. cc4e69d [PATCH] VFS: pass file pointer to filesystem from ftruncate() by Miklos Szeredi · 19 years ago
  83. 6fdcc21 [PATCH] memory leak in dentry_open() by Peter Staubach · 19 years ago
  84. 834f2a4 VFS: Allow the filesystem to return a full file pointer on open intent by Trond Myklebust · 19 years ago
  85. a1a5b3d [PATCH] open returns ENFILE but creates file anyway by Peter Staubach · 19 years ago
  86. ab2af1f [PATCH] files: files struct with RCU by Dipankar Sarma · 19 years ago
  87. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  88. e922efc [PATCH] remove duplicated sys_open32() code from 64bit archs by Miklos Szeredi · 19 years ago
  89. 0eeca28 [PATCH] inotify by Robert Love · 19 years ago
  90. ceffc07 [PATCH] xip: fs/mm: execute in place by Carsten Otte · 19 years ago
  91. fed2fc1 [PATCH] sys_open() cleanup by Telemaque Ndizihiwe · 19 years ago
  92. 45778ca [PATCH] Remove f_error field from struct file by Christoph Lameter · 19 years ago
  93. ef3daed [PATCH] Don't force O_LARGEFILE for 32 bit processes on ia64 by Yoav Zach · 19 years ago
  94. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago