Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
70e3f3d4f40fe5ecdb351acf33db06df077fb0c1
/
fs
/
fuse
0ed5fd1
mm: use totalram_pages instead of num_physpages at runtime
by Jiang Liu
· 11 years ago
790eac5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
63580e5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
cb5e05d
fuse: another open-coded file_inode()
by Al Viro
· 11 years ago
8d3af7f
[readdir] convert fuse
by Al Viro
· 11 years ago
14c1441
fuse: hold i_mutex in fuse_file_fallocate()
by Maxim Patlasov
· 11 years ago
e5c5f05
fuse: fix alignment in short read optimization for async_dio
by Maxim Patlasov
· 11 years ago
c9ecf98
fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests
by Brian Foster
· 11 years ago
28420da
fuse: fix readdirplus Oops in fuse_dentry_revalidate
by Miklos Szeredi
· 11 years ago
bee6c30
fuse: update inode size and invalidate attributes on fallocate
by Brian Foster
· 11 years ago
3634a63
fuse: truncate pagecache range on hole punch
by Brian Foster
· 11 years ago
de82b92
fuse: allocate for_background dio requests based on io->async state
by Brian Foster
· 11 years ago
5af43c2
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
a26ea93
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 11 years ago
60b9df7
fuse: add flag to turn on async direct IO
by Miklos Szeredi
· 12 years ago
efb9fa9
fuse: truncate file if async dio failed
by Maxim Patlasov
· 12 years ago
439ee5f
fuse: optimize short direct reads
by Maxim Patlasov
· 12 years ago
bcba24c
fuse: enable asynchronous processing direct IO
by Maxim Patlasov
· 12 years ago
36cf66e
fuse: make fuse_direct_io() aware about AIO
by Maxim Patlasov
· 12 years ago
01e9d11
fuse: add support of async IO
by Maxim Patlasov
· 12 years ago
187c5c3
fuse: move fuse_release_user_pages() up
by Maxim Patlasov
· 12 years ago
3c18ef8
fuse: optimize wake_up
by Miklos Szeredi
· 12 years ago
722d2be
fuse: implement exclusive wakeup for blocked_waitq
by Maxim Patlasov
· 12 years ago
0aada88
fuse: skip blocking on allocations of synchronous requests
by Maxim Patlasov
· 12 years ago
796523fb
fuse: add flag fc->initialized
by Maxim Patlasov
· 12 years ago
8b41e67
fuse: make request allocations for background processing explicit
by Maxim Patlasov
· 12 years ago
6447a3c
get rid of pipe->inode
by Al Viro
· 12 years ago
8d71db4
lift sb_start_write/sb_end_write out of ->aio_write()
by Al Viro
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
6131ffa
more file_inode() open-coded instances
by Al Viro
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
94e07a75
fs: encode_fh: return FILEID_INVALID if invalid fid_type
by Namjae Jeon
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
634734b
fuse: allow control of adaptive readdirplus use
by Eric Wong
· 12 years ago
0415d29
fuse: send poll events
by Enke Chen
· 12 years ago
dfca7ce
fuse: don't WARN when nlink is zero
by Miklos Szeredi
· 12 years ago
6a4e922
fuse: avoid out-of-scope stack access
by Eric Wong
· 12 years ago
4582a4a
FUSE: Adapt readdirplus to application usage patterns
by Feng Shuo
· 12 years ago
c2132c1
Do not use RCU for current process credentials
by Anatol Pomozov
· 12 years ago
fb05f41
fuse: cleanup fuse_direct_io()
by Miklos Szeredi
· 12 years ago
5565a9d
fuse: optimize __fuse_direct_io()
by Maxim Patlasov
· 12 years ago
7c190c8
fuse: optimize fuse_get_user_pages()
by Maxim Patlasov
· 12 years ago
b98d023
fuse: pass iov[] to fuse_get_user_pages()
by Maxim Patlasov
· 12 years ago
85f40ae
fuse: use req->page_descs[] for argpages cases
by Maxim Patlasov
· 12 years ago
b2430d7
fuse: add per-page descriptor <offset, length> to fuse_req
by Maxim Patlasov
· 12 years ago
54b9667
fuse: rework fuse_do_ioctl()
by Maxim Patlasov
· 12 years ago
d07f09f
fuse: rework fuse_perform_write()
by Maxim Patlasov
· 12 years ago
f8dbdf8
fuse: rework fuse_readpages()
by Maxim Patlasov
· 12 years ago
4d53dc9
fuse: rework fuse_retrieve()
by Maxim Patlasov
· 12 years ago
b111c8c
fuse: categorize fuse_get_req()
by Maxim Patlasov
· 12 years ago
4250c06
fuse: general infrastructure for pages[] of variable size
by Maxim Patlasov
· 12 years ago
0b05b18
fuse: implement NFS-like readdirplus support
by Anand V. Avati
· 12 years ago
8f70611
fuse: remove unused variable in fuse_try_move_page()
by Wei Yongjun
· 12 years ago
cdadb11
fuse: make fuse_file_fallocate() static
by Miklos Szeredi
· 12 years ago
807185e
fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig
by Robert P. J. Day
· 12 years ago
e256036
cuse: fix uninitialized variable warnings
by Miklos Szeredi
· 12 years ago
3078358
cuse: do not register multiple devices with identical names
by David Herrmann
· 12 years ago
8ce03fd
cuse: use mutex as registration lock instead of spinlocks
by David Herrmann
· 12 years ago
848b814
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
499dcf2
userns: Support fuse interacting with multiple user namespaces
by Eric W. Biederman
· 13 years ago
0b173bc
mm: kill vma flag VM_CAN_NONLINEAR
by Konstantin Khlebnikov
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
cb0942b
make get_file() return its argument
by Al Viro
· 12 years ago
c9e67d4
fuse: fix retrieve length
by Miklos Szeredi
· 12 years ago
381bf7c
fuse: mark variables uninitialized
by Daniel Mack
· 12 years ago
8d39d801
cuse: kill connection on initialization error
by Miklos Szeredi
· 12 years ago
bbd9979
cuse: fix fuse_conn_kill()
by Miklos Szeredi
· 12 years ago
20fb193
Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 12 years ago
2eac9eb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 12 years ago
af109bc
fuse: check create mode in atomic open
by Miklos Szeredi
· 12 years ago
fb6ccff
fuse: verify all ioctl retry iov elements
by Zach Brown
· 12 years ago
58ef6a7
fuse: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
69fe05c
fuse: add missing INIT flags
by Miklos Szeredi
· 12 years ago
a889427
fuse: update attributes on aio_read
by Brian Foster
· 12 years ago
eed2179
fuse: invalidate inode mapping if mtime changes
by Brian Foster
· 12 years ago
72d0d24
fuse: add FUSE_AUTO_INVAL_DATA init flag
by Brian Foster
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
e45198a
make finish_no_open() return int
by Al Viro
· 12 years ago
30d9049
kill struct opendata
by Al Viro
· 12 years ago
d958527
make ->atomic_open() return int
by Al Viro
· 12 years ago
4723768
->atomic_open() prototype change - pass int * instead of bool *
by Al Viro
· 12 years ago
c8ccbe0
fuse: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
b3d9b7a
vfs: switch i_dentry/d_alias to hlist
by Al Viro
· 12 years ago
f9ba717
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 12 years ago
c3b2da3
fs: introduce inode operation ->update_time
by Josef Bacik
· 13 years ago
b0b0382
->encode_fh() API change
by Al Viro
· 13 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
203627b
fuse: fix blksize calculation
by Miklos Szeredi
· 12 years ago
45c72cd
fuse: fix stat call on 32 bit platforms
by Pavel Shilovsky
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
519c604
fuse: optimize fallocate on permanent failure
by Miklos Szeredi
· 13 years ago
05ba1f0
fuse: add FALLOCATE operation
by Anatol Pomozov
· 13 years ago
e269069
fuse: Convert to kstrtoul_from_user
by Peter Huewe
· 13 years ago
dbfad21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 13 years ago
0a2da9b
fuse: allow nanosecond granularity
by Miklos Szeredi
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
Next »