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