aboutsummaryrefslogtreecommitdiff
path: root/fs/compat_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Gravatar Paul Mackerras 1-1/+1
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+0
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2012-01-05vfs: fix up ENOIOCTLCMD error handlingGravatar Linus Torvalds 1-36/+2
2011-12-31[media] fs/compat_ioctl: it needs to see the DVBv3 compat stuffGravatar Mauro Carvalho Chehab 1-0/+1
2011-08-07compat_ioctl: add compat handler for PPPIOCGL2TPSTATSGravatar Florian Westphal 1-0/+1
2011-07-01compat_ioctl: fix warning caused by qemuGravatar Johannes Stezenbach 1-0/+5
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+1
2010-12-29[media] V4L1 removal: Remove linux/videodev.hGravatar Mauro Carvalho Chehab 1-1/+1
2010-12-16TTY: Add tty ioctl to figure device node of the system console.Gravatar Werner Fink 1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-28Merge 'staging-next' to Linus's treeGravatar Greg Kroah-Hartman 1-26/+3
2010-10-19fix rawctl compat ioctls breakage on amd64 and itanicGravatar Al Viro 1-70/+0
2010-10-05smbfs: move to drivers/stagingGravatar Arnd Bergmann 1-26/+0
2010-08-14bkl: Remove locked .ioctl file operationGravatar Arnd Bergmann 1-2/+1
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Gravatar Linus Torvalds 1-0/+1
2010-08-10tty: Add EXTPROC support for LINEMODEGravatar hyc@symas.com 1-0/+1
2010-08-09Merge commit 'linus/master' into bkl/coreGravatar Frederic Weisbecker 1-3/+8
2010-08-09autofs/autofs4: Move compat_ioctl handling into fsGravatar Arnd Bergmann 1-36/+0
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-07-21Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsGravatar Johan Hedberg 1-0/+2
2010-07-21Bluetooth: Add missing HCIUARTGETDEVICE ioctl to compat_ioctl.cGravatar Johan Hedberg 1-2/+3
2010-07-21Bluetooth: Add blacklist support for incoming connectionsGravatar Johan Hedberg 1-0/+2
2010-07-19update email addressGravatar Pavel Machek 1-1/+1
2010-04-29pktcdvd: improve BKL and compat_ioctl.c usageGravatar Arnd Bergmann 1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2010-03-06fs/compat_ioctl.c: suppress two warningsGravatar Andrew Morton 1-2/+2
2010-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 1-0/+6
2010-02-11compat_ioctl: add compat handler for TIOCGSID ioctlGravatar Andreas Schwab 1-0/+1
2010-02-10compat_ioctl: ignore RAID_VERSION ioctlGravatar Arnd Bergmann 1-0/+2
2010-02-08[SCSI] compat_ioct: fix bsg SG_IOGravatar FUJITA Tomonori 1-0/+6
2010-01-20compat_ioctl: Supress "unknown cmd" message on serial /dev/consoleGravatar Atsushi Nemoto 1-0/+3
2009-12-22fs/compat_ioctl.c: fix build error when !BLOCKGravatar Arnd Bergmann 1-2/+0
2009-12-14md: move compat_ioctl handling into md.cGravatar Arnd Bergmann 1-18/+0
2009-12-10usbdevfs: move compat_ioctl handling to devio.cGravatar Arnd Bergmann 1-112/+0
2009-12-10lp: move compat_ioctl handling into lp.cGravatar Arnd Bergmann 1-33/+0
2009-12-10compat_ioctl: pass compat pointer directly to handlersGravatar Arnd Bergmann 1-128/+83
2009-12-10compat_ioctl: simplify lookup tableGravatar Arnd Bergmann 1-46/+44
2009-12-10compat_ioctl: simplify calling of handlersGravatar Arnd Bergmann 1-47/+39
2009-12-10compat_ioctl: inline all conversion handlersGravatar Arnd Bergmann 1-54/+81
2009-12-10compat_ioctl: Remove BKLGravatar Arnd Bergmann 1-2/+0
2009-12-10compat_ioctl: remove all VT ioctl handlingGravatar Arnd Bergmann 1-187/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-12-07Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2009-12-04tree-wide: fix misspelling of "definition" in commentsGravatar Adam Buchbinder 1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+2
2009-11-12fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctlGravatar Heiko Carstens 1-2/+2
2009-11-06compat: move sockios handling to net/socket.cGravatar Arnd Bergmann 1-722/+0
2009-11-06appletalk: handle SIOCATALKDIFADDR compat ioctlGravatar Arnd Bergmann 1-1/+0