Al Viro
|
2ec3a12a66
cachefiles_write_page(): switch to __kernel_write()
|
11 anni fa |
Al Viro
|
aad4f8bb42
switch simple generic_file_aio_read() users to ->read_iter()
|
11 anni fa |
Al Viro
|
293bc9822f
new methods: ->read_iter() and ->write_iter()
|
11 anni fa |
Al Viro
|
7f7f25e82d
replace checking for ->read/->aio_read presence with check in ->f_mode
|
11 anni fa |
Linus Torvalds
|
190f918660
Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
|
11 anni fa |
Eric Biggers
|
d7a15f8d07
vfs: atomic f_pos access in llseek()
|
11 anni fa |
Al Viro
|
bd2a31d522
get rid of fget_light()
|
11 anni fa |
Linus Torvalds
|
9c225f2655
vfs: atomic f_pos accesses as per POSIX
|
11 anni fa |
Heiko Carstens
|
378a10f3ae
fs/compat: optional preadv64/pwrite64 compat system calls
|
11 anni fa |
Heiko Carstens
|
dfd948e32a
fs/compat: fix parameter handling for compat readv/writev syscalls
|
11 anni fa |
Corey Minyard
|
4e4f9e66a7
fs/read_write.c:compat_readv(): remove bogus area verify
|
11 anni fa |
Al Viro
|
72c2d53192
file->f_op is never NULL...
|
12 anni fa |
Kent Overstreet
|
73a7075e3f
aio: Kill aio_rw_vect_retry()
|
12 anni fa |
Jie Liu
|
46a1c2c7ae
vfs: export lseek_execute() to modules
|
12 anni fa |
Al Viro
|
2142914e3e
lseek_execute() doesn't need an inode passed to it
|
12 anni fa |
Al Viro
|
68d70d03f8
constify rw_verify_area()
|
12 anni fa |
Al Viro
|
1bf9d14dff
new helper: fixed_size_llseek()
|
12 anni fa |
Al Viro
|
5faf153ebf
don't call file_pos_write() if vfs_{read,write}{,v}() fails
|
12 anni fa |
Al Viro
|
50cd2c5776
lift file_*_write out of do_splice_direct()
|
12 anni fa |
Al Viro
|
7995bd2871
splice: don't pass the address of ->f_pos to methods
|
12 anni fa |
Kent Overstreet
|
a27bb332c0
aio: don't include aio.h in sched.h
|
12 anni fa |
Zach Brown
|
41003a7bcf
aio: remove retry-based AIO
|
12 anni fa |
Al Viro
|
c0bd14af51
kill fs/read_write.h
|
12 anni fa |
Linus Torvalds
|
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 anni fa |
Linus Torvalds
|
08d7676083
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 anni fa |
Ming Lei
|
546ae2d2f7
fs/read_write.c: fix generic_file_llseek() comment
|
12 anni fa |
Al Viro
|
03d95eb2f2
lift sb_start_write() out of ->write()
|
12 anni fa |
Al Viro
|
72ec35163f
switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE
|
12 anni fa |
Al Viro
|
8d71db4f08
lift sb_start_write/sb_end_write out of ->aio_write()
|
12 anni fa |
Al Viro
|
3e84f48edf
vfs/splice: Fix missed checks in new __kernel_write() helper
|
12 anni fa |