aboutsummaryrefslogtreecommitdiff
path: root/fs/compat.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-04Make non-compat preadv/pwritev use native register sizeGravatar Linus Torvalds 1-2/+2
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+14
2009-04-02preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_l...Gravatar Gerd Hoffmann 1-8/+12
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gravatar Gerd Hoffmann 1-0/+36
2009-04-02preadv/pwritev: create compat_writev()Gravatar Gerd Hoffmann 1-7/+18
2009-04-02preadv/pwritev: create compat_readv()Gravatar Gerd Hoffmann 1-8/+18
2009-03-31New locking/refcounting for fs_structGravatar Al Viro 1-2/+14
2009-03-28fix setuid sometimes doesn'tGravatar Hugh Dickins 1-1/+1
2009-03-28compat_do_execve should unshare_filesGravatar Hugh Dickins 1-1/+11
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+28
2009-03-27generic compat_sys_ustatGravatar Christoph Hellwig 1-0/+28
2009-03-24Merge branch 'master' into nextGravatar James Morris 1-1/+1
2009-02-12Add in_execve flag into task_struct.Gravatar Kentaro Takeda 1-0/+3
2009-02-07CRED: Fix SUID exec regressionGravatar David Howells 1-1/+1
2009-01-14[CVE-2009-0029] Make sys_pselect7 staticGravatar Heiko Carstens 1-3/+3
2009-01-06add missing accounting calls to compat_sys_{readv,writev}Gravatar Gerd Hoffmann 1-0/+6
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-18/+24
2008-10-26select: deal with math overflow from borderline valid userland dataGravatar Arjan van de Ven 1-2/+3
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 1-116/+71
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultGravatar Al Viro 1-14/+8
2008-10-17Merge commit 'linus/master' into merge-linusGravatar Arjan van de Ven 1-1/+40
2008-10-16compat: move cp_compat_stat to common codeGravatar Christoph Hellwig 1-0/+39
2008-10-16exec.c, compat.c: fix count(), compat_count() bounds checkingGravatar Jason Baron 1-1/+1
2008-09-05select: switch select() and poll() over to hrtimersGravatar Arjan van de Ven 1-116/+20
2008-09-05select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersGravatar Thomas Gleixner 1-0/+51
2008-08-25[PATCH] fix regular readdir() and friendsGravatar Al Viro 1-2/+6
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Gravatar Al Viro 1-10/+10
2008-07-24flag parameters: signalfdGravatar Ulrich Drepper 1-4/+10
2008-07-24fs: check for statfs overflowGravatar Jon Tollefson 1-4/+4
2008-05-16[PATCH] get rid of leak in compat_execve()Gravatar Al Viro 1-2/+2
2008-05-01[PATCH] split linux/file.hGravatar Al Viro 1-0/+1
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKGravatar Roland McGrath 1-4/+4
2008-04-30signals: add set_restore_sigmaskGravatar Roland McGrath 1-3/+3
2008-02-15Merge branch 'linus_origin' into hotfixesGravatar Trond Myklebust 1-4/+4
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-2/+2
2008-02-13NFS: Allow text-based mounts via compat_sys_mountGravatar Chuck Lever 1-3/+0
2008-02-06fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbolGravatar Jiri Olsa 1-49/+0
2008-02-05timerfd: new timerfd APIGravatar Davide Libenzi 1-5/+27
2008-01-25security: call security_file_permission from rw_verify_areaGravatar James Morris 1-4/+0
2007-07-19mm: variable length argument supportGravatar Ollie Wild 1-75/+53
2007-05-23optimize compat_core_sys_select() by a using stack space for small fd setsGravatar Badari Pulavarty 1-6/+11
2007-05-17simplify compat_sys_timerfdGravatar Heiko Carstens 1-9/+4
2007-05-11signal/timer/event: timerfd compat codeGravatar Davide Libenzi 1-0/+23
2007-05-11signal/timer/event: signalfd compat codeGravatar Davide Libenzi 1-0/+26
2007-05-08utimensat implementationGravatar Ulrich Drepper 1-8/+35
2007-05-08cleanup compat ioctl handlingGravatar Christoph Hellwig 1-161/+1
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cGravatar Milind Arun Choudhary 1-12/+8
2007-05-02[PATCH] x86-64: Print type and size correctly for unknown compat ioctlsGravatar Andi Kleen 1-2/+3
2007-03-08[PATCH] Add epoll compat_ code to fs/compat.cGravatar Davide Libenzi 1-0/+100