1. f0ac2ab ncpfs: remove compat functionality by Greg Kroah-Hartman · 6 years ago
  2. 801b25f fs/compat.c: trim unused includes by Al Viro · 7 years ago
  3. f502985 move compat_rw_copy_check_uvector() over to fs/read_write.c by Al Viro · 7 years ago
  4. 2b89102 fhandle: move compat syscalls from compat.c by Al Viro · 7 years ago
  5. e35d49f open: move compat syscalls from compat.c by Al Viro · 7 years ago
  6. ac565de stat: move compat syscalls from compat.c by Al Viro · 7 years ago
  7. 80f0cce fcntl: move compat syscalls from compat.c by Al Viro · 7 years ago
  8. 0460b2a readdir: move compat syscalls from compat.c by Al Viro · 7 years ago
  9. 4ada54e statfs: move compat syscalls from compat.c by Al Viro · 7 years ago
  10. 1a060ba utimes: move compat syscalls from compat.c by Al Viro · 7 years ago
  11. e99ca56 move compat select-related syscalls to fs/select.c by Al Viro · 7 years ago
  12. 2611dc1 Remove compat_sys_getdents64() by Al Viro · 7 years ago
  13. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 7 years ago
  14. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  15. c00d2c7 move aio compat to fs/aio.c by Al Viro · 8 years ago
  16. 64d2ab3 vfs: fix put_compat_statfs64() does not handle errors by Li Wang · 8 years ago
  17. 9dcfcda compat: remove compat_printk() by Arnd Bergmann · 8 years ago
  18. 85e7340 fs: compat: remove redundant check of nr_segs by Shawn Lin · 8 years ago
  19. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  20. 63b6df1 give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() by Al Viro · 8 years ago
  21. 1f60fbe ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 8 years ago
  22. b40ef86 saner calling conventions for copy_mount_options() by Al Viro · 9 years ago
  23. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  24. 5e6123f vfs: move getname() from callers to do_mount() by Seunghun Lee · 10 years ago
  25. b8850d1 fs: namespace: suppress 'may be used uninitialized' warnings by Tim Gardner · 10 years ago
  26. 0d3f7a2 locks: rename file-private locks to "open file description locks" by Jeff Layton · 10 years ago
  27. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  28. 7125764 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  29. 5d50ffd locks: add new fcntl cmd values for handling file private locks by Jeff Layton · 10 years ago
  30. 932602e fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  31. 625b1d7 fs/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  32. 0473c9b compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 by Heiko Carstens · 10 years ago
  33. 81993e8 compat: Get rid of (get|put)_compat_time(val|spec) by H. Peter Anvin · 10 years ago
  34. ac6614b [readdir] constify ->actor by Al Viro · 11 years ago
  35. bb6f619 [readdir] introduce ->iterate(), ctx->pos, dir_emit() by Al Viro · 11 years ago
  36. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 11 years ago
  37. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  38. c0bd14af kill fs/read_write.h by Al Viro · 11 years ago
  39. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  40. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  41. 72ec351 switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  42. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  43. 8aec0f5 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 11 years ago
  44. 76b021d convert vmsplice to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  45. 35280bd switch epoll_pwait to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  46. 19f4fc3 convert sendfile{,64} to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  47. 7d197ed switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  48. 9d94b9e switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  49. f482e1b switch compat_sys_open* to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  50. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  51. 8f9c011 compat: fs: Generic compat_sys_sendfile implementation by Catalin Marinas · 12 years ago
  52. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  53. 0e665d5 vfs: missed source of ->f_pos races by Al Viro · 12 years ago
  54. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  55. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  56. 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 12 years ago
  57. ac34ebb aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() by Christopher Yeoh · 12 years ago
  58. 863ced7 switch readdir/getdents to fget_light/fput_light by Al Viro · 12 years ago
  59. a7c1938 userns: Convert stat to return values mapped from kuids and kgids by Eric W. Biederman · 12 years ago
  60. 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
  61. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  62. 4ee5c0d compat: Create compat_sys_p{read,write}v64 by H. J. Lu · 12 years ago
  63. fcf8306 vfs: fix compat_sys_stat() handling of overflows in st_nlink by Al Viro · 12 years ago
  64. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  65. cf31e70 vfs: new helper - vfs_ustat() by Al Viro · 13 years ago
  66. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  67. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  68. 1448c72 compat: sync compat_stats with statfs. by Eric W. Biederman · 13 years ago
  69. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  70. c152292 nfsd: remove include/linux/nfsd/syscall.h by J. Bruce Fields · 13 years ago
  71. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  72. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago
  73. 0e02846 exec: unify do_execve/compat_do_execve code by Oleg Nesterov · 13 years ago
  74. 2c3d44d select: remove unused MAX_SELECT_SECONDS by Namhyung Kim · 14 years ago
  75. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 14 years ago
  76. c8b91ac clean statfs-like syscalls up by Al Viro · 13 years ago
  77. 586ce09 compat breakage in preadv() and pwritev() by Al Viro · 13 years ago
  78. e0bb6bd compat: copy missing fields in compat_statfs64 to user by Namhyung Kim · 14 years ago
  79. 974d879 compat: update comment of compat statfs syscalls by Namhyung Kim · 14 years ago
  80. 6a5640f compat: remove unnecessary assignment in compat_rw_copy_check_uvector() by Namhyung Kim · 14 years ago
  81. 114279b exec: copy-and-paste the fixes into compat_do_execve() paths by Oleg Nesterov · 14 years ago
  82. 504b701 fs/compat.c: fix build on MIPS/s390 by wu zhangjin · 14 years ago
  83. 435f49a readv/writev: do the same MAX_RW_COUNT truncation that read/write does by Linus Torvalds · 14 years ago
  84. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  85. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  86. 2116b7a smbfs: move to drivers/staging by Arnd Bergmann · 14 years ago
  87. 767b68e Prevent freeing uninitialized pointer in compat_do_readv_writev by Dan Rosenberg · 14 years ago
  88. 1e14056 nfsd: allow deprecated interface to be compiled out. by NeilBrown · 14 years ago
  89. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  90. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  91. 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
  92. 85c9fe8 vfs: fix warning: 'dirent' is used uninitialized in this function by Kevin Winchester · 14 years ago
  93. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 14 years ago
  94. 2a12a9d fsnotify: pass a file instead of an inode to open, read, and write by Eric Paris · 15 years ago
  95. a253129 update email address by Pavel Machek · 14 years ago
  96. 7cbe177 fs/compat_rw_copy_check_uvector: add missing compat_ptr call by Heiko Carstens · 14 years ago
  97. 9d85cba aio: fix the compat vectored operations by Jeff Moyer · 14 years ago
  98. b837336 compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev by Jeff Moyer · 14 years ago
  99. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 14 years ago
  100. 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