summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_misc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov2008-10-161-2/+2
* binfmt_misc: fix false -ENOEXEC when coupled with other binary handlersPavel Emelyanov2008-08-201-2/+2
* binfmt_misc: use simple_read_from_buffer()Akinobu Mita2008-07-241-17/+3
* binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov2008-04-291-0/+6
* [PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro2008-04-251-17/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* mm: variable length argument supportOllie Wild2007-07-191-1/+3
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-1/+1
* use simple_read_from_buffer() in fs/Akinobu Mita2007-05-091-12/+1
* inode numbering: change libfs sb creation routines to avoid collisions with t...Jeff Layton2007-05-081-2/+2
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
OpenPOWER on IntegriCloud