aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_misc.c
Commit message (Expand)AuthorAgeFilesLines
* turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2018-07-101-1/+1
* docs: Fix more broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo2018-06-071-3/+9
* fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-021-1/+1
* fs/binfmt_misc.c: node could be NULL when evicting inodeEryu Guan2017-10-131-1/+1
* exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-031-9/+5
* exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov2017-10-031-4/+8
* exec: binfmt_misc: remove the confusing e->interp_file != NULL checksOleg Nesterov2017-10-031-2/+2
* exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...Oleg Nesterov2017-10-031-6/+6
* exec: binfmt_misc: don't nullify Node->dentry in kill_node()Oleg Nesterov2017-10-031-13/+9
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-1/+4
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-071-2/+39
|\
| * binfmt_misc: add persistent opened binary handler for containersJames Bottomley2016-03-301-2/+39
* | binfmt_misc: ->s_root is not going anywhereAl Viro2016-05-291-8/+4
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-8/+8
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-8/+8
* | fs/binfmt_misc.c: simplify entry_status()Rasmus Villemoes2015-04-171-21/+9
|/
* unfuck binfmt_misc.c (broken by commit e6084d4)Al Viro2014-12-171-4/+3
* syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+4
* fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USERAndrew Morton2014-12-101-2/+2
* binfmt_misc: clean up code style a bitMike Frysinger2014-12-101-148/+145
* binfmt_misc: add comments & debug logsMike Frysinger2014-12-101-15/+121
* binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-101-1/+1
* binfmt_misc: work around gcc-4.9 warningArnd Bergmann2014-10-141-2/+2
* binfmt_misc: expand the register format limit to 1920 bytesMike Frysinger2014-10-141-2/+17
* binfmt_misc: add missing 'break' statementLuis Henriques2014-04-031-0/+1
* binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko2013-04-301-20/+4
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* exec: do not leave bprm->interp on stackKees Cook2012-12-201-1/+4
* exec: use -ELOOP for max recursion depthKees Cook2012-12-171-6/+0
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-281-1/+1
* get rid of pt_regs argument of search_binary_handler()Al Viro2012-11-281-1/+1
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* magic.h: move some FS magic numbers into magic.hMuthu Kumar2012-03-231-1/+2
* __register_binfmt() made voidAl Viro2012-03-201-5/+2
* vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-3/+3
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro2011-07-201-2/+1
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+3
* binfmt_misc: fix binfmt_misc priorityJan Sembera2010-09-091-1/+1
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+1
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+3
* fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/statusQinghuang Feng2009-01-061-1/+1