Commit Graph

58 Commits (8748dfae379573cdbea4e765b55e608a1764f918)

Author SHA1 Message Date
Christopher Yeoh fcf634098c Cross Memory Attach 13 years ago
Andi Kleen 5760495a87 vfs: add generic_file_llseek_size 13 years ago
Andi Kleen ef3d0fd27e vfs: do (nearly) lockless generic_file_llseek 13 years ago
Dan Carpenter bacb2d816c fs: add missing unlock in default_llseek() 14 years ago
Josef Bacik 982d816581 fs: add SEEK_HOLE and SEEK_DATA flags 14 years ago
Al Viro cccb5a1e69 fix signedness mess in rw_verify_area() on 64bit architectures 14 years ago
Arnd Bergmann 451a3c24b0 BKL: remove extraneous #include <smp_lock.h> 14 years ago
Linus Torvalds 435f49a518 readv/writev: do the same MAX_RW_COUNT truncation that read/write does 14 years ago
KAMEZAWA Hiroyuki 4a3956c790 vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos 14 years ago
Arnd Bergmann 776c163b1b vfs: make no_llseek the default 15 years ago
Arnd Bergmann ab91261f5c vfs: don't use BKL in default_llseek 15 years ago
Eric Paris 2a12a9d781 fsnotify: pass a file instead of an inode to open, read, and write 15 years ago
jan Blunck ae6afc3f5c vfs: introduce noop_llseek() 15 years ago
David Howells 61964eba5c do_sync_read/write() should set kiocb.ki_nbytes to be consistent 15 years ago
Changli Gao cc56f7de7f sendfile(): check f_op.splice_write() rather than f_op.sendpage() 15 years ago
Jeff Layton f9098980ff vfs: remove redundant position check in do_sendfile 16 years ago
Miklos Szeredi 6818173bd6 splice: implement default splice_read method 16 years ago
Linus Torvalds 601cc11d05 Make non-compat preadv/pwritev use native register size 16 years ago
Gerd Hoffmann f3554f4bc6 preadv/pwritev: Add preadv and pwritev system calls. 16 years ago
Heiko Carstens 3cdad42884 [CVE-2009-0029] System call wrappers part 20 16 years ago
Heiko Carstens 003d7ab479 [CVE-2009-0029] System call wrappers part 19 16 years ago
Heiko Carstens 002c8976ee [CVE-2009-0029] System call wrappers part 16 16 years ago
Heiko Carstens 6673e0c3fb [CVE-2009-0029] System call wrapper special cases 16 years ago
Heiko Carstens 2ed7c03ec1 [CVE-2009-0029] Convert all system calls to return a long 16 years ago
Alain Knaff 5b6f1eb97d vfs: lseek(fd, 0, SEEK_CUR) race condition 16 years ago
Christoph Hellwig 3a8cff4f02 [PATCH] generic_file_llseek tidyups 17 years ago
Andi Kleen 9465efc9e9 Remove BKL from remote_llseek v2 17 years ago
David Sterba 16abef0e9e fs: use loff_t type instead of long long 17 years ago
Arjan van de Ven 3287629eff remove the unused exports of sys_open/sys_read 17 years ago
Eric Sandeen 19295529db ext4: export iov_shorten from kernel for ext4's use 17 years ago
James Morris c43e259cc7 security: call security_file_permission from rw_verify_area 17 years ago
Arjan van de Ven cb51f973bc mark sys_open/sys_read exports unused 17 years ago
Pavel Emelyanov a16877ca9c Cleanup macros for distinguishing mandatory locks 18 years ago
Jens Axboe d96e6e7164 Remove remnants of sendfile() 18 years ago
Jens Axboe d6b29d7cee splice: divorce the splice structure/function definitions from the pipe header 18 years ago
Jens Axboe 534f2aaa6a sys_sendfile: switch to using ->splice_read, if available 18 years ago
Chris Snook 1ae7075bcd use use SEEK_MAX to validate user lseek arguments 18 years ago
Chris Snook 7b8e89249b use symbolic constants in generic lseek code 18 years ago
Eric Dumazet 163da958ba [PATCH] FS: speed up rw_verify_area() 18 years ago
Alexey Dobriyan 4b98d11b40 [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_struct 18 years ago
Adrian Bunk 029530f810 [PATCH] one more EXPORT_UNUSED_SYMBOL removal 18 years ago
Josef "Jeff" Sipek 0f7fc9e4d0 [PATCH] VFS: change struct file to use struct path 18 years ago
Badari Pulavarty eed4e51fb6 [PATCH] Add vector AIO support 19 years ago
Badari Pulavarty 543ade1fc9 [PATCH] Streamline generic_file_* interfaces and filemap cleanups 19 years ago
Badari Pulavarty ee0b3e671b [PATCH] Remove readv/writev methods and use aio_read/aio_write instead 19 years ago
Badari Pulavarty 027445c372 [PATCH] Vectorize aio_read/aio_write fileop methods 19 years ago
Adrian Bunk 69c3a5b8fd [PATCH] fs/read_write.c: EXPORT_UNUSED_SYMBOL 19 years ago
Jens Axboe 49570e9b29 [PATCH] splice: unlikely() optimizations 19 years ago
Arjan van de Ven 4b6f5d20b0 [PATCH] Make most file operations structs in fs/ const 19 years ago
Carsten Otte 6cc6b1226b [PATCH] remove needless check in fs/read_write.c 19 years ago