summaryrefslogtreecommitdiff
path: root/fs/compat_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
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/mc...Linus Torvalds1-131/+0
2018-10-25Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus 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
2018-07-30media: dvb/audio.h: get rid of unused APIsMauro Carvalho Chehab1-3/+0
2018-07-30media: dvb/video.h: get rid of unused APIsMauro Carvalho Chehab1-7/+0
2018-07-27media: dvb: get rid of VIDEO_SET_SPU_PALETTEMauro Carvalho Chehab1-30/+0
2018-06-07autofs: clean up includesIan Kent1-1/+0
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/vir...Linus Torvalds1-0/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-122/+0
2017-11-05fs: make fiemap work from compat_ioctlJosef Bacik1-0/+1