summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-301-66/+320
|\
| * binfmt_misc: enable sandboxed mountsChristian Brauner2023-10-111-34/+168
| * binfmt_misc: cleanup on filesystem umountChristian Brauner2023-10-111-48/+168
* | fs: convert core infrastructure to new timestamp accessorsJeff Layton2023-10-181-1/+1
|/
* fs: convert to ctime accessor functionsJeff Layton2023-07-131-2/+1
* binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin2022-12-021-4/+4
* Fix regression due to "fs: move binfmt_misc sysctl to its own file"Domenico Andreoli2022-02-091-5/+1
* binfmt_misc: fix crash when load/unload moduleTong Zhang2022-01-301-4/+4
* fs: move binfmt_misc sysctl to its own fileLuis Chamberlain2022-01-221-1/+5
* 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