aboutsummaryrefslogtreecommitdiffstats
path: root/fs/compat_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-20compat_ioctl: Supress "unknown cmd" message on serial /dev/consoleAtsushi Nemoto1-0/+3
2009-12-22fs/compat_ioctl.c: fix build error when !BLOCKArnd Bergmann1-2/+0
2009-12-14md: move compat_ioctl handling into md.cArnd Bergmann1-18/+0
2009-12-10usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann1-112/+0
2009-12-10lp: move compat_ioctl handling into lp.cArnd Bergmann1-33/+0
2009-12-10compat_ioctl: pass compat pointer directly to handlersArnd Bergmann1-128/+83
2009-12-10compat_ioctl: simplify lookup tableArnd Bergmann1-46/+44
2009-12-10compat_ioctl: simplify calling of handlersArnd Bergmann1-47/+39
2009-12-10compat_ioctl: inline all conversion handlersArnd Bergmann1-54/+81
2009-12-10compat_ioctl: Remove BKLArnd Bergmann1-2/+0
2009-12-10compat_ioctl: remove all VT ioctl handlingArnd Bergmann1-187/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-11-12fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctlHeiko Carstens1-2/+2
2009-11-06compat: move sockios handling to net/socket.cArnd Bergmann1-722/+0
2009-11-06appletalk: handle SIOCATALKDIFADDR compat ioctlArnd Bergmann1-1/+0
2009-11-06net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann1-2/+0
2009-11-06net/tun: handle compat_ioctl directlyArnd Bergmann1-20/+0
2009-08-07compat_ioctl: hook up compat handler for FIEMAP ioctlEric Sandeen1-0/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctlsAnkit Jain1-0/+48
2009-06-22Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-52/+0
2009-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-6/+0
2009-06-15[SCSI] compat: don't perform unneeded copy in sg_io codeAlexey Zaytsev1-6/+0
2009-06-12trivial: fix typo compatiable/compatiability has extra 'a'.Thadeu Lima de Souza Cascardo1-1/+1
2009-05-29mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.cKevin Cernekee1-22/+0
2009-05-29mtd: add OOB ioctls for >4GiB devicesKevin Cernekee1-0/+2
2009-05-29mtd: compat_ioctl cleanupKevin Cernekee1-42/+9
2009-05-29mtd: add MEMERASE64 ioctl for >4GiB devicesKevin Cernekee1-0/+1
2009-04-20fs/compat_ioctl: fix build when !BLOCKAlexander Beregalov1-4/+3
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown1-1/+1
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2009-02-27Fix FREEZE/THAW compat_ioctl regressionChristoph Hellwig1-0/+3
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+2
2009-02-18vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.Bill Nottingham1-0/+2
2009-02-15net: pass new SIOCSHWTSTAMP through to device driversPatrick Ohly1-0/+6
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-05tun: Limit amount of queued packets per deviceHerbert Xu1-0/+2
2009-02-05braino in sg_ioctl_trans()Al Viro1-1/+1
2009-01-29tun: Add some missing TUN compat ioctl translations.David S. Miller1-0/+7
2008-07-25remove unused #include <linux/dirent.h>'sAdrian Bunk1-1/+0
2008-07-24autofs4: remove unused ioctlsIan Kent1-2/+0
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller1-0/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+6
2008-07-16Fix compile issues in fs/compat_ioctl.c when CONFIG_BLOCK is disabledRandy Dunlap1-0/+6
2008-07-14[Bluetooth] Export details about authentication requirementsMarcel Holtmann1-0/+1
2008-06-16wext: Remove compat handling from fs/compat_ioctl.cDavid S. Miller1-106/+1