| Commit message (Expand) | Author | Age | Files | Lines |
* | pktcdvd: improve BKL and compat_ioctl.c usage | Arnd Bergmann | 2010-04-29 | 1 | -3/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
* | fs/compat_ioctl.c: suppress two warnings | Andrew Morton | 2010-03-06 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2010-02-11 | 1 | -0/+6 |
|\ |
|
| * | [SCSI] compat_ioct: fix bsg SG_IO | FUJITA Tomonori | 2010-02-08 | 1 | -0/+6 |
* | | compat_ioctl: add compat handler for TIOCGSID ioctl | Andreas Schwab | 2010-02-11 | 1 | -0/+1 |
* | | compat_ioctl: ignore RAID_VERSION ioctl | Arnd Bergmann | 2010-02-10 | 1 | -0/+2 |
|/ |
|
* | compat_ioctl: Supress "unknown cmd" message on serial /dev/console | Atsushi Nemoto | 2010-01-21 | 1 | -0/+3 |
* | fs/compat_ioctl.c: fix build error when !BLOCK | Arnd Bergmann | 2009-12-22 | 1 | -2/+0 |
* | md: move compat_ioctl handling into md.c | Arnd Bergmann | 2009-12-14 | 1 | -18/+0 |
* | usbdevfs: move compat_ioctl handling to devio.c | Arnd Bergmann | 2009-12-10 | 1 | -112/+0 |
* | lp: move compat_ioctl handling into lp.c | Arnd Bergmann | 2009-12-10 | 1 | -33/+0 |
* | compat_ioctl: pass compat pointer directly to handlers | Arnd Bergmann | 2009-12-10 | 1 | -128/+83 |
* | compat_ioctl: simplify lookup table | Arnd Bergmann | 2009-12-10 | 1 | -46/+44 |
* | compat_ioctl: simplify calling of handlers | Arnd Bergmann | 2009-12-10 | 1 | -47/+39 |
* | compat_ioctl: inline all conversion handlers | Arnd Bergmann | 2009-12-10 | 1 | -54/+81 |
* | compat_ioctl: Remove BKL | Arnd Bergmann | 2009-12-10 | 1 | -2/+0 |
* | compat_ioctl: remove all VT ioctl handling | Arnd Bergmann | 2009-12-10 | 1 | -187/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-10 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -1/+1 |
| |\ |
|
| | * | tree-wide: fix misspelling of "definition" in comments | Adam Buchbinder | 2009-12-04 | 1 | -1/+1 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-19 | 1 | -2/+2 |
|\| | |
|
| * | | fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctl | Heiko Carstens | 2009-11-12 | 1 | -2/+2 |
| |/ |
|
* | | compat: move sockios handling to net/socket.c | Arnd Bergmann | 2009-11-07 | 1 | -722/+0 |
* | | appletalk: handle SIOCATALKDIFADDR compat ioctl | Arnd Bergmann | 2009-11-07 | 1 | -1/+0 |
* | | net, compat_ioctl: handle socket ioctl abuses in tty drivers | Arnd Bergmann | 2009-11-07 | 1 | -2/+0 |
* | | net/tun: handle compat_ioctl directly | Arnd Bergmann | 2009-11-07 | 1 | -20/+0 |
|/ |
|
* | compat_ioctl: hook up compat handler for FIEMAP ioctl | Eric Sandeen | 2009-08-07 | 1 | -0/+1 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io... | Ankit Jain | 2009-06-24 | 1 | -0/+48 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-06-23 | 1 | -52/+0 |
|\ |
|
| * | mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.c | Kevin Cernekee | 2009-05-29 | 1 | -22/+0 |
| * | mtd: add OOB ioctls for >4GiB devices | Kevin Cernekee | 2009-05-29 | 1 | -0/+2 |
| * | mtd: compat_ioctl cleanup | Kevin Cernekee | 2009-05-29 | 1 | -42/+9 |
| * | mtd: add MEMERASE64 ioctl for >4GiB devices | Kevin Cernekee | 2009-05-29 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-06-17 | 1 | -6/+0 |
|\ \ |
|
| * | | [SCSI] compat: don't perform unneeded copy in sg_io code | Alexey Zaytsev | 2009-06-15 | 1 | -6/+0 |
| |/ |
|
* / | trivial: fix typo compatiable/compatiability has extra 'a'. | Thadeu Lima de Souza Cascardo | 2009-06-12 | 1 | -1/+1 |
|/ |
|
* | fs/compat_ioctl: fix build when !BLOCK | Alexander Beregalov | 2009-04-21 | 1 | -4/+3 |
* | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-04-03 | 1 | -1/+1 |
|\ |
|
| * | md: move lots of #include lines out of .h files and into .c | NeilBrown | 2009-03-31 | 1 | -1/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-02 | 1 | -0/+3 |
|\| |
|
| * | Fix FREEZE/THAW compat_ioctl regression | Christoph Hellwig | 2009-02-28 | 1 | -0/+3 |
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-24 | 1 | -0/+2 |
|\| |
|
| * | vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls. | Bill Nottingham | 2009-02-19 | 1 | -0/+2 |
* | | net: pass new SIOCSHWTSTAMP through to device drivers | Patrick Ohly | 2009-02-16 | 1 | -0/+6 |
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-15 | 1 | -1/+1 |
|\| |
|
| * | braino in sg_ioctl_trans() | Al Viro | 2009-02-06 | 1 | -1/+1 |
* | | tun: Limit amount of queued packets per device | Herbert Xu | 2009-02-06 | 1 | -0/+2 |
|/ |
|
* | tun: Add some missing TUN compat ioctl translations. | David S. Miller | 2009-01-30 | 1 | -0/+7 |