aboutsummaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+14
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig1-5/+26
2019-10-23compat_ioctl: move SG_GET_REQUEST_TABLE handlingArnd Bergmann1-56/+1
2019-10-23compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann1-32/+4
2019-10-23compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann1-33/+5
2019-10-23compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro1-32/+0
2019-10-23compat_ioctl: unify copy-in of ppp filtersAl Viro1-37/+0
2019-10-23compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann1-2/+0
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann1-147/+1
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann1-11/+0
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann1-2/+0
2019-10-23compat_ioctl: remove unused convert_in_user macroArnd Bergmann1-7/+0
2019-10-23compat_ioctl: remove last RAID handling codeArnd Bergmann1-13/+0
2019-10-23compat_ioctl: remove /dev/raw ioctl translationArnd Bergmann1-4/+0
2019-10-23compat_ioctl: remove PCI ioctl translationArnd Bergmann1-6/+0
2019-10-23compat_ioctl: remove joystick ioctl translationArnd Bergmann1-7/+0
2019-10-23compat_ioctl: remove /dev/random commandsArnd Bergmann1-7/+0
2019-10-23compat_ioctl: remove IGNORE_IOCTL()Arnd Bergmann1-56/+0
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann1-158/+0
2019-10-23compat_ioctl: remove HIDIO translationArnd Bergmann1-17/+0
2019-10-23compat_ioctl: remove HCIUART handlingArnd Bergmann1-13/+0
2019-10-23compat_ioctl: move hci_sock handlers into driverArnd Bergmann1-24/+0
2019-10-23compat_ioctl: move rfcomm handlers into driverArnd Bergmann1-6/+0
2019-10-23compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann1-17/+0
2019-10-23compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann1-2/+0
2019-10-23compat_ioctl: move tape handling into driversArnd Bergmann1-73/+0
2019-10-23compat_ioctl: move rtc handling into drivers/rtc/dev.cArnd Bergmann1-53/+0
2019-10-23compat_sys_ioctl(): make parallel to do_vfs_ioctl()Al Viro1-37/+28
2019-10-23compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.cAl Viro1-35/+0
2019-10-23compat: itanic doesn't have oneAl Viro1-2/+2
2019-10-23FIGETBSZ: fix compatAl Viro1-1/+1
2019-10-23fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAPAl Viro1-1/+2
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann1-3/+0
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-131/+0
2018-10-25Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-68/+1
2018-10-13compat_ioctl - kill keyboard ioctl handlingAl Viro1-29/+0
2018-10-13gigaset: add ->compat_ioctl()Al Viro1-5/+0
2018-10-13kill the rest of tty COMPAT_IOCTL() entriesAl Viro1-13/+0
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro1-67/+0
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Al Viro1-51/+0
2018-09-12media: dvb: move compat handlers into driversArnd Bergmann1-78/+0
2018-09-12media: dvb: move most compat_ioctl handling into driversArnd Bergmann1-31/+0
2018-09-12media: cec: move compat_ioctl handling to cec-api.cArnd Bergmann1-12/+0
2018-09-12media: dvb: dmxdev: move compat_ioctl handling to dmxdev.cArnd Bergmann1-12/+0
2018-09-12media: dvb: fix compat ioctl translationArnd Bergmann1-4/+6
2018-09-11presence of RS485 ioctls has been unconditional since 2014Al Viro1-4/+0
2018-09-10hidp: fix compat_ioctlAl Viro1-10/+0
2018-09-10cmtp: fix compat_ioctlAl Viro1-9/+0
2018-09-10bnep: fix compat_ioctlAl Viro1-11/+0
2018-09-10compat_ioctl: trim the pointless includesAl Viro1-39/+1