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