1. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  2. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  3. 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 12 years ago
  4. ac34ebb aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() by Christopher Yeoh · 12 years ago
  5. 863ced7 switch readdir/getdents to fget_light/fput_light by Al Viro · 12 years ago
  6. a7c1938 userns: Convert stat to return values mapped from kuids and kgids by Eric W. Biederman · 12 years ago
  7. 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
  8. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  9. 4ee5c0d compat: Create compat_sys_p{read,write}v64 by H. J. Lu · 12 years ago
  10. fcf8306 vfs: fix compat_sys_stat() handling of overflows in st_nlink by Al Viro · 12 years ago
  11. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  12. cf31e70 vfs: new helper - vfs_ustat() by Al Viro · 12 years ago
  13. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  14. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  15. 1448c72 compat: sync compat_stats with statfs. by Eric W. Biederman · 13 years ago
  16. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  17. c152292 nfsd: remove include/linux/nfsd/syscall.h by J. Bruce Fields · 13 years ago
  18. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  19. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago
  20. 0e02846 exec: unify do_execve/compat_do_execve code by Oleg Nesterov · 13 years ago
  21. 2c3d44d select: remove unused MAX_SELECT_SECONDS by Namhyung Kim · 13 years ago
  22. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 13 years ago
  23. c8b91ac clean statfs-like syscalls up by Al Viro · 13 years ago
  24. 586ce09 compat breakage in preadv() and pwritev() by Al Viro · 13 years ago
  25. e0bb6bd compat: copy missing fields in compat_statfs64 to user by Namhyung Kim · 13 years ago
  26. 974d879 compat: update comment of compat statfs syscalls by Namhyung Kim · 13 years ago
  27. 6a5640f1 compat: remove unnecessary assignment in compat_rw_copy_check_uvector() by Namhyung Kim · 13 years ago
  28. 114279b exec: copy-and-paste the fixes into compat_do_execve() paths by Oleg Nesterov · 14 years ago
  29. 504b701 fs/compat.c: fix build on MIPS/s390 by wu zhangjin · 14 years ago
  30. 435f49a readv/writev: do the same MAX_RW_COUNT truncation that read/write does by Linus Torvalds · 14 years ago
  31. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  32. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  33. 2116b7a smbfs: move to drivers/staging by Arnd Bergmann · 14 years ago
  34. 767b68e Prevent freeing uninitialized pointer in compat_do_readv_writev by Dan Rosenberg · 14 years ago
  35. 1e14056 nfsd: allow deprecated interface to be compiled out. by NeilBrown · 14 years ago
  36. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  37. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  38. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  39. 85c9fe8 vfs: fix warning: 'dirent' is used uninitialized in this function by Kevin Winchester · 14 years ago
  40. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 14 years ago
  41. 2a12a9d fsnotify: pass a file instead of an inode to open, read, and write by Eric Paris · 14 years ago
  42. a253129 update email address by Pavel Machek · 14 years ago
  43. 7cbe177 fs/compat_rw_copy_check_uvector: add missing compat_ptr call by Heiko Carstens · 14 years ago
  44. 9d85cba aio: fix the compat vectored operations by Jeff Moyer · 14 years ago
  45. b837336 compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev by Jeff Moyer · 14 years ago
  46. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 14 years ago
  47. 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
  48. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 14 years ago
  49. 370d560 compat.c: Remove dependence on nfsd private headers by Boaz Harrosh · 15 years ago
  50. 89240ba x86, fs: Fix x86 procfs stack information for threads on 64-bit by Stefani Seibold · 15 years ago
  51. eca6f53 fs: fix overflow in sys_mount() for in-kernel calls by Vegard Nossum · 15 years ago
  52. d7d7561 fix compat_sys_utimensat() by Suzuki Poulose · 15 years ago
  53. a2a8474 exec: do not sleep in TASK_TRACED under ->cred_guard_mutex by Oleg Nesterov · 15 years ago
  54. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  55. 793285f cred_guard_mutex: do not return -EINTR to user-space by Oleg Nesterov · 15 years ago
  56. ff677f8 trivial: fix comment typo in fs/compat.c by Nikanth Karthikesan · 15 years ago
  57. 6fac98d Push BKL into do_mount() by Al Viro · 15 years ago
  58. 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 15 years ago
  59. 8c652f9 do_execve() must not clear fs->in_exec if it was set by another thread by Oleg Nesterov · 15 years ago
  60. 2eae7a1 kill vfs_stat_fd / vfs_lstat_fd by Christoph Hellwig · 15 years ago
  61. 0112fc2 Separate out common fstatat code into vfs_fstatat by Oleg Drokin · 15 years ago
  62. 601cc11 Make non-compat preadv/pwritev use native register size by Linus Torvalds · 15 years ago
  63. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  64. 10c7db2 preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_light by Gerd Hoffmann · 15 years ago
  65. f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 15 years ago
  66. 6949a63 preadv/pwritev: create compat_writev() by Gerd Hoffmann · 15 years ago
  67. dac1213 preadv/pwritev: create compat_readv() by Gerd Hoffmann · 15 years ago
  68. 498052b New locking/refcounting for fs_struct by Al Viro · 15 years ago
  69. e426b64 fix setuid sometimes doesn't by Hugh Dickins · 15 years ago
  70. 53e9309 compat_do_execve should unshare_files by Hugh Dickins · 15 years ago
  71. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  72. 2b1c6bd generic compat_sys_ustat by Christoph Hellwig · 16 years ago
  73. 703a3cd Merge branch 'master' into next by James Morris · 15 years ago
  74. f9ce1f1 Add in_execve flag into task_struct. by Kentaro Takeda · 15 years ago
  75. 0bf2f3a CRED: Fix SUID exec regression by David Howells · 15 years ago
  76. c9da9f2 [CVE-2009-0029] Make sys_pselect7 static by Heiko Carstens · 15 years ago
  77. ca8a5bd add missing accounting calls to compat_sys_{readv,writev} by Gerd Hoffmann · 15 years ago
  78. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  79. 4d36a9e select: deal with math overflow from borderline valid userland data by Arjan van de Ven · 16 years ago
  80. 1f6d6e8e Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  81. 53c9c5c [PATCH] prepare vfs_readdir() callers to returning filldir result by Al Viro · 16 years ago
  82. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  83. f7a5000 compat: move cp_compat_stat to common code by Christoph Hellwig · 16 years ago
  84. 362e666 exec.c, compat.c: fix count(), compat_count() bounds checking by Jason Baron · 16 years ago
  85. 8ff3e8e select: switch select() and poll() over to hrtimers by Arjan van de Ven · 16 years ago
  86. b773ad4 select: add poll_select_set_timeout() and poll_select_copy_remaining() helpers by Thomas Gleixner · 16 years ago
  87. 8f3f655 [PATCH] fix regular readdir() and friends by Al Viro · 16 years ago
  88. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  89. 9deb27b flag parameters: signalfd by Ulrich Drepper · 16 years ago
  90. f4a67cc fs: check for statfs overflow by Jon Tollefson · 16 years ago
  91. 08a6fac [PATCH] get rid of leak in compat_execve() by Al Viro · 16 years ago
  92. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  93. f3de272 signals: use HAVE_SET_RESTORE_SIGMASK by Roland McGrath · 16 years ago
  94. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago
  95. 52833e8 Merge branch 'linus_origin' into hotfixes by Trond Myklebust · 16 years ago
  96. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  97. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  98. 4267c956 NFS: Allow text-based mounts via compat_sys_mount by Chuck Lever · 16 years ago
  99. 0321155 fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol by Jiri Olsa · 16 years ago
  100. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 16 years ago