aboutsummaryrefslogtreecommitdiff
path: root/fs/compat_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+14
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersGravatar Christoph Hellwig 1-5/+26
2019-10-23compat_ioctl: move SG_GET_REQUEST_TABLE handlingGravatar Arnd Bergmann 1-56/+1
2019-10-23compat_ioctl: ppp: move simple commands into ppp_generic.cGravatar Arnd Bergmann 1-32/+4
2019-10-23compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tGravatar Arnd Bergmann 1-33/+5
2019-10-23compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericGravatar Al Viro 1-32/+0
2019-10-23compat_ioctl: unify copy-in of ppp filtersGravatar Al Viro 1-37/+0
2019-10-23compat_ioctl: move SIOCOUTQ out of compat_ioctl.cGravatar Arnd Bergmann 1-2/+0
2019-10-23compat_ioctl: reimplement SG_IO handlingGravatar Arnd Bergmann 1-147/+1
2019-10-23compat_ioctl: move WDIOC handling into wdt driversGravatar Arnd Bergmann 1-11/+0
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsGravatar Arnd Bergmann 1-2/+0
2019-10-23compat_ioctl: remove unused convert_in_user macroGravatar Arnd Bergmann 1-7/+0
2019-10-23compat_ioctl: remove last RAID handling codeGravatar Arnd Bergmann 1-13/+0
2019-10-23compat_ioctl: remove /dev/raw ioctl translationGravatar Arnd Bergmann 1-4/+0
2019-10-23compat_ioctl: remove PCI ioctl translationGravatar Arnd Bergmann 1-6/+0
2019-10-23compat_ioctl: remove joystick ioctl translationGravatar Arnd Bergmann 1-7/+0
2019-10-23compat_ioctl: remove /dev/random commandsGravatar Arnd Bergmann 1-7/+0
2019-10-23compat_ioctl: remove IGNORE_IOCTL()Gravatar Arnd Bergmann 1-56/+0
2019-10-23compat_ioctl: remove translation for sound ioctlsGravatar Arnd Bergmann 1-158/+0
2019-10-23compat_ioctl: remove HIDIO translationGravatar Arnd Bergmann 1-17/+0
2019-10-23compat_ioctl: remove HCIUART handlingGravatar Arnd Bergmann 1-13/+0
2019-10-23compat_ioctl: move hci_sock handlers into driverGravatar Arnd Bergmann 1-24/+0
2019-10-23compat_ioctl: move rfcomm handlers into driverGravatar Arnd Bergmann 1-6/+0
2019-10-23compat_ioctl: move isdn/capi ioctl translation into driverGravatar Arnd Bergmann 1-17/+0
2019-10-23compat_ioctl: move ATYFB_CLK handling to atyfb driverGravatar Arnd Bergmann 1-2/+0
2019-10-23compat_ioctl: move tape handling into driversGravatar Arnd Bergmann 1-73/+0
2019-10-23compat_ioctl: move rtc handling into drivers/rtc/dev.cGravatar Arnd Bergmann 1-53/+0
2019-10-23compat_sys_ioctl(): make parallel to do_vfs_ioctl()Gravatar Al Viro 1-37/+28
2019-10-23compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.cGravatar Al Viro 1-35/+0
2019-10-23compat: itanic doesn't have oneGravatar Al Viro 1-2/+2
2019-10-23FIGETBSZ: fix compatGravatar Al Viro 1-1/+1
2019-10-23fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAPGravatar Al Viro 1-1/+2
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