summaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* remove __attribute_used__Adrian Bunk2008-01-281-1/+1
* fix: using joysticks in 32 bit applications on 64 bit systemsAkos Maroy2008-01-061-0/+8
* tty: add the new termios2 ioctls to the compatible list.Heiko Carstens2007-11-291-0/+6
* [COMPAT]: Fix new dev_ifname32 returning -EFAULTBenjamin Herrenschmidt2007-10-301-1/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-1/+1
* Clean up duplicate includes in fs/Jesper Juhl2007-10-171-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-111-11/+10
|\
| * [NET]: Don't implement dev_ifname32 inlineEric W. Biederman2007-10-101-11/+10
* | compat_ioctl: move floppy handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-337/+0
* | compat_ioctl: move cdrom handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-105/+0
* | compat_ioctl: move BLKPG handling to block/compat_ioctl.cArnd Bergmann2007-10-101-33/+0
* | compat_ioctl: move hdio calls to block/compat_ioctl.cArnd Bergmann2007-10-101-60/+0
* | compat_ioctl: handle blk_trace ioctlsArnd Bergmann2007-10-101-8/+0
* | compat_ioctl: add compat_blkdev_driver_ioctl()Arnd Bergmann2007-10-101-83/+0
* | compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann2007-10-101-45/+0
|/
* [PATCH] WE : Add missing auth compat-ioctlJean Tourrilhes2007-09-211-0/+2
* As struct iw_point is bi-directional payload, we should copy back the contentMasakazu Mokuno2007-09-141-4/+18
* [PATCH] remove duplicated ioctl entries in compat_ioctl.cMasakazu Mokuno2007-08-061-3/+0
* [SPARC]: Mark SBUS framebuffer ioctls as IGNORE in compat_ioctl.cDavid S. Miller2007-07-301-0/+20
* compat32: ignore the LOOP_CLR_FD ioctlGeert Uytterhoeven2007-07-161-0/+4
* fix compat console unimap regressionHugh Dickins2007-05-251-8/+25
* Allow compat_ioctl.c to compile without CONFIG_NETSimon Horman2007-05-101-1/+4
* Fix error handling in HDIO_GETGEO compat wrapperAndreas Schwab2007-05-081-1/+3
* cleanup compat ioctl handlingChristoph Hellwig2007-05-081-5/+165
* merge compat_ioctl.h into compat_ioctl.cChristoph Hellwig2007-05-081-1/+828
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] x86-64: Shut up warnings for vfat compat ioctls on other file systemsAndi Kleen2007-05-021-0/+9
* [PATCH] x86-64: Shut up 32bit emulation for SIOCGIFCOUNTAndi Kleen2007-05-021-0/+2
* [PATCH] x86-64: Define IGNORE_IOCTL() macro for compat_ioctlsAndi Kleen2007-05-021-0/+8
* [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-251-0/+18
* [PATCH] wext: Add missing ioctls to 64<->32 conversionJean Tourrilhes2007-03-271-0/+9
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-1/+1
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-071-0/+1
|\
| * [PATCH] x86-64: Implement compat code for SIOCSIFHWBROADCASTAndi Kleen2006-12-071-0/+1
* | [PATCH] compat: fix uaccess handlingHeiko Carstens2006-12-071-13/+20
|/
* [PATCH] 32-bit compatibility HDIO IOCTLsMaciej W. Rozycki2006-10-111-3/+7
* [PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec2006-10-011-198/+0
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+18
* [PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [...David Howells2006-09-301-49/+0
* [PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [tr...David Howells2006-09-301-27/+0
* [PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [tr...David Howells2006-09-301-17/+0
* [PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...David Howells2006-09-301-12/+0
* [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells2006-09-301-15/+0
* [PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...David Howells2006-09-301-68/+0
* [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2006-09-301-2/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove devfs from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] i4l: Gigaset drivers: add IOCTLs to compat_ioctl.hHansjoerg Lipp2006-06-261-0/+1
* V4L/DVB (3809a): Remove compat stuff for DMX_GET_EVENTAndrew Morton2006-06-251-33/+0
* [PATCH] fs: Use ARRAY_SIZE macroTobias Klauser2006-03-241-3/+2