Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / compat.c
2012-03-30 Linus TorvaldsMerge branch 'x86-x32-for-linus' of git://git./linux...
2012-03-13 Ingo MolnarMerge branch 'x86/x32' into x86/cleanups
2012-02-29 Paul Gortmakerfs: reduce the use of module.h wherever possible
2012-02-20 H. J. Lucompat: Create compat_sys_p{read,write}v64
2012-02-14 Al Virovfs: fix compat_sys_stat() handling of overflows in...
2012-01-04 Al Viroswitch open and mkdir syscalls to umode_t
2012-01-04 Al Virovfs: new helper - vfs_ustat()
2011-11-01 Christopher YeohCross Memory Attach
2011-10-28 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-10-28 Eric W. Biedermancompat: sync compat_stats with statfs.
2011-10-25 Linus TorvaldsMerge branch 'for-3.2' of git://linux-nfs.org/~bfields...
2011-08-31 J. Bruce Fieldsnfsd: remove include/linux/nfsd/syscall.h
2011-08-26 NeilBrownAll Arch: remove linkage for sys_nfsservctl system...
2011-07-15 NeilBrownnfsd: Remove deprecated nfsctl system call and related...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-04-09 Oleg Nesterovexec: unify do_execve/compat_do_execve code
2011-03-21 Namhyung Kimselect: remove unused MAX_SELECT_SECONDS
2011-03-15 Aneesh Kumar K.Vvfs: Add open by file handle support
2011-03-14 Al Viroclean statfs-like syscalls up
2011-03-13 Al Virocompat breakage in preadv() and pwritev()
2011-03-13 Al Virocompat breakage in preadv() and pwritev()
2011-01-17 Namhyung Kimcompat: copy missing fields in compat_statfs64 to user
2011-01-17 Namhyung Kimcompat: update comment of compat statfs syscalls
2011-01-17 Namhyung Kimcompat: remove unnecessary assignment in compat_rw_copy...
2010-12-01 Oleg Nesterovexec: copy-and-paste the fixes into compat_do_execve...
2010-10-30 wu zhangjinfs/compat.c: fix build on MIPS/s390
2010-10-29 Linus Torvaldsreadv/writev: do the same MAX_RW_COUNT truncation that...
2010-10-28 Greg Kroah-HartmanMerge 'staging-next' to Linus's tree
2010-10-26 Linus TorvaldsMerge branch 'for-2.6.37' of git://linux-nfs.org/~bfiel...
2010-10-05 Arnd Bergmannsmbfs: move to drivers/staging
2010-09-23 Dan RosenbergPrevent freeing uninitialized pointer in compat_do_read...
2010-09-22 NeilBrownnfsd: allow deprecated interface to be compiled out.
2010-08-13 David HowellsMark arguments to certain syscalls as being const
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-10 Kevin Winchestervfs: fix warning: 'dirent' is used uninitialized in...
2010-08-09 Christoph Hellwigpass a struct path to vfs_statfs
2010-07-28 Eric Parisfsnotify: pass a file instead of an inode to open,...
2010-07-19 Pavel Machekupdate email address
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-06-04 Heiko Carstensfs/compat_rw_copy_check_uvector: add missing compat_ptr...
2010-05-27 Jeff Moyeraio: fix the compat vectored operations
2010-05-27 Jeff Moyercompat: factor out compat_rw_copy_check_uvector from...
2010-05-12 Robin Holtrevert "procfs: provide stack information for threads...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-12 Christoph HellwigAdd generic sys_old_select()
2010-03-03 Tony Jones- Remove lttng-instrumentation patches, they have been...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-14 Boaz Harroshcompat.c: Remove dependence on nfsd private headers
2009-11-25 Tony Jones- patches.trace/lttng-*: update for 2.6.32
2009-11-04 Stefani Seiboldx86, fs: Fix x86 procfs stack information for threads...
2009-09-24 Vegard Nossumfs: fix overflow in sys_mount() for in-kernel calls
2009-09-23 Suzuki Poulosefix compat_sys_utimensat()
2009-09-05 Oleg Nesterovexec: do not sleep in TASK_TRACED under ->cred_guard_mutex
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-06 Oleg Nesterovcred_guard_mutex: do not return -EINTR to user-space
2009-06-12 Nikanth Karthikesantrivial: fix comment typo in fs/compat.c
2009-06-12 Al ViroPush BKL into do_mount()
2009-05-10 David HowellsCRED: Rename cred_exec_mutex to reflect that it's a...
2009-04-24 Oleg Nesterovdo_execve() must not clear fs->in_exec if it was set...
2009-04-21 Christoph Hellwigkill vfs_stat_fd / vfs_lstat_fd
2009-04-21 Oleg DrokinSeparate out common fstatat code into vfs_fstatat
2009-04-04 Linus TorvaldsMake non-compat preadv/pwritev use native register...
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Gerd Hoffmannpreadv/pwritev: switch compat readv/preadv/writev/pwrit...
2009-04-03 Gerd Hoffmannpreadv/pwritev: Add preadv and pwritev system calls.
2009-04-03 Gerd Hoffmannpreadv/pwritev: create compat_writev()
2009-04-03 Gerd Hoffmannpreadv/pwritev: create compat_readv()
2009-04-01 Al ViroNew locking/refcounting for fs_struct
2009-03-29 Hugh Dickinsfix setuid sometimes doesn't
2009-03-29 Hugh Dickinscompat_do_execve should unshare_files
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Christoph Hellwiggeneric compat_sys_ustat
2009-03-23 James MorrisMerge branch 'master' into next
2009-02-12 Kentaro TakedaAdd in_execve flag into task_struct.
2009-02-09 Jeff Mahoney- Updated to 2.6.29-rc4.
2009-02-06 David HowellsCRED: Fix SUID exec regression
2009-02-02 Jeff Mahoney- Updated to 2.6.29-rc3.
2009-01-18 Heiko CarstensMake sys_pselect7 static
2009-01-15 Greg Kroah-Hartman- Update to 2.6.27.12-rc1:
2009-01-14 Heiko Carstens[CVE-2009-0029] Make sys_pselect7 static
2009-01-06 Gerd Hoffmannadd missing accounting calls to compat_sys_{readv,writev}
2008-11-13 David HowellsCRED: Make execve() take advantage of copy-on-write...
2008-10-26 Arjan van de Venselect: deal with math overflow from borderline valid...
2008-10-23 Linus TorvaldsMerge branch 'v28-range-hrtimers-for-linus-v2' of git...
2008-10-23 Al Viro[PATCH] prepare vfs_readdir() callers to returning...
2008-10-17 Arjan van de VenMerge commit 'linus/master' into merge-linus
2008-10-16 Christoph Hellwigcompat: move cp_compat_stat to common code
2008-10-16 Jason Baronexec.c, compat.c: fix count(), compat_count() bounds...
2008-09-24 Jan BlunckThis adds some tracepoint instrumentation taken from...
2008-09-06 Arjan van de Venselect: switch select() and poll() over to hrtimers
2008-09-06 Thomas Gleixnerselect: add poll_select_set_timeout() and poll_select_c...
2008-08-25 Al Viro[PATCH] fix regular readdir() and friends
2008-07-27 Al Viro[PATCH] sanitize __user_walk_fd() et.al.
2008-07-24 Ulrich Drepperflag parameters: signalfd
2008-07-24 Jon Tollefsonfs: check for statfs overflow
2008-05-16 Al Viro[PATCH] get rid of leak in compat_execve()
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-30 Roland McGrathsignals: use HAVE_SET_RESTORE_SIGMASK
2008-04-30 Roland McGrathsignals: add set_restore_sigmask
next