Miklos Szeredi
|
2c80929c4c
fuse: honour max_read and max_write in direct_io mode
|
11 years ago |
Al Viro
|
c7f3888ad7
switch iov_iter_get_pages() to passing maximal number of pages
|
11 years ago |
Linus Torvalds
|
0b632204c7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
|
11 years ago |
Fabian Frederick
|
f2b3455e47
fuse: replace count*size kzalloc by kcalloc
|
11 years ago |
Maxim Patlasov
|
27f1b36326
fuse: release temporary page if fuse_writepage_locked() failed
|
11 years ago |
Linus Torvalds
|
16b9057804
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
11 years ago |
Mel Gorman
|
2457aec637
mm: non-atomically mark page accessed during page cache allocation where possible
|
11 years ago |
Jeff Layton
|
130d1f956a
locks: ensure that fl_owner is always initialized properly in flock and lease codepaths
|
11 years ago |
Al Viro
|
62a8067a7f
bio_vec-backed iov_iter
|
11 years ago |
Al Viro
|
84c3d55cc4
fuse: switch to ->write_iter()
|
11 years ago |
Al Viro
|
37c20f16e7
fuse_file_aio_read(): convert to ->read_iter()
|
11 years ago |
Al Viro
|
0c949334a9
iov_iter_truncate()
|
11 years ago |
Al Viro
|
f67da30c1d
new helper: iov_iter_npages()
|
11 years ago |
Al Viro
|
c9c37e2e63
fuse: switch to iov_iter_get_pages()
|
11 years ago |
Al Viro
|
d22a943f44
fuse: pull iov_iter initializations up
|
11 years ago |
Al Viro
|
71d8e532b1
start adding the tag to iov_iter
|
11 years ago |
Al Viro
|
23faa7b8db
fuse_file_aio_write(): merge initializations of iov_iter
|
11 years ago |
Al Viro
|
a6cbcd4a4a
get rid of pointless iov_length() in ->direct_IO()
|
11 years ago |
Al Viro
|
d8d3d94b80
pass iov_iter to ->direct_IO()
|
11 years ago |
Al Viro
|
cb66a7a1f1
kill generic_segment_checks()
|
11 years ago |
Al Viro
|
f8579f8673
generic_file_direct_write(): switch to iov_iter
|
11 years ago |
Maxim Patlasov
|
ab9e13f7c7
fuse: allow ctime flushing to userspace
|
11 years ago |
Miklos Szeredi
|
1e18bda86e
fuse: add .write_inode
|
11 years ago |
Miklos Szeredi
|
22401e7b7a
fuse: clean up fsync
|
11 years ago |
Miklos Szeredi
|
93d2269d2f
fuse: fuse: fallocate: use file_update_time()
|
11 years ago |
Maxim Patlasov
|
75caeecdf9
fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode
|
11 years ago |
Miklos Szeredi
|
aeb4eb6b55
fuse: fix mtime update error in fsync
|
11 years ago |
Miklos Szeredi
|
4adb83029d
fuse: check fallocate mode
|
11 years ago |
Linus Torvalds
|
5166701b36
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
11 years ago |
Kirill A. Shutemov
|
f1820361f8
mm: implement ->map_pages for page cache
|
11 years ago |