aboutsummaryrefslogtreecommitdiff
path: root/fs/compat_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-20fs/compat_ioctl: fix build when !BLOCKGravatar Alexander Beregalov 1-4/+3
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 1-1/+1
2009-03-31md: move lots of #include lines out of .h files and into .cGravatar NeilBrown 1-1/+1
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+3
2009-02-27Fix FREEZE/THAW compat_ioctl regressionGravatar Christoph Hellwig 1-0/+3
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-0/+2
2009-02-18vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.Gravatar Bill Nottingham 1-0/+2
2009-02-15net: pass new SIOCSHWTSTAMP through to device driversGravatar Patrick Ohly 1-0/+6
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-1/+1
2009-02-05tun: Limit amount of queued packets per deviceGravatar Herbert Xu 1-0/+2
2009-02-05braino in sg_ioctl_trans()Gravatar Al Viro 1-1/+1
2009-01-29tun: Add some missing TUN compat ioctl translations.Gravatar David S. Miller 1-0/+7
2008-07-25remove unused #include <linux/dirent.h>'sGravatar Adrian Bunk 1-1/+0
2008-07-24autofs4: remove unused ioctlsGravatar Ian Kent 1-2/+0
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...Gravatar David S. Miller 1-0/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-0/+6
2008-07-16Fix compile issues in fs/compat_ioctl.c when CONFIG_BLOCK is disabledGravatar Randy Dunlap 1-0/+6
2008-07-14[Bluetooth] Export details about authentication requirementsGravatar Marcel Holtmann 1-0/+1
2008-06-16wext: Remove compat handling from fs/compat_ioctl.cGravatar David S. Miller 1-106/+1
2008-06-16wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cGravatar David S. Miller 1-6/+0
2008-04-30tty: The big operations reworkGravatar Alan Cox 1-1/+1
2008-04-30tty: BKL pushdownGravatar Alan Cox 1-1/+1
2008-02-14d_path: Make d_path() use a struct pathGravatar Jan Blunck 1-1/+1
2008-02-08dm ioctl: move compat codeGravatar Milan Broz 1-34/+0
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesGravatar Erez Zadok 1-1/+1
2008-01-28remove __attribute_used__Gravatar Adrian Bunk 1-1/+1
2008-01-06fix: using joysticks in 32 bit applications on 64 bit systemsGravatar Akos Maroy 1-0/+8
2007-11-29tty: add the new termios2 ioctls to the compatible list.Gravatar Heiko Carstens 1-0/+6
2007-10-30[COMPAT]: Fix new dev_ifname32 returning -EFAULTGravatar Benjamin Herrenschmidt 1-1/+1
2007-10-18sparse pointer use of zero as nullGravatar Stephen Hemminger 1-1/+1
2007-10-17Clean up duplicate includes in fs/Gravatar Jesper Juhl 1-1/+0
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar Linus Torvalds 1-11/+10
2007-10-10[NET]: Don't implement dev_ifname32 inlineGravatar Eric W. Biederman 1-11/+10
2007-10-10compat_ioctl: move floppy handlers to block/compat_ioctl.cGravatar Arnd Bergmann 1-337/+0
2007-10-10compat_ioctl: move cdrom handlers to block/compat_ioctl.cGravatar Arnd Bergmann 1-105/+0
2007-10-10compat_ioctl: move BLKPG handling to block/compat_ioctl.cGravatar Arnd Bergmann 1-33/+0
2007-10-10compat_ioctl: move hdio calls to block/compat_ioctl.cGravatar Arnd Bergmann 1-60/+0
2007-10-10compat_ioctl: handle blk_trace ioctlsGravatar Arnd Bergmann 1-8/+0
2007-10-10compat_ioctl: add compat_blkdev_driver_ioctl()Gravatar Arnd Bergmann 1-83/+0
2007-10-10compat_ioctl: move common block ioctls to compat_blkdev_ioctlGravatar Arnd Bergmann 1-45/+0
2007-09-21[PATCH] WE : Add missing auth compat-ioctlGravatar Jean Tourrilhes 1-0/+2
2007-09-14As struct iw_point is bi-directional payload, we should copy back the contentGravatar Masakazu Mokuno 1-4/+18
2007-08-06[PATCH] remove duplicated ioctl entries in compat_ioctl.cGravatar Masakazu Mokuno 1-3/+0
2007-07-30[SPARC]: Mark SBUS framebuffer ioctls as IGNORE in compat_ioctl.cGravatar David S. Miller 1-0/+20
2007-07-16compat32: ignore the LOOP_CLR_FD ioctlGravatar Geert Uytterhoeven 1-0/+4
2007-05-25fix compat console unimap regressionGravatar Hugh Dickins 1-8/+25
2007-05-10Allow compat_ioctl.c to compile without CONFIG_NETGravatar Simon Horman 1-1/+4
2007-05-08Fix error handling in HDIO_GETGEO compat wrapperGravatar Andreas Schwab 1-1/+3
2007-05-08cleanup compat ioctl handlingGravatar Christoph Hellwig 1-5/+165
2007-05-08merge compat_ioctl.h into compat_ioctl.cGravatar Christoph Hellwig 1-1/+828