aboutsummaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07autofs4: merge auto_fs.h and auto_fs4.hIan Kent1-1/+0
2017-12-28fs: compat_ioctl: add new DVB demux ioctlsMauro Carvalho Chehab1-0/+5
2017-12-13media: dvb_frontend: Add compat_ioctl callbackJaedon Shin1-17/+0
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-122/+0
2017-11-05fs: make fiemap work from compat_ioctlJosef Bacik1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-20i2c compat ioctls: move to ->compat_ioctl()Al Viro1-122/+0
2017-09-05media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftoversMauro Carvalho Chehab1-2/+0
2017-07-08Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+9
2017-06-09tty: add compat_ioctl callbacksAleksa Sarai1-6/+0
2017-05-25sanitize do_i2c_smbus_ioctl()Al Viro1-10/+9
2017-04-29fs: compat: Remove warning from COMPATIBLE_IOCTLMark Charlebois1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-24fs: compat_ioctl: add pretimeout functions for watchdogsWolfram Sang1-0/+2
2016-06-28[media] cec: add compat32 ioctl supportHans Verkuil1-0/+12
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+3
2016-02-08fs/compat: remove useless compat ioctl for parport deviceBamvor Jian Zhang1-22/+0
2016-01-27Bluetooth: Add missing COMPATIBLE_IOCTL for UART line disciplineMarcel Holtmann1-0/+3
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+0
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2016-01-08nbd: use ->compat_ioctl()Al Viro1-11/+0
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn1-62/+68
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro1-51/+52
2016-01-08compat_ioctl: don't look up the fd twiceJann Horn1-54/+68
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong1-0/+1
2016-01-01vfs: wire up compat ioctl for CLONE/CLONE_RANGEDarrick J. Wong1-0/+4
2015-10-23i2c-dev: Fix typo in ioctl name referenceJean Delvare1-1/+1
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka1-0/+1
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk1-0/+2
2014-07-11Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann1-1/+1
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-2/+3
2014-01-21fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter1-1/+2
2013-10-24file->f_op is never NULL...Al Viro1-2/+2
2013-06-29compat.c: LOOP_CLR_FD is taken care of in loop.c itself...Al Viro1-3/+0
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Han Shen1-1/+0
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman1-0/+2
2012-10-25fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov1-0/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+12
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+2
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-15/+12
2012-09-25compat_ioctl: Avoid using undefined RS-485 IOCTLsJaeden Amero1-0/+4
2012-09-21compat_ioctl: Add RS-485 IOCTLs to the listJaeden Amero1-0/+2
2012-09-04Input: Add KD[GS]KBDIACRUC ioctls to the compatible listMichael Schutte1-0/+2
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+0
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1