Commit Graph

135 Commits (9179746652faf0aba07b8b7f770dcf29892a24c6)

Author SHA1 Message Date
Namhyung Kim e0bb6bda43 compat: copy missing fields in compat_statfs64 to user 14 years ago
Namhyung Kim 974d879e80 compat: update comment of compat statfs syscalls 14 years ago
Namhyung Kim 6a5640f102 compat: remove unnecessary assignment in compat_rw_copy_check_uvector() 14 years ago
Oleg Nesterov 114279be21 exec: copy-and-paste the fixes into compat_do_execve() paths 14 years ago
wu zhangjin 504b701bb1 fs/compat.c: fix build on MIPS/s390 14 years ago
Linus Torvalds 435f49a518 readv/writev: do the same MAX_RW_COUNT truncation that read/write does 14 years ago
Arnd Bergmann 2116b7a473 smbfs: move to drivers/staging 15 years ago
Dan Rosenberg 767b68e969 Prevent freeing uninitialized pointer in compat_do_readv_writev 15 years ago
NeilBrown 1e1405673e nfsd: allow deprecated interface to be compiled out. 15 years ago
David Howells c788732523 Mark arguments to certain syscalls as being const 15 years ago
Kevin Winchester 85c9fe8fca vfs: fix warning: 'dirent' is used uninitialized in this function 15 years ago
Christoph Hellwig ebabe9a900 pass a struct path to vfs_statfs 15 years ago
Eric Paris 2a12a9d781 fsnotify: pass a file instead of an inode to open, read, and write 15 years ago
Pavel Machek a2531293db update email address 15 years ago
Heiko Carstens 7cbe17701a fs/compat_rw_copy_check_uvector: add missing compat_ptr call 15 years ago
Jeff Moyer 9d85cba718 aio: fix the compat vectored operations 15 years ago
Jeff Moyer b83733639a compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev 15 years ago
Robin Holt 34441427aa revert "procfs: provide stack information for threads" and its fixup commits 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Christoph Hellwig 5d0e52830e Add generic sys_old_select() 15 years ago
Boaz Harrosh 370d560017 compat.c: Remove dependence on nfsd private headers 15 years ago
Stefani Seibold 89240ba059 x86, fs: Fix x86 procfs stack information for threads on 64-bit 15 years ago
Vegard Nossum eca6f534e6 fs: fix overflow in sys_mount() for in-kernel calls 16 years ago
Suzuki Poulose d7d7561c90 fix compat_sys_utimensat() 16 years ago
Oleg Nesterov a2a8474c3f exec: do not sleep in TASK_TRACED under ->cred_guard_mutex 16 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Oleg Nesterov 793285fcaf cred_guard_mutex: do not return -EINTR to user-space 16 years ago
Nikanth Karthikesan ff677f8d10 trivial: fix comment typo in fs/compat.c 16 years ago
Al Viro 6fac98dd21 Push BKL into do_mount() 16 years ago
David Howells 5e751e992f CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace 16 years ago
Oleg Nesterov 8c652f96d3 do_execve() must not clear fs->in_exec if it was set by another thread 16 years ago
Christoph Hellwig 2eae7a1874 kill vfs_stat_fd / vfs_lstat_fd 16 years ago
Oleg Drokin 0112fc2229 Separate out common fstatat code into vfs_fstatat 16 years ago
Linus Torvalds 601cc11d05 Make non-compat preadv/pwritev use native register size 16 years ago
Gerd Hoffmann 10c7db2792 preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_light 16 years ago
Gerd Hoffmann f3554f4bc6 preadv/pwritev: Add preadv and pwritev system calls. 16 years ago
Gerd Hoffmann 6949a6318e preadv/pwritev: create compat_writev() 16 years ago
Gerd Hoffmann dac1213842 preadv/pwritev: create compat_readv() 16 years ago
Al Viro 498052bba5 New locking/refcounting for fs_struct 16 years ago
Hugh Dickins e426b64c41 fix setuid sometimes doesn't 16 years ago
Hugh Dickins 53e9309e01 compat_do_execve should unshare_files 16 years ago
Christoph Hellwig 2b1c6bd77d generic compat_sys_ustat 16 years ago
Kentaro Takeda f9ce1f1cda Add in_execve flag into task_struct. 16 years ago
David Howells 0bf2f3aec5 CRED: Fix SUID exec regression 16 years ago
Heiko Carstens c9da9f2129 [CVE-2009-0029] Make sys_pselect7 static 16 years ago
Gerd Hoffmann ca8a5bd282 add missing accounting calls to compat_sys_{readv,writev} 16 years ago
David Howells a6f76f23d2 CRED: Make execve() take advantage of copy-on-write credentials 16 years ago
Arjan van de Ven 4d36a9e65d select: deal with math overflow from borderline valid userland data 17 years ago
Al Viro 53c9c5c0e3 [PATCH] prepare vfs_readdir() callers to returning filldir result 17 years ago
Christoph Hellwig f7a5000f7a compat: move cp_compat_stat to common code 17 years ago