1. f3e7234 fs/binfmt_misc.c: do not allow offset overflow by Thadeu Lima de Souza Cascardo · 6 years ago
  2. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  3. e9d488c Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc by Linus Torvalds · 8 years ago
  4. ea7d4c0 binfmt_misc: ->s_root is not going anywhere by Al Viro · 8 years ago
  5. 948b701 binfmt_misc: add persistent opened binary handler for containers by James Bottomley · 8 years ago
  6. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  7. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. 6ceafb8 fs/binfmt_misc.c: simplify entry_status() by Rasmus Villemoes · 9 years ago
  9. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 9 years ago
  10. 7d65cf1 unfuck binfmt_misc.c (broken by commit e6084d4) by Al Viro · 9 years ago
  11. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 9 years ago
  12. f7e1ad1 fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USER by Andrew Morton · 9 years ago
  13. e6084d4 binfmt_misc: clean up code style a bit by Mike Frysinger · 9 years ago
  14. 6b899c4 binfmt_misc: add comments & debug logs by Mike Frysinger · 9 years ago
  15. c6cb898 binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0) by Yann Droneaud · 9 years ago
  16. de8288b binfmt_misc: work around gcc-4.9 warning by Arnd Bergmann · 10 years ago
  17. bbaecc0 binfmt_misc: expand the register format limit to 1920 bytes by Mike Frysinger · 10 years ago
  18. b003f96 binfmt_misc: add missing 'break' statement by Luis Henriques · 10 years ago
  19. 8d82e18 binfmt_misc: reuse string_unescape_inplace() by Andy Shevchenko · 11 years ago
  20. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  21. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  22. b66c598 exec: do not leave bprm->interp on stack by Kees Cook · 11 years ago
  23. d740269 exec: use -ELOOP for max recursion depth by Kees Cook · 11 years ago
  24. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  25. 3c456bf get rid of pt_regs argument of search_binary_handler() by Al Viro · 12 years ago
  26. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  27. b502bd1 magic.h: move some FS magic numbers into magic.h by Muthu Kumar · 12 years ago
  28. 8fc3dc5 __register_binfmt() made void by Al Viro · 12 years ago
  29. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 12 years ago
  30. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  31. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  32. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  33. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  34. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  35. ee3aebd binfmt_misc: fix binfmt_misc priority by Jan Sembera · 14 years ago
  36. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  37. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  38. 87113e80 fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/status by Qinghuang Feng · 15 years ago
  39. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 15 years ago
  40. bf2a9a3 Allow recursion in binfmt_script and binfmt_misc by Kirill A. Shutemov · 16 years ago
  41. ff9bc51 binfmt_misc: fix false -ENOEXEC when coupled with other binary handlers by Pavel Emelyanov · 16 years ago
  42. 6e2c10a binfmt_misc: use simple_read_from_buffer() by Akinobu Mita · 16 years ago
  43. 3a2e7f4 binfmt_misc.c: avoid potential kernel stack overflow by Pavel Emelyanov · 16 years ago
  44. fd8328b [PATCH] sanitize handling of shared descriptor tables in failing execve() by Al Viro · 16 years ago
  45. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  46. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  47. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  48. 92f4c70 use simple_read_from_buffer() in fs/ by Akinobu Mita · 17 years ago
  49. 1a1c9bb inode numbering: change libfs sb creation routines to avoid collisions with their root inodes by Jeff Layton · 17 years ago
  50. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  51. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 17 years ago
  52. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 17 years ago
  53. 3b9b8ab [PATCH] Fix unserialized task->files changing by Kirill Korotaev · 18 years ago
  54. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  55. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  56. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  57. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  58. c89681e [PATCH] remove steal_locks() by Miklos Szeredi · 18 years ago
  59. 1f5ce9e VFS: Unexport do_kern_mount() and clean up simple_pin_fs() by Trond Myklebust · 18 years ago
  60. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  61. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  62. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  63. 8c744fb [PATCH] add a file_permission helper by Christoph Hellwig · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago