git v1.2.3'/>
summaryrefslogtreecommitdiff
path: root/fs/read_write.c
AgeCommit message (Expand)Author
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
2008-10-23[PATCH] generic_file_llseek tidyupsChristoph Hellwig