Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cc39b15c82b21d13082a2f99f58ccac32314f254
/
fs
/
fuse
/
file.c
7d337cc
Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9
by Kyle Yan
· 7 years ago
227559e
fuse: initialize the flock flag in fuse_file on allocation
by Mateusz Jurczyk
· 7 years ago
759832b
fuse: Add support for shortcircuited read/write for files
by Nikhilesh Reddy
· 7 years ago
1e6be9c
fuse: add missing FR_FORCE
by Miklos Szeredi
· 8 years ago
59c3b76
fuse: fix fuse_write_end() if zero bytes were copied
by Miklos Szeredi
· 8 years ago
abb5a14
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e55f1d1
Merge remote-tracking branch 'jk/vfs' into work.misc
by Al Viro
· 8 years ago
acbe5fd
fuse: don't use fuse_ioctl_copy_user() helper
by Miklos Szeredi
· 8 years ago
3daa9c5
fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()
by Al Viro
· 8 years ago
6249033
fuse: Propagate dentry down to inode_change_ok()
by Jan Kara
· 8 years ago
8fba54a
fuse: direct-io: don't dirty ITER_BVEC pages
by Miklos Szeredi
· 8 years ago
27ae0c4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 8 years ago
4a7f4e8
fuse: use filemap_check_errors()
by Miklos Szeredi
· 8 years ago
9ebce59
fuse: fuse_flush must check mapping->flags for errors
by Maxim Patlasov
· 8 years ago
ac7f052
fuse: fsync() did not return IO errors
by Alexey Kuznetsov
· 8 years ago
11fb998
mm: move most file-based accounting to the node
by Mel Gorman
· 8 years ago
7879c4e
fuse: improve aio directIO write performance for size extending writes
by Ashish Sangwan
· 9 years ago
c2e7b20
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
1af5bb4
filemap: remove the pos argument to generic_file_direct_write
by Christoph Hellwig
· 9 years ago
2c932d4
fuse: Fix return value from fuse_get_user_pages()
by Ashish Samant
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
742f992
fuse: return patrial success from fuse_direct_io()
by Ashish Samant
· 9 years ago
744742d
fuse: Add reference counting for fuse_io_priv
by Seth Forshee
· 9 years ago
7cabc61
fuse: do not use iocb after it may have been freed
by Robert Doebbelin
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
5c89e9e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 9 years ago
732c4a9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 9 years ago
0b5da8d
fuse: add support for SEEK_HOLE and SEEK_DATA in lseek
by Ravishankar N
· 9 years ago
3ca8138
fuse: break infinite loop in fuse_fill_write_pages()
by Roman Gushchin
· 9 years ago
4f65636
Move locks API users to locks_lock_inode_wait()
by Benjamin Coddington
· 9 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
a7ba4bf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 9 years ago
33e14b4
fuse: req state use flags
by Miklos Szeredi
· 9 years ago
7a3b2c7
fuse: simplify req states
by Miklos Szeredi
· 9 years ago
825d6d3
fuse: req use bitops
by Miklos Szeredi
· 9 years ago
5fa8e0a
fs: Rename file_remove_suid() to file_remove_privs()
by Jan Kara
· 9 years ago
93f78d8
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
by Tejun Heo
· 9 years ago
2ba48ce
mirror O_APPEND and O_DIRECT into iocb->ki_flags
by Al Viro
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
6b775b1
fuse: ->direct_IO() doesn't need generic_write_checks()
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
812408f
expand __fuse_direct_write() in both callers
by Al Viro
· 10 years ago
1531626
fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
04b2fa9
fs: split generic and aio kiocb
by Christoph Hellwig
· 10 years ago
9d5722b
fuse: handle synchronous iocbs internally
by Christoph Hellwig
· 10 years ago
6bec003
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
d83a08d
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
by Kirill A. Shutemov
· 10 years ago
de1414a
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
c103b21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 10 years ago
1c68271
fuse: use file_inode() in fuse_file_fallocate()
by Miklos Szeredi
· 10 years ago
7078187
fuse: introduce fuse_simple_request() helper
by Miklos Szeredi
· 10 years ago
baebccb
fuse: hold inode instead of path after release
by Miklos Szeredi
· 10 years ago
a455589
assorted conversions to %p[dD]
by Al Viro
· 10 years ago
2c80929
fuse: honour max_read and max_write in direct_io mode
by Miklos Szeredi
· 10 years ago
c7f3888
switch iov_iter_get_pages() to passing maximal number of pages
by Al Viro
· 10 years ago
0b632204
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 10 years ago
f2b3455
fuse: replace count*size kzalloc by kcalloc
by Fabian Frederick
· 10 years ago
27f1b36
fuse: release temporary page if fuse_writepage_locked() failed
by Maxim Patlasov
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2457aec
mm: non-atomically mark page accessed during page cache allocation where possible
by Mel Gorman
· 10 years ago
130d1f9
locks: ensure that fl_owner is always initialized properly in flock and lease codepaths
by Jeff Layton
· 10 years ago
62a8067
bio_vec-backed iov_iter
by Al Viro
· 11 years ago
84c3d55
fuse: switch to ->write_iter()
by Al Viro
· 11 years ago
37c20f1
fuse_file_aio_read(): convert to ->read_iter()
by Al Viro
· 11 years ago
0c94933
iov_iter_truncate()
by Al Viro
· 11 years ago
f67da30
new helper: iov_iter_npages()
by Al Viro
· 11 years ago
c9c37e2
fuse: switch to iov_iter_get_pages()
by Al Viro
· 11 years ago
d22a943
fuse: pull iov_iter initializations up
by Al Viro
· 11 years ago
71d8e53
start adding the tag to iov_iter
by Al Viro
· 11 years ago
23faa7b
fuse_file_aio_write(): merge initializations of iov_iter
by Al Viro
· 11 years ago
a6cbcd4
get rid of pointless iov_length() in ->direct_IO()
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
cb66a7a
kill generic_segment_checks()
by Al Viro
· 11 years ago
f8579f8
generic_file_direct_write(): switch to iov_iter
by Al Viro
· 11 years ago
ab9e13f
fuse: allow ctime flushing to userspace
by Maxim Patlasov
· 11 years ago
1e18bda
fuse: add .write_inode
by Miklos Szeredi
· 11 years ago
22401e7
fuse: clean up fsync
by Miklos Szeredi
· 11 years ago
93d2269
fuse: fuse: fallocate: use file_update_time()
by Miklos Szeredi
· 11 years ago
75caeec
fuse: update mtime on open(O_TRUNC) in atomic_o_trunc mode
by Maxim Patlasov
· 11 years ago
aeb4eb6
fuse: fix mtime update error in fsync
by Miklos Szeredi
· 11 years ago
4adb830
fuse: check fallocate mode
by Miklos Szeredi
· 11 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
f182036
mm: implement ->map_pages for page cache
by Kirill A. Shutemov
· 11 years ago
f384626
fuse: fix "uninitialized variable" warning
by Rajat Jain
· 11 years ago
4d99ff8
fuse: Turn writeback cache on
by Pavel Emelyanov
· 11 years ago
ea8cd33
fuse: Fix O_DIRECT operations vs cached writeback misorder
by Pavel Emelyanov
· 11 years ago
fe38d7d
fuse: fuse_flush() should wait on writeback
by Maxim Patlasov
· 11 years ago
6b12c1b
fuse: Implement write_begin/write_end callbacks
by Pavel Emelyanov
· 11 years ago
482fce5
fuse: restructure fuse_readpage()
by Maxim Patlasov
· 11 years ago
e7cc133c
fuse: Flush files on wb close
by Pavel Emelyanov
· 11 years ago
b0aa760
fuse: Trust kernel i_mtime only
by Maxim Patlasov
· 11 years ago
8373200
fuse: Trust kernel i_size only
by Pavel Emelyanov
· 11 years ago
a92adc8
fuse: Prepare to handle short reads
by Pavel Emelyanov
· 11 years ago
650b22b
fuse: Linking file to inode helper
by Pavel Emelyanov
· 11 years ago
5cb6c6c
generic_file_direct_write(): get rid of ppos argument
by Al Viro
· 11 years ago
Next »