summaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: compat_ioctl: add pretimeout functions for watchdogsWolfram Sang2016-09-241-0/+2
* [media] cec: add compat32 ioctl supportHans Verkuil2016-06-281-0/+12
* Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2016-02-141-0/+3
|\
| * Bluetooth: Add missing COMPATIBLE_IOCTL for UART line disciplineMarcel Holtmann2016-01-271-0/+3
* | fs/compat: remove useless compat ioctl for parport deviceBamvor Jian Zhang2016-02-081-22/+0
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-11/+0
|\
| * nbd: use ->compat_ioctl()Al Viro2016-01-081-11/+0
* | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-121-0/+5
|\ \ | |/ |/|
| * vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong2016-01-011-0/+1
| * vfs: wire up compat ioctl for CLONE/CLONE_RANGEDarrick J. Wong2016-01-011-0/+4
* | compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn2016-01-081-62/+68
* | compat_ioctl: don't pass fd around when not neededAl Viro2016-01-081-51/+52
* | compat_ioctl: don't look up the fd twiceJann Horn2016-01-081-54/+68
|/
* i2c-dev: Fix typo in ioctl name referenceJean Delvare2015-10-231-1/+1
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-0/+1
* Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2015-04-031-0/+2
* Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann2014-07-111-1/+1
* fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-2/+3
* fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter2014-01-211-1/+2
* file->f_op is never NULL...Al Viro2013-10-241-2/+2
* compat.c: LOOP_CLR_FD is taken care of in loop.c itself...Al Viro2013-06-291-3/+0
* Removed unused typedef to avoid "unused local typedef" warnings.Han Shen2013-05-041-1/+0
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman2012-10-291-0/+2
|\
| * fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook2012-10-251-0/+2
* | tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov2012-10-251-0/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-15/+12
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-261-15/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-10-021-0/+2
|\ \
| * | Input: Add KD[GS]KBDIACRUC ioctls to the compatible listMichael Schutte2012-09-041-0/+2
| |/
* | compat_ioctl: Avoid using undefined RS-485 IOCTLsJaeden Amero2012-09-251-0/+4
* | compat_ioctl: Add RS-485 IOCTLs to the listJaeden Amero2012-09-211-0/+2
|/
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+0
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+0
* | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-151-0/+1
|\
| * [media] fs/compat_ioctl: it needs to see the DVBv3 compat stuffMauro Carvalho Chehab2011-12-311-0/+1
* | vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds2012-01-051-36/+2
|/
* compat_ioctl: add compat handler for PPPIOCGL2TPSTATSFlorian Westphal2011-08-071-0/+1
* compat_ioctl: fix warning caused by qemuJohannes Stezenbach2011-07-011-0/+5
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-071-0/+1
|\
| * TTY: Add tty ioctl to figure device node of the system console.Werner Fink2010-12-161-0/+1
* | [media] V4L1 removal: Remove linux/videodev.hMauro Carvalho Chehab2010-12-291-1/+1
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-281-26/+3
|\
| * smbfs: move to drivers/stagingArnd Bergmann2010-10-051-26/+0
* | fix rawctl compat ioctls breakage on amd64 and itanicAl Viro2010-10-191-70/+0
|/
* bkl: Remove locked .ioctl file operationArnd Bergmann2010-08-141-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-08-101-0/+1
|\
OpenPOWER on IntegriCloud