Jie Liu
|
46a1c2c7ae
vfs: export lseek_execute() to modules
|
12 years ago |
Al Viro
|
2142914e3e
lseek_execute() doesn't need an inode passed to it
|
12 years ago |
Al Viro
|
68d70d03f8
constify rw_verify_area()
|
12 years ago |
Al Viro
|
1bf9d14dff
new helper: fixed_size_llseek()
|
12 years ago |
Al Viro
|
5faf153ebf
don't call file_pos_write() if vfs_{read,write}{,v}() fails
|
12 years ago |
Al Viro
|
50cd2c5776
lift file_*_write out of do_splice_direct()
|
12 years ago |
Al Viro
|
7995bd2871
splice: don't pass the address of ->f_pos to methods
|
12 years ago |
Kent Overstreet
|
a27bb332c0
aio: don't include aio.h in sched.h
|
12 years ago |
Zach Brown
|
41003a7bcf
aio: remove retry-based AIO
|
12 years ago |
Al Viro
|
c0bd14af51
kill fs/read_write.h
|
12 years ago |
Linus Torvalds
|
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Linus Torvalds
|
08d7676083
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Ming Lei
|
546ae2d2f7
fs/read_write.c: fix generic_file_llseek() comment
|
12 years ago |
Al Viro
|
03d95eb2f2
lift sb_start_write() out of ->write()
|
12 years ago |
Al Viro
|
72ec35163f
switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE
|
12 years ago |
Al Viro
|
8d71db4f08
lift sb_start_write/sb_end_write out of ->aio_write()
|
12 years ago |
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 |
Al Viro
|
19f4fc3aee
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
|
12 years ago |
Al Viro
|
4a0fd5bf0f
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
|
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 |