aboutsummaryrefslogtreecommitdiff
path: root/fs/binfmt_misc.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-20exec: do not leave bprm->interp on stackGravatar Kees Cook 1-1/+4
2012-12-17exec: use -ELOOP for max recursion depthGravatar Kees Cook 1-6/+0
2012-11-28get rid of pt_regs argument of ->load_binary()Gravatar Al Viro 1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Gravatar Al Viro 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-23magic.h: move some FS magic numbers into magic.hGravatar Muthu Kumar 1-1/+2
2012-03-20__register_binfmt() made voidGravatar Al Viro 1-5/+2
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbGravatar Al Viro 1-3/+3
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-1/+1
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingGravatar Al Viro 1-2/+1
2010-10-29convert get_sb_single() usersGravatar Al Viro 1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+3
2010-09-09binfmt_misc: fix binfmt_misc priorityGravatar Jan Sembera 1-1/+1
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-1/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-2/+3
2009-01-06fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/statusGravatar Qinghuang Feng 1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-3/+0
2008-10-16Allow recursion in binfmt_script and binfmt_miscGravatar Kirill A. Shutemov 1-2/+2
2008-08-20binfmt_misc: fix false -ENOEXEC when coupled with other binary handlersGravatar Pavel Emelyanov 1-2/+2
2008-07-24binfmt_misc: use simple_read_from_buffer()Gravatar Akinobu Mita 1-17/+3
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowGravatar Pavel Emelyanov 1-0/+6
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Gravatar Al Viro 1-17/+1
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-1/+1
2007-07-19mm: variable length argument supportGravatar Ollie Wild 1-1/+3
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-1/+1
2007-05-09use simple_read_from_buffer() in fs/Gravatar Akinobu Mita 1-12/+1
2007-05-08inode numbering: change libfs sb creation routines to avoid collisions with t...Gravatar Jeff Layton 1-2/+2
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-5/+5
2006-09-29[PATCH] Fix unserialized task->files changingGravatar Kirill Korotaev 1-4/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateGravatar Theodore Ts'o 1-4/+4
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 1-4/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-06-22[PATCH] remove steal_locks()Gravatar Miklos Szeredi 1-1/+0
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Gravatar Trond Myklebust 1-1/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-3/+3
2006-01-14[PATCH] Unlinline a bunch of other functionsGravatar Arjan van de Ven 1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-6/+6
2005-11-09[PATCH] add a file_permission helperGravatar Christoph Hellwig 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+780