aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_misc.c
AgeCommit message (Expand)Author
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-29binfmt_misc: ->s_root is not going anywhereAl Viro
2016-03-30binfmt_misc: add persistent opened binary handler for containersJames Bottomley
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17fs/binfmt_misc.c: simplify entry_status()Rasmus Villemoes
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2014-12-17unfuck binfmt_misc.c (broken by commit e6084d4)Al Viro
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-12-10fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USERAndrew Morton
2014-12-10binfmt_misc: clean up code style a bitMike Frysinger
2014-12-10binfmt_misc: add comments & debug logsMike Frysinger
2014-12-10binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-10-14binfmt_misc: work around gcc-4.9 warningArnd Bergmann
2014-10-14binfmt_misc: expand the register format limit to 1920 bytesMike Frysinger
2014-04-03binfmt_misc: add missing 'break' statementLuis Henriques
2013-04-30binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20exec: do not leave bprm->interp on stackKees Cook
2012-12-17exec: use -ELOOP for max recursion depthKees Cook
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar
2012-03-20__register_binfmt() made voidAl Viro
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro
2010-10-29convert get_sb_single() usersAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-09binfmt_misc: fix binfmt_misc priorityJan Sembera
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2009-01-06fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/statusQinghuang Feng
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-10-16Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov
2008-08-20binfmt_misc: fix false -ENOEXEC when coupled with other binary handlersPavel Emelyanov
2008-07-24binfmt_misc: use simple_read_from_buffer()Akinobu Mita
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-07-19mm: variable length argument supportOllie Wild
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-09use simple_read_from_buffer() in fs/Akinobu Mita
2007-05-08inode numbering: change libfs sb creation routines to avoid collisions with t...Jeff Layton