Al Viro
|
3e84f48edf
vfs/splice: Fix missed checks in new __kernel_write() helper
|
12 years ago |
Al Viro
|
06ae43f34b
Don't bother with redoing rw_verify_area() from default_file_splice_from()
|
12 years ago |
Linus Torvalds
|
14cc0b55b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Al Viro
|
561c673197
switch lseek to COMPAT_SYSCALL_DEFINE
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Scott Wolchok
|
a68c2f12b4
sendfile: allows bypassing of notifier events
|
12 years ago |
Andrew Morton
|
965c8e59cf
lseek: the "whence" argument is called "whence"
|
12 years ago |
Catalin Marinas
|
8f9c0119d7
compat: fs: Generic compat_sys_sendfile implementation
|
12 years ago |
Al Viro
|
2903ff019b
switch simple cases of fget_light to fdget
|
13 years ago |
Eric Sandeen
|
e8b96eb503
vfs: allow custom EOF in generic_file_llseek code
|
13 years ago |
Christopher Yeoh
|
ac34ebb3a6
aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()
|
13 years ago |
Paul Gortmaker
|
630d9c4727
fs: reduce the use of module.h wherever possible
|
13 years ago |
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 |