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