aboutsummaryrefslogtreecommitdiff
path: root/fs/read_write.c
AgeCommit message (Expand)Author
2014-02-13fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07aio: remove retry-based AIOZach Brown
2013-05-04kill fs/read_write.hAl Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29fs/read_write.c: fix generic_file_llseek() commentMing Lei
2013-04-09lift sb_start_write() out of ->write()Al Viro
2013-04-09switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-03-27vfs/splice: Fix missed checks in new __kernel_write() helperAl Viro
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro
2013-03-03convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20sendfile: allows bypassing of notifier eventsScott Wolchok
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2011-10-31Cross Memory AttachChristopher Yeoh
2011-10-28vfs: add generic_file_llseek_sizeAndi Kleen
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen
2011-07-26fs: add missing unlock in default_llseek()Dan Carpenter
2011-07-20fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik
2011-01-12fix signedness mess in rw_verify_area() on 64bit architecturesAl Viro
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-29readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki
2010-10-15vfs: make no_llseek the defaultArnd Bergmann
2010-10-15vfs: don't use BKL in default_llseekArnd Bergmann
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris
2010-05-27vfs: introduce noop_llseek()jan Blunck
2010-03-24do_sync_read/write() should set kiocb.ki_nbytes to be consistentDavid Howells
2009-11-04sendfile(): check f_op.splice_write() rather than f_op.sendpage()Changli Gao
2009-09-24vfs: remove redundant position check in do_sendfileJeff Layton
2009-05-11splice: implement default splice_read methodMiklos Szeredi
2009-04-04Make non-compat preadv/pwritev use native register sizeLinus Torvalds
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann
2009-01-14[CVE-2009-0029] System call wrappers part 20Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 19Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens
2009-01-05vfs: lseek(fd, 0, SEEK_CUR) race conditionAlain Knaff