index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
compat_ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-17
Clean up duplicate includes in fs/
Jesper Juhl
1
-1
/
+0
2007-10-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Linus Torvalds
1
-11
/
+10
2007-10-10
[NET]: Don't implement dev_ifname32 inline
Eric W. Biederman
1
-11
/
+10
2007-10-10
compat_ioctl: move floppy handlers to block/compat_ioctl.c
Arnd Bergmann
1
-337
/
+0
2007-10-10
compat_ioctl: move cdrom handlers to block/compat_ioctl.c
Arnd Bergmann
1
-105
/
+0
2007-10-10
compat_ioctl: move BLKPG handling to block/compat_ioctl.c
Arnd Bergmann
1
-33
/
+0
2007-10-10
compat_ioctl: move hdio calls to block/compat_ioctl.c
Arnd Bergmann
1
-60
/
+0
2007-10-10
compat_ioctl: handle blk_trace ioctls
Arnd Bergmann
1
-8
/
+0
2007-10-10
compat_ioctl: add compat_blkdev_driver_ioctl()
Arnd Bergmann
1
-83
/
+0
2007-10-10
compat_ioctl: move common block ioctls to compat_blkdev_ioctl
Arnd Bergmann
1
-45
/
+0
2007-09-21
[PATCH] WE : Add missing auth compat-ioctl
Jean Tourrilhes
1
-0
/
+2
2007-09-14
As struct iw_point is bi-directional payload, we should copy back the content
Masakazu Mokuno
1
-4
/
+18
2007-08-06
[PATCH] remove duplicated ioctl entries in compat_ioctl.c
Masakazu Mokuno
1
-3
/
+0
2007-07-30
[SPARC]: Mark SBUS framebuffer ioctls as IGNORE in compat_ioctl.c
David S. Miller
1
-0
/
+20
2007-07-16
compat32: ignore the LOOP_CLR_FD ioctl
Geert Uytterhoeven
1
-0
/
+4
2007-05-25
fix compat console unimap regression
Hugh Dickins
1
-8
/
+25
2007-05-10
Allow compat_ioctl.c to compile without CONFIG_NET
Simon Horman
1
-1
/
+4
2007-05-08
Fix error handling in HDIO_GETGEO compat wrapper
Andreas Schwab
1
-1
/
+3
2007-05-08
cleanup compat ioctl handling
Christoph Hellwig
1
-5
/
+165
2007-05-08
merge compat_ioctl.h into compat_ioctl.c
Christoph Hellwig
1
-1
/
+828
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-02
[PATCH] x86-64: Shut up warnings for vfat compat ioctls on other file systems
Andi Kleen
1
-0
/
+9
2007-05-02
[PATCH] x86-64: Shut up 32bit emulation for SIOCGIFCOUNT
Andi Kleen
1
-0
/
+2
2007-05-02
[PATCH] x86-64: Define IGNORE_IOCTL() macro for compat_ioctls
Andi Kleen
1
-0
/
+8
2007-04-25
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
1
-0
/
+18
2007-03-27
[PATCH] wext: Add missing ioctls to 64<->32 conversion
Jean Tourrilhes
1
-0
/
+9
2006-12-08
[PATCH] VFS: change struct file to use struct path
Josef "Jeff" Sipek
1
-1
/
+1
2006-12-07
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
1
-0
/
+1
2006-12-07
[PATCH] compat: fix uaccess handling
Heiko Carstens
1
-13
/
+20
2006-12-07
[PATCH] x86-64: Implement compat code for SIOCSIFHWBROADCAST
Andi Kleen
1
-0
/
+1
2006-10-11
[PATCH] 32-bit compatibility HDIO IOCTLs
Maciej W. Rozycki
1
-3
/
+7
2006-10-01
[PATCH] Move ncpfs 32bit compat ioctl to ncpfs
Petr Vandrovec
1
-198
/
+0
2006-09-30
[PATCH] BLOCK: Make it possible to disable the block layer [try #6]
David Howells
1
-0
/
+18
2006-09-30
[PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [...
David Howells
1
-49
/
+0
2006-09-30
[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [tr...
David Howells
1
-27
/
+0
2006-09-30
[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [tr...
David Howells
1
-17
/
+0
2006-09-30
[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...
David Howells
1
-12
/
+0
2006-09-30
[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]
David Howells
1
-15
/
+0
2006-09-30
[PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...
David Howells
1
-68
/
+0
2006-09-30
[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]
David Howells
1
-2
/
+0
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove devfs from the kernel tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] i4l: Gigaset drivers: add IOCTLs to compat_ioctl.h
Hansjoerg Lipp
1
-0
/
+1
2006-06-25
V4L/DVB (3809a): Remove compat stuff for DMX_GET_EVENT
Andrew Morton
1
-33
/
+0
2006-03-24
[PATCH] fs: Use ARRAY_SIZE macro
Tobias Klauser
1
-3
/
+2
2006-03-23
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
Jens Axboe
1
-0
/
+1
2006-03-08
[NET] compat ifconf: fix limits
Randy Dunlap
1
-1
/
+1
2006-02-26
[PATCH] x86_64: Fix ioctl compat code for /dev/rtc
Andi Kleen
1
-11
/
+2
2006-02-08
[PATCH] compat_ioctl __user annotations
Al Viro
1
-4
/
+4
2006-01-12
[PATCH] Implement ioctl emulation for the parport character device
Andi Kleen
1
-0
/
+29
[next]