Linus Torvalds
|
69370471d0
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 years ago |
Linus Torvalds
|
c2e7b20705
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 years ago |
Al Viro
|
63b6df1413
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
|
9 years ago |
Christoph Hellwig
|
e864f39569
fs: add RWF_DSYNC aand RWF_SYNC
|
9 years ago |
Al Viro
|
bc61384dcd
rw_verify_area(): saner calling conventions
|
9 years ago |
Al Viro
|
8b23a8ce10
Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next
|
9 years ago |
Christoph Hellwig
|
97be7ebe53
vfs: add the RWF_HIPRI flag for preadv2/pwritev2
|
9 years ago |
Milosz Tanski
|
f17d8b3545
vfs: vfs: Define new syscalls preadv2,pwritev2
|
9 years ago |
Christoph Hellwig
|
793b80ef14
vfs: pass a flags argument to vfs_readv/vfs_writev
|
9 years ago |
Christoph Hellwig
|
0fcbf996d8
fs: return -EOPNOTSUPP if clone is not supported
|
9 years ago |
Wouter van Kesteren
|
2feb55f890
fs: allow no_seek_end_llseek to actually seek
|
9 years ago |
Darrick J. Wong
|
e62e560fc8
vfs: abort dedupe loop if fatal signals are pending
|
9 years ago |
Al Viro
|
5955102c99
wrappers for ->i_mutex access
|
9 years ago |
Linus Torvalds
|
33caf82acf
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 years ago |
Darrick J. Wong
|
54dbc15172
vfs: hoist the btrfs deduplication ioctl to the vfs
|
9 years ago |
Darrick J. Wong
|
d79bdd52d8
vfs: wire up compat ioctl for CLONE/CLONE_RANGE
|
9 years ago |
Al Viro
|
b25472f9b9
new helpers: no_seek_end_llseek{,_size}()
|
9 years ago |
Christoph Hellwig
|
04b38d6012
vfs: pull btrfs clone API to vfs layer
|
9 years ago |
Christoph Hellwig
|
acc15575e7
locks: new locks_mandatory_area calling convention
|
9 years ago |
Anna Schumaker
|
eac70053a1
vfs: Add vfs_copy_file_range() support for pagecache copies
|
10 years ago |
Zach Brown
|
29732938a6
vfs: add copy_file_range syscall and vfs helper
|
10 years ago |
Al Viro
|
f765b134c0
new_sync_write(): discard ->ki_pos unless the return value is positive
|
10 years ago |
Al Viro
|
8436318205
->aio_read and ->aio_write removed
|
10 years ago |
Al Viro
|
9a219bc70b
kill do_sync_read/do_sync_write
|
10 years ago |
Al Viro
|
5d5d568975
make new_sync_{read,write}() static
|
10 years ago |
Al Viro
|
3d04c8a17f
export __vfs_read()
|
10 years ago |
Al Viro
|
493c84c072
new helper: __vfs_write()
|
10 years ago |
Al Viro
|
0504c074b5
switch {compat_,}do_readv_writev() to {compat_,}import_iovec()
|
10 years ago |
Al Viro
|
ac15ac0669
lift iov_iter into {compat_,}do_readv_writev()
|
10 years ago |
Christoph Hellwig
|
e2e40f2c1e
fs: move struct kiocb to fs.h
|
10 years ago |