aboutsummaryrefslogtreecommitdiff
path: root/fs/compat_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-08Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-10/+9
2017-06-09tty: add compat_ioctl callbacksGravatar Aleksa Sarai 1-6/+0
2017-05-25sanitize do_i2c_smbus_ioctl()Gravatar Al Viro 1-10/+9
2017-04-29fs: compat: Remove warning from COMPATIBLE_IOCTLGravatar Mark Charlebois 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-24fs: compat_ioctl: add pretimeout functions for watchdogsGravatar Wolfram Sang 1-0/+2
2016-06-28[media] cec: add compat32 ioctl supportGravatar Hans Verkuil 1-0/+12
2016-02-14Merge 4.5-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+3
2016-02-08fs/compat: remove useless compat ioctl for parport deviceGravatar Bamvor Jian Zhang 1-22/+0
2016-01-27Bluetooth: Add missing COMPATIBLE_IOCTL for UART line disciplineGravatar Marcel Holtmann 1-0/+3
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+0
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2016-01-08nbd: use ->compat_ioctl()Gravatar Al Viro 1-11/+0
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Gravatar Jann Horn 1-62/+68
2016-01-08compat_ioctl: don't pass fd around when not neededGravatar Al Viro 1-51/+52
2016-01-08compat_ioctl: don't look up the fd twiceGravatar Jann Horn 1-54/+68
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsGravatar Darrick J. Wong 1-0/+1
2016-01-01vfs: wire up compat ioctl for CLONE/CLONE_RANGEGravatar Darrick J. Wong 1-0/+4
2015-10-23i2c-dev: Fix typo in ioctl name referenceGravatar Jean Delvare 1-1/+1
2015-07-09ioctl_compat: handle FITRIMGravatar Mikulas Patocka 1-0/+1
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGravatar Grzegorz Kolodziejczyk 1-0/+2
2014-07-11Bluetooth: Move HCI socket definitions into its own header fileGravatar Marcel Holtmann 1-1/+1
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesGravatar Heiko Carstens 1-2/+3
2014-01-21fs/compat_ioctl.c: fix an underflow issue (harmless)Gravatar Dan Carpenter 1-1/+2
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-2/+2
2013-06-29compat.c: LOOP_CLR_FD is taken care of in loop.c itself...Gravatar Al Viro 1-3/+0
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Gravatar Han Shen 1-1/+0
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-10-29Merge 3.7-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-0/+2
2012-10-25fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkGravatar Kees Cook 1-0/+2
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingGravatar Cyrill Gorcunov 1-0/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-15/+12
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+2
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-15/+12
2012-09-25compat_ioctl: Avoid using undefined RS-485 IOCTLsGravatar Jaeden Amero 1-0/+4
2012-09-21compat_ioctl: Add RS-485 IOCTLs to the listGravatar Jaeden Amero 1-0/+2
2012-09-04Input: Add KD[GS]KBDIACRUC ioctls to the compatible listGravatar Michael Schutte 1-0/+2
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Gravatar Paul Mackerras 1-1/+1
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+0
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2012-01-05vfs: fix up ENOIOCTLCMD error handlingGravatar Linus Torvalds 1-36/+2
2011-12-31[media] fs/compat_ioctl: it needs to see the DVBv3 compat stuffGravatar Mauro Carvalho Chehab 1-0/+1
2011-08-07compat_ioctl: add compat handler for PPPIOCGL2TPSTATSGravatar Florian Westphal 1-0/+1
2011-07-01compat_ioctl: fix warning caused by qemuGravatar Johannes Stezenbach 1-0/+5
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+1
2010-12-29[media] V4L1 removal: Remove linux/videodev.hGravatar Mauro Carvalho Chehab 1-1/+1
2010-12-16TTY: Add tty ioctl to figure device node of the system console.Gravatar Werner Fink 1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-28Merge 'staging-next' to Linus's treeGravatar Greg Kroah-Hartman 1-26/+3