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
|
15 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
|
17 years ago |