e='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/fs/binfmt_misc.c
AgeCommit message (Expand)Author
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Al Viro
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab
2018-06-07fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski
2017-10-13fs/binfmt_misc.c: node could be NULL when evicting inodeEryu Guan
2017-10-03exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov
2017-10-03exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov
2017-10-03exec: binfmt_misc: remove the confusing e->interp_file != NULL checksOleg Nesterov
2017-10-03exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...Oleg Nesterov
2017-10-03exec: binfmt_misc: don't nullify Node->dentry in kill_node()Oleg Nesterov
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-29binfmt_misc: ->s_root is not going anywhereAl Viro
2016-03-30binfmt_misc: add persistent opened binary handler for containersJames Bottomley
2016-01-22wrappers for ->i_mutex accessAl Viro