aboutsummaryrefslogtreecommitdiff
path: root/fs/binfmt_misc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-66/+320
2023-10-18fs: convert core infrastructure to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-11binfmt_misc: enable sandboxed mountsGravatar Christian Brauner 1-34/+168
2023-10-11binfmt_misc: cleanup on filesystem umountGravatar Christian Brauner 1-48/+168
2023-07-13fs: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+1
2022-12-02binfmt_misc: fix shift-out-of-bounds in check_special_flagsGravatar Liu Shixin 1-4/+4
2022-02-09Fix regression due to "fs: move binfmt_misc sysctl to its own file"Gravatar Domenico Andreoli 1-5/+1
2022-01-30binfmt_misc: fix crash when load/unload moduleGravatar Tong Zhang 1-4/+4
2022-01-22fs: move binfmt_misc sysctl to its own fileGravatar Luis Chamberlain 1-1/+5
2021-03-13binfmt_misc: fix possible deadlock in bm_register_writeGravatar Lior Ribak 1-15/+14
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterGravatar Laurent Vivier 1-1/+3
2020-06-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2020-06-04exec: simplify the copy_strings_kernel calling conventionGravatar Christoph Hellwig 1-2/+2
2020-05-29exec: Compute file based creds only onceGravatar Eric W. Biederman 1-1/+1
2020-05-21exec: Remove recursion from search_binary_handlerGravatar Eric W. Biederman 1-15/+3
2020-05-21exec: Generic execfd supportGravatar Eric W. Biederman 1-32/+8
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerGravatar Eric W. Biederman 1-4/+0
2020-05-21exec: Allow load_misc_binary to call prepare_binprm unconditionallyGravatar Eric W. Biederman 1-12/+3
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-5/+15
2019-07-04vfs: Convert binfmt_misc to use the new mount APIGravatar David Howells 1-5/+15
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Gravatar Al Viro 1-1/+1
2018-06-15docs: Fix more broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-07fs/binfmt_misc.c: do not allow offset overflowGravatar Thadeu Lima de Souza Cascardo 1-3/+9
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Gravatar Dominik Brodowski 1-1/+1
2017-10-13fs/binfmt_misc.c: node could be NULL when evicting inodeGravatar Eryu Guan 1-1/+1
2017-10-03exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayGravatar Oleg Nesterov 1-9/+5
2017-10-03exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Gravatar Oleg Nesterov 1-4/+8
2017-10-03exec: binfmt_misc: remove the confusing e->interp_file != NULL checksGravatar Oleg Nesterov 1-2/+2
2017-10-03exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...Gravatar Oleg Nesterov 1-6/+6
2017-10-03exec: binfmt_misc: don't nullify Node->dentry in kill_node()Gravatar Oleg Nesterov 1-13/+9
2017-09-04fs: fix kernel_read prototypeGravatar Christoph Hellwig 1-1/+4
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+39
2016-05-29binfmt_misc: ->s_root is not going anywhereGravatar Al Viro 1-8/+4
2016-03-30binfmt_misc: add persistent opened binary handler for containersGravatar James Bottomley 1-2/+39
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+8
2015-04-17fs/binfmt_misc.c: simplify entry_status()Gravatar Rasmus Villemoes 1-21/+9
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsGravatar David Howells 1-8/+8
2014-12-17unfuck binfmt_misc.c (broken by commit e6084d4)Gravatar Al Viro 1-4/+3
2014-12-13syscalls: implement execveat() system callGravatar David Drysdale 1-0/+4
2014-12-10fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USERGravatar Andrew Morton 1-2/+2
2014-12-10binfmt_misc: clean up code style a bitGravatar Mike Frysinger 1-148/+145
2014-12-10binfmt_misc: add comments & debug logsGravatar Mike Frysinger 1-15/+121
2014-12-10binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Gravatar Yann Droneaud 1-1/+1
2014-10-14binfmt_misc: work around gcc-4.9 warningGravatar Arnd Bergmann 1-2/+2
2014-10-14binfmt_misc: expand the register format limit to 1920 bytesGravatar Mike Frysinger 1-2/+17