1. bf2965d switch ftruncate(2) to fget_light by Al Viro · 12 years ago
  2. c6f3d81 don't leak O_CLOEXEC into ->f_flags by Al Viro · 12 years ago
  3. 483ce1d take descriptor-related part of close() to file.c by Al Viro · 12 years ago
  4. 56007ca move put_unused_fd() and fd_install() to fs/file.c by Al Viro · 12 years ago
  5. e68726f vfs: canonicalize create mode in build_open_flags() by Miklos Szeredi · 12 years ago
  6. fe7c805 missed mnt_drop_write() in do_dentry_open() by Al Viro · 12 years ago
  7. 14da920 fs: Protect write paths by sb_start_write - sb_end_write by Jan Kara · 12 years ago
  8. eb04c28 fs: Add freezing handling to mnt_want_write() / mnt_drop_write() by Jan Kara · 12 years ago
  9. b5bcdda take grabbing f->f_path to do_dentry_open() by Al Viro · 12 years ago
  10. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  11. 55e4def VFS: Make chown() and lchown() call fchownat() by David Howells · 12 years ago
  12. c3c4f69 do_dentry_open(): close the race with mark_files_ro() in failure exit by Al Viro · 12 years ago
  13. 02e5180 do_dentry_open(): take initialization of file->f_path to caller by Al Viro · 12 years ago
  14. 2a027e7 fold __dentry_open() into its sole caller by Al Viro · 12 years ago
  15. 96b7e57 switch do_dentry_open() to returning int by Al Viro · 12 years ago
  16. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  17. 30d9049 kill struct opendata by Al Viro · 12 years ago
  18. a4a3bdd kill opendata->{mnt,dentry} by Al Viro · 12 years ago
  19. 3d8a00d don't modify od->filp at all by Al Viro · 12 years ago
  20. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  21. 015c3bb vfs: remove open intents from nameidata by Miklos Szeredi · 12 years ago
  22. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  23. 332a2e1 vfs: make O_PATH file descriptors usable for 'fchdir()' by Linus Torvalds · 12 years ago
  24. 50ee93a vfs: nameidata_to_filp(): don't throw away file on error by Miklos Szeredi · 12 years ago
  25. 91daee9 vfs: nameidata_to_filp(): inline __dentry_open() by Miklos Szeredi · 12 years ago
  26. 78f71ef vfs: do_dentry_open(): don't put filp by Miklos Szeredi · 12 years ago
  27. 90ad1a8 vfs: split __dentry_open() by Miklos Szeredi · 12 years ago
  28. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  29. 52137ab userns: Convert user specfied uids and gids in chown into kuids and kgid by Eric W. Biederman · 12 years ago
  30. 18815a1 userns: Convert capabilities related permsion checks by Eric W. Biederman · 12 years ago
  31. 83d4985 SELinux: rename dentry_open to file_open by Eric Paris · 12 years ago
  32. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  33. cdcf116 switch security_path_chmod() to struct path * by Al Viro · 13 years ago
  34. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  35. 49f0a07 switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_t by Al Viro · 13 years ago
  36. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  37. f3c7691e leases: fix write-open/read-lease race by J. Bruce Fields · 13 years ago
  38. e57712e merge fchmod() and fchmodat() guts, kill ancient broken kludge by Al Viro · 13 years ago
  39. 5a9a436 vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filp by Konstantin Khlebnikov · 13 years ago
  40. c212f9a fs: Use BUG_ON(!mnt) at dentry_open(). by Tetsuo Handa · 13 years ago
  41. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  42. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  43. 65cfc67 readlinkat(), fchownat() and fstatat() with empty relative pathnames by Al Viro · 13 years ago
  44. 1abf0c7 New kind of open files - "location only". by Al Viro · 13 years ago
  45. 73d049a open-style analog of vfs_path_lookup() by Al Viro · 13 years ago
  46. 47c805d switch do_filp_open() to struct open_flags by Al Viro · 13 years ago
  47. 1ca551c Check for immutable/append flag in fallocate path by Marco Stornelli · 13 years ago
  48. 1cc26ba Merge branch 'master'; commit 'v2.6.38-rc7' into next by James Morris · 13 years ago
  49. 2dab597 Fix possible filp_cachep memory corruption by Linus Torvalds · 13 years ago
  50. 890275b5 IMA: maintain i_readcount in the VFS layer by Mimi Zohar · 14 years ago
  51. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 13 years ago
  52. 79124f18 fs: add hole punching to fallocate by Josef Bacik · 14 years ago
  53. d893f1b fix open/umount race by Al Viro · 14 years ago
  54. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  55. 06b1e10 vfs: clarify that nonseekable_open() will never fail by Dmitry Torokhov · 14 years ago
  56. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  57. 9cfcac8 vfs: re-introduce MAY_CHDIR by Eric Paris · 14 years ago
  58. ea0d3ab LSM: Remove unused arguments from security_path_truncate(). by Tetsuo Handa · 14 years ago
  59. 2a12a9d fsnotify: pass a file instead of an inode to open, read, and write by Eric Paris · 14 years ago
  60. 2dfc1ca inotify: remove inotify in kernel interface by Eric Paris · 14 years ago
  61. 7ed1ee6 Take statfs variants to fs/statfs.c by Al Viro · 14 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  63. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  64. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  65. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 14 years ago
  66. 5300990 Sanitize f_flags helpers by Al Viro · 14 years ago
  67. 482928d Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) by Al Viro · 14 years ago
  68. b65a9cf Untangling ima mess, part 2: deal with counters by Al Viro · 14 years ago
  69. e81e3f4 fs: move get_empty_filp() deffinition to internal.h by Eric Paris · 15 years ago
  70. fe542cf LSM: Move security_path_chmod()/security_path_chown() to after mutex_lock(). by Tetsuo Handa · 15 years ago
  71. 8b8efb4 LSM: Add security_path_chroot(). by Tetsuo Handa · 15 years ago
  72. 89eda06 LSM: Add security_path_chmod() and security_path_chown(). by Tetsuo Handa · 15 years ago
  73. 4fd8da8 fs: change sys_truncate length parameter type by Heiko Carstens · 15 years ago
  74. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
  75. 939a942 vfs: allow file truncations when both suid and write permissions set by Amerigo Wang · 15 years ago
  76. 3e63cbb fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls by Ankit Jain · 15 years ago
  77. 96029c4 fs: introduce mnt_clone_write by npiggin@suse.de · 15 years ago
  78. 6e8341a Switch open_exec() and sys_uselib() to do_open_filp() by Al Viro · 15 years ago
  79. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  80. 9e3509e vfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  81. 6559eed8 [CVE-2009-0029] System call wrappers part 30 by Heiko Carstens · 15 years ago
  82. 3cdad42 [CVE-2009-0029] System call wrappers part 20 by Heiko Carstens · 15 years ago
  83. ca013e9 [CVE-2009-0029] System call wrappers part 17 by Heiko Carstens · 15 years ago
  84. 002c897 [CVE-2009-0029] System call wrappers part 16 by Heiko Carstens · 15 years ago
  85. a26eab2 [CVE-2009-0029] System call wrappers part 15 by Heiko Carstens · 15 years ago
  86. 3480b25 [CVE-2009-0029] System call wrappers part 14 by Heiko Carstens · 15 years ago
  87. 257ac26 [CVE-2009-0029] System call wrappers part 11 by Heiko Carstens · 15 years ago
  88. bdc480e [CVE-2009-0029] System call wrappers part 10 by Heiko Carstens · 15 years ago
  89. 6673e0c [CVE-2009-0029] System call wrapper special cases by Heiko Carstens · 15 years ago
  90. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  91. be6d3e5 introduce new LSM hooks where vfsmount is available. by Kentaro Takeda · 15 years ago
  92. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  93. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  94. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  95. 1cdcbec CRED: Neuter sys_capset() by David Howells · 16 years ago
  96. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  97. 2cb5998 tty: the vhangup syscall is racy by Alan Cox · 16 years ago
  98. 1027abe [PATCH] merge locate_fd() and get_unused_fd() by Al Viro · 16 years ago
  99. 4e1e018 [PATCH] fix RLIM_NOFILE handling by Al Viro · 16 years ago
  100. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago