aboutsummaryrefslogtreecommitdiffstats
path: root/fs/compat.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22move aio compat to fs/aio.cAl Viro1-75/+0
2016-12-07vfs: fix put_compat_statfs64() does not handle errorsLi Wang1-3/+3
2016-09-27compat: remove compat_printk()Arnd Bergmann1-14/+0
2016-09-27fs: compat: remove redundant check of nr_segsShawn Lin1-1/+1
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+4
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro1-6/+6
2016-04-23ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o1-0/+4
2016-01-04saner calling conventions for copy_mount_options()Al Viro1-11/+10
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-8/+13
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee1-14/+6
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner1-4/+6
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton1-7/+7
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds1-5/+30
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2014-03-31locks: add new fcntl cmd values for handling file private locksJeff Layton1-5/+30
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-26/+18
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens1-37/+36
2014-03-04compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens1-2/+2
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin1-3/+3
2013-06-29[readdir] constify ->actorAl Viro1-19/+14
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-2/+2
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-3/+9
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-04kill fs/read_write.hAl Viro1-2/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-184/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-121/+0
2013-04-09switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro1-186/+0
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-2/+4
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers1-8/+7
2013-03-03convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro1-20/+0
2013-03-03switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro1-49/+0
2013-03-03convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro1-22/+0
2013-03-03switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro1-30/+0
2013-02-03switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro1-41/+0
2013-02-03switch compat_sys_open* to COMPAT_SYSCALL_DEFINEAl Viro1-7/+4
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-6/+6
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas1-0/+22
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-50/+40
2012-08-20vfs: missed source of ->f_pos racesAl Viro1-2/+8
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-19/+14
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro1-4/+0
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh1-3/+3
2012-05-29switch readdir/getdents to fget_light/fput_lightAl Viro1-19/+14
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman1-2/+2
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+20
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+0
2012-02-20compat: Create compat_sys_p{read,write}v64H. J. Lu1-6/+20
2012-02-13vfs: fix compat_sys_stat() handling of overflows in st_nlinkAl Viro1-31/+25
2012-01-03switch open and mkdir syscalls to umode_tAl Viro1-2/+2
2012-01-03vfs: new helper - vfs_ustat()Al Viro1-8/+1
2011-10-31Cross Memory AttachChristopher Yeoh1-3/+4
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-5/+2
2011-10-28compat: sync compat_stats with statfs.Eric W. Biederman1-5/+2
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+0
2011-08-31nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields1-1/+0
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-5/+0
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-246/+0
2011-04-09exec: unify do_execve/compat_do_execve codeOleg Nesterov1-235/+0
2011-03-21select: remove unused MAX_SELECT_SECONDSNamhyung Kim1-3/+0
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V1-0/+13
2011-03-14clean statfs-like syscalls upAl Viro1-38/+10
2011-03-13compat breakage in preadv() and pwritev()Al Viro1-2/+6
2011-01-17compat: copy missing fields in compat_statfs64 to userNamhyung Kim1-1/+3
2011-01-17compat: update comment of compat statfs syscallsNamhyung Kim1-1/+1
2011-01-17compat: remove unnecessary assignment in compat_rw_copy_check_uvector()Namhyung Kim1-3/+1
2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov1-13/+15
2010-10-30fs/compat.c: fix build on MIPS/s390wu zhangjin1-0/+1
2010-10-29readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds1-6/+6
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1-30/+1
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2010-10-05smbfs: move to drivers/stagingArnd Bergmann1-30/+1
2010-09-22Prevent freeing uninitialized pointer in compat_do_readv_writevDan Rosenberg1-1/+1
2010-09-22nfsd: allow deprecated interface to be compiled out.NeilBrown1-1/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-10/+13
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-3/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2010-08-09vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester1-5/+5
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-5/+5
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris1-3/+2
2010-07-19update email addressPavel Machek1-1/+1
2010-06-04fs/compat_rw_copy_check_uvector: add missing compat_ptr callHeiko Carstens1-1/+1
2010-05-27aio: fix the compat vectored operationsJeff Moyer1-1/+1
2010-05-27compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer1-53/+77
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-12Add generic sys_old_select()Christoph Hellwig1-0/+18
2009-12-14compat.c: Remove dependence on nfsd private headersBoaz Harrosh1-2/+0
2009-11-04x86, fs: Fix x86 procfs stack information for threads on 64-bitStefani Seibold1-0/+2
2009-09-24fs: fix overflow in sys_mount() for in-kernel callsVegard Nossum1-12/+12
2009-09-23fix compat_sys_utimensat()Suzuki Poulose1-7/+0
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov1-13/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov1-2/+2
2009-06-12trivial: fix comment typo in fs/compat.cNikanth Karthikesan1-1/+1
2009-06-11Push BKL into do_mount()Al Viro1-2/+0
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells1-3/+3
2009-04-24do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov1-6/+5
2009-04-20kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig1-8/+10
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin1-14/+5
2009-04-04Make non-compat preadv/pwritev use native register sizeLinus Torvalds1-2/+2
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+14
2009-04-02preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_l...Gerd Hoffmann1-8/+12
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann1-0/+36
2009-04-02preadv/pwritev: create compat_writev()Gerd Hoffmann1-7/+18
2009-04-02preadv/pwritev: create compat_readv()Gerd Hoffmann1-8/+18
2009-03-31New locking/refcounting for fs_structAl Viro1-2/+14
2009-03-28fix setuid sometimes doesn'tHugh Dickins1-1/+1
2009-03-28compat_do_execve should unshare_filesHugh Dickins1-1/+11
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+28
2009-03-27generic compat_sys_ustatChristoph Hellwig1-0/+28
2009-03-24Merge branch 'master' into nextJames Morris1-1/+1
2009-02-12Add in_execve flag into task_struct.Kentaro Takeda1-0/+3
2009-02-07CRED: Fix SUID exec regressionDavid Howells1-1/+1
2009-01-14[CVE-2009-0029] Make sys_pselect7 staticHeiko Carstens1-3/+3
2009-01-06add missing accounting calls to compat_sys_{readv,writev}Gerd Hoffmann1-0/+6
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-18/+24
2008-10-26select: deal with math overflow from borderline valid userland dataArjan van de Ven1-2/+3
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds1-116/+71
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro1-14/+8
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-1/+40
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-0/+39
2008-10-16exec.c, compat.c: fix count(), compat_count() bounds checkingJason Baron1-1/+1
2008-09-05select: switch select() and poll() over to hrtimersArjan van de Ven1-116/+20
2008-09-05select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner1-0/+51
2008-08-25[PATCH] fix regular readdir() and friendsAl Viro1-2/+6
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-10/+10
2008-07-24flag parameters: signalfdUlrich Drepper1-4/+10
2008-07-24fs: check for statfs overflowJon Tollefson1-4/+4
2008-05-16[PATCH] get rid of leak in compat_execve()Al Viro1-2/+2
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath1-4/+4
2008-04-30signals: add set_restore_sigmaskRoland McGrath1-3/+3
2008-02-15Merge branch 'linus_origin' into hotfixesTrond Myklebust1-4/+4
2008-02-14Introduce path_put()Jan Blunck1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-13NFS: Allow text-based mounts via compat_sys_mountChuck Lever1-3/+0
2008-02-06fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbolJiri Olsa1-49/+0
2008-02-05timerfd: new timerfd APIDavide Libenzi1-5/+27
2008-01-25security: call security_file_permission from rw_verify_areaJames Morris1-4/+0
2007-07-19mm: variable length argument supportOllie Wild1-75/+53
2007-05-23optimize compat_core_sys_select() by a using stack space for small fd setsBadari Pulavarty1-6/+11
2007-05-17simplify compat_sys_timerfdHeiko Carstens1-9/+4
2007-05-11signal/timer/event: timerfd compat codeDavide Libenzi1-0/+23
2007-05-11signal/timer/event: signalfd compat codeDavide Libenzi1-0/+26
2007-05-08utimensat implementationUlrich Drepper1-8/+35
2007-05-08cleanup compat ioctl handlingChristoph Hellwig1-161/+1
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary1-12/+8
2007-05-02[PATCH] x86-64: Print type and size correctly for unknown compat ioctlsAndi Kleen1-2/+3
2007-03-08[PATCH] Add epoll compat_ code to fs/compat.cDavide Libenzi1-0/+100
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov1-5/+5
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-6/+6
2006-12-07[PATCH] compat: fix uaccess handlingHeiko Carstens1-16/+19
2006-12-07[PATCH] skip data conversion in compat_sys_mount when data_page is NULLAndrey Mirkin1-1/+1
2006-12-04[PATCH] severing skbuff.h -> poll.hAl Viro1-0/+1
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-0/+1
2006-11-03[PATCH] sys_pselect7 vs compat_sys_pselect7 uaccess error handlingHeiko Carstens1-3/+17
2006-10-10[PATCH] more fs/compat.c __user annotationsAl Viro1-1/+1
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-5/+13
2006-10-02[PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.hDavid Howells1-2/+0
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan1-1/+1
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-33/+11
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells1-7/+3
2006-09-26[PATCH] Check return value of copy_to_user in compat_sys_pselect7Andi Kleen1-2/+3
2006-06-26[PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warningsAndi Kleen1-1/+15
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-4/+4
2006-05-21[PATCH] NFS: fix error handling on access_ok in compat_sys_nfsservctlLin Feng Shen1-85/+92
2006-05-15[PATCH] fs/compat.c: fix 'if (a |= b )' typoAlexey Dobriyan1-1/+1
2006-05-04[PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV checkJens Axboe1-1/+1
2006-05-01[PATCH] x86_64: Add compat_sys_vmsplice and use it in x86-64Andi Kleen1-0/+20
2006-04-26[PATCH] LSM: add missing hook to do_compat_readv_writev()James Morris1-0/+4
2006-03-28[PATCH] Fold select_bits_alloc/free into caller code.Vadim Lobanov1-11/+2
2006-03-25[PATCH] use kzalloc and kcalloc in core fs codeOliver Neukum1-2/+1
2006-03-25[PATCH] compat_sys_nfsservctl(): handle errors correctlyPeter Staubach1-1/+4
2006-03-24[PATCH] Conditionalize compat_sys_newfstatatKyle McMartin1-0/+2
2006-02-17[PATCH] select: time comparison fixesAndrew Morton1-3/+3
2006-02-11[PATCH] select: fix returned timevalAndrew Morton1-12/+25
2006-02-01[PATCH] compat: fix compat_sys_openat and friendsStephen Rothwell1-6/+6
2006-02-01[PATCH] compat_sys_pselect7() fixAndrew Morton1-1/+1
2006-01-19[PATCH] Fix regression added by ppoll/pselect code.David S. Miller1-2/+2
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse1-37/+223
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper1-6/+42
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2006-01-08[PATCH] Fix overflow tests for compat_sys_fcntl64 lockingNeilBrown1-4/+18
2006-01-04Relax the rw_verify_area() error checking.Linus Torvalds1-1/+1
2005-11-22[PATCH] Fix error handling with put_compat_statfs()David Gibson1-8/+8
2005-11-20[PATCH] Remove compat ioctl semaphoreAndi Kleen1-7/+0
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins1-1/+0
2005-09-14[COMPAT]: Fixup compat_do_execve()David S. Miller1-0/+4
2005-09-09Preempt-safe RCU file usageLinus Torvalds1-0/+2
2005-09-09Fix up lost patch in compat_sys_select() for new RCU files world orderLinus Torvalds1-1/+3
2005-09-07[PATCH] remove duplicated sys_open32() code from 64bit archsMiklos Szeredi1-0/+10
2005-09-07[PATCH] remove register_ioctl32_conversion and unregister_ioctl32_conversionAdrian Bunk1-90/+0
2005-09-07[PATCH] compat: be more consistent about [ug]id_tStephen Rothwell1-8/+8
2005-07-12[PATCH] inotifyRobert Love1-4/+8
2005-04-27[PATCH] NFS4: Don't use __user with compat_uptr_tDavid Howells1-3/+3
2005-04-18[PATCH] Add 32-bit compatibility for NFSv4 mountDavid Howells1-0/+74
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1950