aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Al Viro1-1/+1
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab1-1/+1
2018-06-07fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo1-3/+9
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski1-1/+1
2017-10-13fs/binfmt_misc.c: node could be NULL when evicting inodeEryu Guan1-1/+1
2017-10-03exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov1-9/+5
2017-10-03exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov1-4/+8
2017-10-03exec: binfmt_misc: remove the confusing e->interp_file != NULL checksOleg Nesterov1-2/+2
2017-10-03exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict_inode()Oleg Nesterov1-6/+6
2017-10-03exec: binfmt_misc: don't nullify Node->dentry in kill_node()Oleg Nesterov1-13/+9
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-1/+4
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_miscLinus Torvalds1-2/+39
2016-05-29binfmt_misc: ->s_root is not going anywhereAl Viro1-8/+4
2016-03-30binfmt_misc: add persistent opened binary handler for containersJames Bottomley1-2/+39
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2015-04-17fs/binfmt_misc.c: simplify entry_status()Rasmus Villemoes1-21/+9
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-8/+8
2014-12-17unfuck binfmt_misc.c (broken by commit e6084d4)Al Viro1-4/+3
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-0/+4
2014-12-10fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USERAndrew Morton1-2/+2
2014-12-10binfmt_misc: clean up code style a bitMike Frysinger1-148/+145
2014-12-10binfmt_misc: add comments & debug logsMike Frysinger1-15/+121
2014-12-10binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-10-14binfmt_misc: work around gcc-4.9 warningArnd Bergmann1-2/+2
2014-10-14binfmt_misc: expand the register format limit to 1920 bytesMike Frysinger1-2/+17
2014-04-03binfmt_misc: add missing 'break' statementLuis Henriques1-0/+1
2013-04-30binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko1-20/+4
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-12-20exec: do not leave bprm->interp on stackKees Cook1-1/+4
2012-12-17exec: use -ELOOP for max recursion depthKees Cook1-6/+0
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar1-1/+2
2012-03-20__register_binfmt() made voidAl Viro1-5/+2
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-3/+3
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro1-2/+1
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+3
2010-09-09binfmt_misc: fix binfmt_misc priorityJan Sembera1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+3
2009-01-06fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/statusQinghuang Feng1-1/+1