aboutsummaryrefslogtreecommitdiff
path: root/fs/compat_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersGravatar Christoph Hellwig 1-5/+26
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingGravatar Arnd Bergmann 1-3/+0
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-131/+0
2018-10-25Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-68/+1
2018-10-13compat_ioctl - kill keyboard ioctl handlingGravatar Al Viro 1-29/+0
2018-10-13gigaset: add ->compat_ioctl()Gravatar Al Viro 1-5/+0
2018-10-13kill the rest of tty COMPAT_IOCTL() entriesGravatar Al Viro 1-13/+0
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Gravatar Al Viro 1-67/+0
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Gravatar Al Viro 1-51/+0
2018-09-12media: dvb: move compat handlers into driversGravatar Arnd Bergmann 1-78/+0
2018-09-12media: dvb: move most compat_ioctl handling into driversGravatar Arnd Bergmann 1-31/+0
2018-09-12media: cec: move compat_ioctl handling to cec-api.cGravatar Arnd Bergmann 1-12/+0
2018-09-12media: dvb: dmxdev: move compat_ioctl handling to dmxdev.cGravatar Arnd Bergmann 1-12/+0
2018-09-12media: dvb: fix compat ioctl translationGravatar Arnd Bergmann 1-4/+6
2018-09-11presence of RS485 ioctls has been unconditional since 2014Gravatar Al Viro 1-4/+0
2018-09-10hidp: fix compat_ioctlGravatar Al Viro 1-10/+0
2018-09-10cmtp: fix compat_ioctlGravatar Al Viro 1-9/+0
2018-09-10bnep: fix compat_ioctlGravatar Al Viro 1-11/+0
2018-09-10compat_ioctl: trim the pointless includesGravatar Al Viro 1-39/+1
2018-07-30media: dvb/audio.h: get rid of unused APIsGravatar Mauro Carvalho Chehab 1-3/+0
2018-07-30media: dvb/video.h: get rid of unused APIsGravatar Mauro Carvalho Chehab 1-7/+0
2018-07-27media: dvb: get rid of VIDEO_SET_SPU_PALETTEGravatar Mauro Carvalho Chehab 1-30/+0
2018-06-07autofs: clean up includesGravatar Ian Kent 1-1/+0
2018-06-07autofs4: merge auto_fs.h and auto_fs4.hGravatar Ian Kent 1-1/+0
2017-12-28fs: compat_ioctl: add new DVB demux ioctlsGravatar Mauro Carvalho Chehab 1-0/+5
2017-12-13media: dvb_frontend: Add compat_ioctl callbackGravatar Jaedon Shin 1-17/+0
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-122/+0
2017-11-05fs: make fiemap work from compat_ioctlGravatar Josef Bacik 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-20i2c compat ioctls: move to ->compat_ioctl()Gravatar Al Viro 1-122/+0
2017-09-05media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftoversGravatar Mauro Carvalho Chehab 1-2/+0
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