summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_misc.c
Commit message (Expand)AuthorAgeFilesLines
* binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak2021-03-131-15/+14
* binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier2021-02-151-1/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-2/+2
|\
| * exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig2020-06-041-2/+2
* | exec: Compute file based creds only onceEric W. Biederman2020-05-291-1/+1
* | exec: Remove recursion from search_binary_handlerEric W. Biederman2020-05-211-15/+3
* | exec: Generic execfd supportEric W. Biederman2020-05-211-32/+8
* | exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman2020-05-211-4/+0
* | exec: Allow load_misc_binary to call prepare_binprm unconditionallyEric W. Biederman2020-05-211-12/+3
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+15
|\
| * vfs: Convert binfmt_misc to use the new mount APIDavid Howells2019-07-041-5/+15
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* 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