1. 10c7db2 preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_light by Gerd Hoffmann · 15 years ago
  2. f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 15 years ago
  3. 6949a63 preadv/pwritev: create compat_writev() by Gerd Hoffmann · 15 years ago
  4. dac1213 preadv/pwritev: create compat_readv() by Gerd Hoffmann · 15 years ago
  5. 498052b New locking/refcounting for fs_struct by Al Viro · 15 years ago
  6. e426b64 fix setuid sometimes doesn't by Hugh Dickins · 15 years ago
  7. 53e9309 compat_do_execve should unshare_files by Hugh Dickins · 15 years ago
  8. 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
  9. 2b1c6bd generic compat_sys_ustat by Christoph Hellwig · 15 years ago
  10. 703a3cd Merge branch 'master' into next by James Morris · 15 years ago
  11. f9ce1f1 Add in_execve flag into task_struct. by Kentaro Takeda · 15 years ago
  12. 0bf2f3a CRED: Fix SUID exec regression by David Howells · 15 years ago
  13. c9da9f2 [CVE-2009-0029] Make sys_pselect7 static by Heiko Carstens · 15 years ago
  14. ca8a5bd add missing accounting calls to compat_sys_{readv,writev} by Gerd Hoffmann · 15 years ago
  15. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  16. 4d36a9e select: deal with math overflow from borderline valid userland data by Arjan van de Ven · 16 years ago
  17. 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
  18. 53c9c5c [PATCH] prepare vfs_readdir() callers to returning filldir result by Al Viro · 16 years ago
  19. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  20. f7a5000 compat: move cp_compat_stat to common code by Christoph Hellwig · 16 years ago
  21. 362e666 exec.c, compat.c: fix count(), compat_count() bounds checking by Jason Baron · 16 years ago
  22. 8ff3e8e select: switch select() and poll() over to hrtimers by Arjan van de Ven · 16 years ago
  23. b773ad4 select: add poll_select_set_timeout() and poll_select_copy_remaining() helpers by Thomas Gleixner · 16 years ago
  24. 8f3f655 [PATCH] fix regular readdir() and friends by Al Viro · 16 years ago
  25. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  26. 9deb27b flag parameters: signalfd by Ulrich Drepper · 16 years ago
  27. f4a67cc fs: check for statfs overflow by Jon Tollefson · 16 years ago
  28. 08a6fac [PATCH] get rid of leak in compat_execve() by Al Viro · 16 years ago
  29. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  30. f3de272 signals: use HAVE_SET_RESTORE_SIGMASK by Roland McGrath · 16 years ago
  31. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago
  32. 52833e8 Merge branch 'linus_origin' into hotfixes by Trond Myklebust · 16 years ago
  33. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  34. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  35. 4267c956 NFS: Allow text-based mounts via compat_sys_mount by Chuck Lever · 16 years ago
  36. 0321155 fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol by Jiri Olsa · 16 years ago
  37. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 16 years ago
  38. c43e259 security: call security_file_permission from rw_verify_area by James Morris · 16 years ago
  39. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  40. 6087b2d optimize compat_core_sys_select() by a using stack space for small fd sets by Badari Pulavarty · 17 years ago
  41. 8317f14 simplify compat_sys_timerfd by Heiko Carstens · 17 years ago
  42. 83f5d12 signal/timer/event: timerfd compat code by Davide Libenzi · 17 years ago
  43. 6d18c92 signal/timer/event: signalfd compat code by Davide Libenzi · 17 years ago
  44. 1c710c8 utimensat implementation by Ulrich Drepper · 17 years ago
  45. 6272e26 cleanup compat ioctl handling by Christoph Hellwig · 17 years ago
  46. 022a169 ROUND_UP macro cleanup in fs/(select|compat|readdir).c by Milind Arun Choudhary · 17 years ago
  47. a106009 [PATCH] x86-64: Print type and size correctly for unknown compat ioctls by Andi Kleen · 17 years ago
  48. f6dfb4f [PATCH] Add epoll compat_ code to fs/compat.c by Davide Libenzi · 17 years ago
  49. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 17 years ago
  50. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 17 years ago
  51. 7116e99 [PATCH] compat: fix uaccess handling by Heiko Carstens · 17 years ago
  52. 822191a [PATCH] skip data conversion in compat_sys_mount when data_page is NULL by Andrey Mirkin · 17 years ago
  53. bd01f84 [PATCH] severing skbuff.h -> poll.h by Al Viro · 18 years ago
  54. a1f8e7f7 [PATCH] severing skbuff.h -> highmem.h by Al Viro · 18 years ago
  55. 87c2b7c [PATCH] sys_pselect7 vs compat_sys_pselect7 uaccess error handling by Heiko Carstens · 18 years ago
  56. 90cbad6 [PATCH] more fs/compat.c __user annotations by Al Viro · 18 years ago
  57. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  58. 3f2e05e [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.h by David Howells · 18 years ago
  59. 8f0ab51 [PATCH] csa: convert CONFIG tag for extended accounting routines by Jay Lan · 18 years ago
  60. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  61. 07f3f05 [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] by David Howells · 18 years ago
  62. 7583334 [PATCH] Check return value of copy_to_user in compat_sys_pselect7 by Andi Kleen · 18 years ago
  63. bebfa10 [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warnings by Andi Kleen · 18 years ago
  64. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  65. d64b1c8 [PATCH] NFS: fix error handling on access_ok in compat_sys_nfsservctl by Lin Feng Shen · 18 years ago
  66. 3835a9b [PATCH] fs/compat.c: fix 'if (a |= b )' typo by Alexey Dobriyan · 18 years ago
  67. 98232d5 [PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV check by Jens Axboe · 18 years ago
  68. d261020 [PATCH] x86_64: Add compat_sys_vmsplice and use it in x86-64 by Andi Kleen · 18 years ago
  69. e7edf9c [PATCH] LSM: add missing hook to do_compat_readv_writev() by James Morris · 18 years ago
  70. 68c3431 [PATCH] Fold select_bits_alloc/free into caller code. by Vadim Lobanov · 18 years ago
  71. 11b0b5a [PATCH] use kzalloc and kcalloc in core fs code by Oliver Neukum · 18 years ago
  72. 57070d0 [PATCH] compat_sys_nfsservctl(): handle errors correctly by Peter Staubach · 18 years ago
  73. 82d821d [PATCH] Conditionalize compat_sys_newfstatat by Kyle McMartin · 18 years ago
  74. 74910e6 [PATCH] select: time comparison fixes by Andrew Morton · 18 years ago
  75. 643a654 [PATCH] select: fix returned timeval by Andrew Morton · 18 years ago
  76. 9ad11ab [PATCH] compat: fix compat_sys_openat and friends by Stephen Rothwell · 18 years ago
  77. cb82a6c [PATCH] compat_sys_pselect7() fix by Andrew Morton · 18 years ago
  78. 7e732bf [PATCH] Fix regression added by ppoll/pselect code. by David S. Miller · 18 years ago
  79. 9f72949 [PATCH] Add pselect/ppoll system call implementation by David Woodhouse · 18 years ago
  80. 5590ff0 [PATCH] vfs: *at functions: core by Ulrich Drepper · 18 years ago
  81. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  82. 2520f14 [PATCH] Fix overflow tests for compat_sys_fcntl64 locking by NeilBrown · 18 years ago
  83. e28cc71 Relax the rw_verify_area() error checking. by Linus Torvalds · 18 years ago
  84. 86e07ce [PATCH] Fix error handling with put_compat_statfs() by David Gibson · 19 years ago
  85. 9e18fcd [PATCH] Remove compat ioctl semaphore by Andi Kleen · 19 years ago
  86. 365e9c87 [PATCH] mm: update_hiwaters just in time by Hugh Dickins · 19 years ago
  87. 4a805e8 [COMPAT]: Fixup compat_do_execve() by David S. Miller · 19 years ago
  88. ac5b8b6 Preempt-safe RCU file usage by Linus Torvalds · 19 years ago
  89. a4531ed Fix up lost patch in compat_sys_select() for new RCU files world order by Linus Torvalds · 19 years ago
  90. e922efc [PATCH] remove duplicated sys_open32() code from 64bit archs by Miklos Szeredi · 19 years ago
  91. 5dd42c2 [PATCH] remove register_ioctl32_conversion and unregister_ioctl32_conversion by Adrian Bunk · 19 years ago
  92. 202e597 [PATCH] compat: be more consistent about [ug]id_t by Stephen Rothwell · 19 years ago
  93. 0eeca28 [PATCH] inotify by Robert Love · 19 years ago
  94. 5fc3e62 [PATCH] NFS4: Don't use __user with compat_uptr_t by David Howells · 19 years ago
  95. 9a9947b [PATCH] Add 32-bit compatibility for NFSv4 mount by David Howells · 19 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago