aboutsummaryrefslogtreecommitdiff
path: root/fs/read_write.c
AgeCommit message (Expand)Author
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
2008-07-02Remove BKL from remote_llseek v2Andi Kleen
2008-04-22fs: use loff_t type instead of long longDavid Sterba
2008-02-08remove the unused exports of sys_open/sys_readArjan van de Ven
2008-01-28ext4: export iov_shorten from kernel for ext4's useEric Sandeen
2008-01-25security: call security_file_permission from rw_verify_areaJames Morris
2007-11-14mark sys_open/sys_read exports unusedArjan van de Ven
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov
2007-07-10Remove remnants of sendfile()Jens Axboe
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe
2007-07-10sys_sendfile: switch to using ->splice_read, if availableJens Axboe
2007-05-08use use SEEK_MAX to validate user lseek argumentsChris Snook
2007-05-08use symbolic constants in generic lseek codeChris Snook
2007-02-12[PATCH] FS: speed up rw_verify_area()Eric Dumazet
2007-02-11[PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_structAlexey Dobriyan
2006-12-13[PATCH] one more EXPORT_UNUSED_SYMBOL removalAdrian Bunk
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-10-01[PATCH] Add vector AIO supportBadari Pulavarty
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty
2006-07-10[PATCH] fs/read_write.c: EXPORT_UNUSED_SYMBOLAdrian Bunk
2006-04-11[PATCH] splice: unlikely() optimizationsJens Axboe
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-25[PATCH] remove needless check in fs/read_write.cCarsten Otte
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-04Relax the rw_verify_area() error checking.Linus Torvalds
2005-09-29[PATCH] readv/writev syscalls are not checked by lsmKostik Belousov
2005-09-07[PATCH] remove file.f_maxcountEric Dumazet
2005-07-12[PATCH] inotifyRobert Love
2005-06-23[PATCH] aio: fix do_sync_(read|write) to properly handle aio retriesBenjamin LaHaise
2005-04-16[PATCH] undo do_readv_writev() behavior changeDave Hansen
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds