aboutsummaryrefslogtreecommitdiff
path: root/fs/compat_ioctl.c
AgeCommit message (Expand)Author
2007-05-25fix compat console unimap regressionHugh Dickins
2007-05-10Allow compat_ioctl.c to compile without CONFIG_NETSimon Horman
2007-05-08Fix error handling in HDIO_GETGEO compat wrapperAndreas Schwab
2007-05-08cleanup compat ioctl handlingChristoph Hellwig
2007-05-08merge compat_ioctl.h into compat_ioctl.cChristoph Hellwig
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-02[PATCH] x86-64: Shut up warnings for vfat compat ioctls on other file systemsAndi Kleen
2007-05-02[PATCH] x86-64: Shut up 32bit emulation for SIOCGIFCOUNTAndi Kleen
2007-05-02[PATCH] x86-64: Define IGNORE_IOCTL() macro for compat_ioctlsAndi Kleen
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet
2007-03-27[PATCH] wext: Add missing ioctls to 64<->32 conversionJean Tourrilhes
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds
2006-12-07[PATCH] compat: fix uaccess handlingHeiko Carstens
2006-12-07[PATCH] x86-64: Implement compat code for SIOCSIFHWBROADCASTAndi Kleen
2006-10-11[PATCH] 32-bit compatibility HDIO IOCTLsMaciej W. Rozycki
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells
2006-09-30[PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [...David Howells
2006-09-30[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [tr...David Howells
2006-09-30[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [tr...David Howells
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...David Howells
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells
2006-09-30[PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...David Howells
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] devfs: Remove devfs from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] i4l: Gigaset drivers: add IOCTLs to compat_ioctl.hHansjoerg Lipp
2006-06-25V4L/DVB (3809a): Remove compat stuff for DMX_GET_EVENTAndrew Morton
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe
2006-03-08[NET] compat ifconf: fix limitsRandy Dunlap
2006-02-26[PATCH] x86_64: Fix ioctl compat code for /dev/rtcAndi Kleen
2006-02-08[PATCH] compat_ioctl __user annotationsAl Viro
2006-01-12[PATCH] Implement ioctl emulation for the parport character deviceAndi Kleen
2006-01-11[PATCH] x86_64: Implement compat code for sg driver SG_GET_REQUEST_TABLE ioctlAndi Kleen
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap
2006-01-10[PATCH] sanitize building of fs/compat_ioctl.cChristoph Hellwig
2006-01-10[PATCH] move rtc compat ioctl handling to fs/compat_ioctl.cChristoph Hellwig
2006-01-09V4L (926_2): Moves compat32 functions from fs to v4l subsystemArnd Bergmann
2005-11-20[COMPAT] net: SIOCGIFCONF data corruptionAlexandra Kossovsky
2005-11-18[COMPAT]: EXT3_IOC_SETVERSION is _IOW() not _IOR().David S. Miller
2005-11-17[COMPAT]: Add ext3 ioctl translations.David S. Miller
2005-11-16[DVB]: Add compat ioctl handling.David S. Miller
2005-11-09[PATCH] fbdev: move ioctl32 code to fbmem.cArnd Bergmann
2005-11-09[PATCH] re-add TIOCSTART and TIOCSTOP compat_ioctl handlersChristoph Hellwig
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl
2005-10-30[PATCH] TIOC* compat ioctl handlingChristoph Hellwig
2005-10-28[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev
2005-09-09[PATCH] Lost sockfd_put() in routing_ioctl()Kirill Korotaev