summaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* compat_ioctl: move sys_compat_ioctl() to ioctl.cArnd Bergmann2020-01-031-133/+0
* compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann2020-01-031-130/+2
* Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-021-2/+14
|\
| * fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig2019-10-281-5/+26
* | compat_ioctl: move SG_GET_REQUEST_TABLE handlingArnd Bergmann2019-10-231-56/+1
* | compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann2019-10-231-32/+4
* | compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann2019-10-231-33/+5
* | compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro2019-10-231-32/+0
* | compat_ioctl: unify copy-in of ppp filtersAl Viro2019-10-231-37/+0
* | compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann2019-10-231-2/+0
* | compat_ioctl: reimplement SG_IO handlingArnd Bergmann2019-10-231-147/+1
* | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-11/+0
* | fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-231-2/+0
* | compat_ioctl: remove unused convert_in_user macroArnd Bergmann2019-10-231-7/+0
* | compat_ioctl: remove last RAID handling codeArnd Bergmann2019-10-231-13/+0
* | compat_ioctl: remove /dev/raw ioctl translationArnd Bergmann2019-10-231-4/+0
* | compat_ioctl: remove PCI ioctl translationArnd Bergmann2019-10-231-6/+0
* | compat_ioctl: remove joystick ioctl translationArnd Bergmann2019-10-231-7/+0
* | compat_ioctl: remove /dev/random commandsArnd Bergmann2019-10-231-7/+0
* | compat_ioctl: remove IGNORE_IOCTL()Arnd Bergmann2019-10-231-56/+0
* | compat_ioctl: remove translation for sound ioctlsArnd Bergmann2019-10-231-158/+0
* | compat_ioctl: remove HIDIO translationArnd Bergmann2019-10-231-17/+0
* | compat_ioctl: remove HCIUART handlingArnd Bergmann2019-10-231-13/+0
* | compat_ioctl: move hci_sock handlers into driverArnd Bergmann2019-10-231-24/+0
* | compat_ioctl: move rfcomm handlers into driverArnd Bergmann2019-10-231-6/+0
* | compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann2019-10-231-17/+0
* | compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann2019-10-231-2/+0
* | compat_ioctl: move tape handling into driversArnd Bergmann2019-10-231-73/+0
* | compat_ioctl: move rtc handling into drivers/rtc/dev.cArnd Bergmann2019-10-231-53/+0
* | compat_sys_ioctl(): make parallel to do_vfs_ioctl()Al Viro2019-10-231-37/+28
* | compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.cAl Viro2019-10-231-35/+0
* | compat: itanic doesn't have oneAl Viro2019-10-231-2/+2
* | FIGETBSZ: fix compatAl Viro2019-10-231-1/+1
* | fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAPAl Viro2019-10-231-1/+2
|/
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-3/+0
* Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-291-131/+0
|\
| * media: dvb: move compat handlers into driversArnd Bergmann2018-09-121-78/+0
| * media: dvb: move most compat_ioctl handling into driversArnd Bergmann2018-09-121-31/+0
| * media: cec: move compat_ioctl handling to cec-api.cArnd Bergmann2018-09-121-12/+0
| * media: dvb: dmxdev: move compat_ioctl handling to dmxdev.cArnd Bergmann2018-09-121-12/+0
| * media: dvb: fix compat ioctl translationArnd Bergmann2018-09-121-4/+6
* | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-68/+1
|\ \
| * | hidp: fix compat_ioctlAl Viro2018-09-101-10/+0
| * | cmtp: fix compat_ioctlAl Viro2018-09-101-9/+0
| * | bnep: fix compat_ioctlAl Viro2018-09-101-11/+0
| * | compat_ioctl: trim the pointless includesAl Viro2018-09-101-39/+1
* | | compat_ioctl - kill keyboard ioctl handlingAl Viro2018-10-131-29/+0
* | | gigaset: add ->compat_ioctl()Al Viro2018-10-131-5/+0
* | | kill the rest of tty COMPAT_IOCTL() entriesAl Viro2018-10-131-13/+0
* | | take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro2018-10-131-67/+0