Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
50e0168cc3406fc1a04d57eb08f500a173d1660d
/
fs
/
fuse
ef6a3c6
mm: add replace_page_cache_page() function
by Miklos Szeredi
· 14 years ago
f741a79
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
e7c0a16
fuse: make fuse_dentry_revalidate() RCU aware
by Miklos Szeredi
· 14 years ago
19690dd
fuse: make fuse_permission() RCU aware
by Miklos Szeredi
· 14 years ago
357ccf2
fuse: wakeup pollers on connection release/abort
by Bryan Green
· 14 years ago
07d5f69
fuse: reduce size of struct fuse_request
by Miklos Szeredi
· 14 years ago
e16b396
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
5fe0c23
exportfs: Return the minimum required handle size
by Aneesh Kumar K.V
· 14 years ago
529c5f9
fuse: fix d_revalidate oopsen on NFS exports
by Al Viro
· 14 years ago
8d56add
fuse: fix truncate after open
by Miklos Szeredi
· 14 years ago
5a18ec1
fuse: fix hang of single threaded fuseblk filesystem
by Miklos Szeredi
· 14 years ago
8272f4c
fuse/cuse: fix comment typo initilaization
by Paul Bolle
· 14 years ago
c35eebe
switch fuse
by Al Viro
· 14 years ago
7d44b04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
1baa26b
fuse: fix ioctl ABI
by Miklos Szeredi
· 14 years ago
02c048b
fuse: allow batching of FORGET requests
by Miklos Szeredi
· 14 years ago
07e77dc
fuse: separate queue for FORGET requests
by Miklos Szeredi
· 14 years ago
8ac8350
fuse: ioctl cleanup
by Miklos Szeredi
· 14 years ago
7572777
fuse: verify ioctl retries
by Miklos Szeredi
· 14 years ago
d9d318d
fuse: fix ioctl when server is 32bit
by Miklos Szeredi
· 14 years ago
a0822c5
fuse: fix attributes after open(O_TRUNC)
by Ken Sumrall
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
fc14f2f
convert get_sb_single() users
by Al Viro
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
0be8557
fuse: use release_pages()
by Miklos Szeredi
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
b6777c4
fuse: use clear_highpage() and KM_USER0 instead of KM_USER1
by Miklos Szeredi
· 14 years ago
3ecb01d
use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages
by Jan Beulich
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
0157443
fuse: Initialize total_len in fuse_retrieve()
by Geert Uytterhoeven
· 14 years ago
b9ca67b
fuse: fix lock annotations
by Miklos Szeredi
· 14 years ago
595afaf
fuse: flush background queue on connection close
by Miklos Szeredi
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
db78b87
always call inode_change_ok early in ->setattr
by Christoph Hellwig
· 14 years ago
fe21ea1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
9cfcac8
vfs: re-introduce MAY_CHDIR
by Eric Paris
· 14 years ago
2d45ba3
fuse: add retrieve request
by Miklos Szeredi
· 14 years ago
a1d75f2
fuse: add store request
by Miklos Szeredi
· 14 years ago
7909b1c
fuse: don't use atomic kmap
by Miklos Szeredi
· 14 years ago
003386f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
578454f
driver core: add devname module aliases to allow module on-demand auto-loading
by Kay Sievers
· 14 years ago
c302162
fuse: support splice() reading from fuse device
by Miklos Szeredi
· 14 years ago
ce534fb
fuse: allow splice to move pages
by Miklos Szeredi
· 14 years ago
dd3bb14
fuse: support splice() writing to fuse device
by Miklos Szeredi
· 14 years ago
b5dd328
fuse: get page reference for readpages
by Miklos Szeredi
· 14 years ago
1bf94ca
fuse: use get_user_pages_fast()
by Miklos Szeredi
· 14 years ago
4aa0edd
fuse: remove unneeded variable
by Dan Carpenter
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
60f8a8d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
b2d82ee
fuse: fix large stack use
by Fang Wenqi
· 15 years ago
b21dda4
fuse: cleanup in fuse_notify_inval_...()
by Miklos Szeredi
· 15 years ago
931e80e
mm: flush dcache before writing into page to avoid alias
by anfei zhou
· 15 years ago
1b73239
fuse: reject O_DIRECT flag also in fuse_create
by Csaba Henk
· 15 years ago
5219f34
fuse: invalidate target of rename
by Miklos Szeredi
· 15 years ago
0bd8718
fuse: fix kunmap in fuse_ioctl_copy_user
by Jens Axboe
· 15 years ago
f60311d
fuse: prevent fuse_put_request on invalid pointer
by Anand V. Avati
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
c08d3b0
truncate: use new helpers
by npiggin@suse.de
· 15 years ago
9eead2a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 15 years ago
32a88aa
fs: Assign bdi in super_block
by Jens Axboe
· 15 years ago
79a9d99
fuse: add fusectl interface to max_background
by Csaba Henk
· 15 years ago
487ea5a
fuse: limit user-specified values of max background requests
by Csaba Henk
· 15 years ago
d6db07d
fuse: use drop_nlink() instead of direct nlink manipulation
by Csaba Henk
· 15 years ago
d993831
writeback: add name to backing_dev_info
by Jens Axboe
· 15 years ago
81e4e1b
Revert "fuse: Fix build error" as unnecessary
by Linus Torvalds
· 15 years ago
097041e
fuse: Fix build error
by Larry Finger
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
7a6d3c8
fuse: make the number of max background requests and congestion threshold tunable
by Csaba Henk
· 15 years ago
3b463ae
fuse: invalidation reverse calls
by John Muir
· 15 years ago
e0a43dd
fuse: allow umask processing in userspace
by Miklos Szeredi
· 15 years ago
201fa69
fuse: fix bad return value in fuse_file_poll()
by Miklos Szeredi
· 15 years ago
b4c458b
fuse: fix return value of fuse_dev_write()
by Csaba Henk
· 15 years ago
66c6af2
fuse doesn't need BKL in ->umount_begin()
by Al Viro
· 15 years ago
c34752b
Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 15 years ago
151060a
CUSE: implement CUSE - Character device in Userspace
by Tejun Heo
· 16 years ago
a6aeeeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 15 years ago
67e5520
vfs: umount_begin BKL pushdown
by Alessio Igor Bogani
· 16 years ago
08cbf54
fuse: export symbols to be used by CUSE
by Tejun Heo
· 16 years ago
a325f9b
fuse: update fuse_conn_init() and separate out fuse_conn_kill()
by Tejun Heo
· 16 years ago
797759a
fuse: don't use inode in fuse_file_poll
by Miklos Szeredi
· 16 years ago
d36f248
fuse: don't use inode in fuse_do_ioctl() helper
by Miklos Szeredi
· 16 years ago
8b0797a
fuse: don't use inode in fuse_sync_release()
by Miklos Szeredi
· 16 years ago
91fe96b
fuse: create fuse_do_open() helper for CUSE
by Miklos Szeredi
· 16 years ago
c7b7143
fuse: clean up args in fuse_finish_open() and fuse_release_fill()
by Miklos Szeredi
· 16 years ago
2106cb1
fuse: don't use inode in helpers called by fuse_direct_io()
by Miklos Szeredi
· 16 years ago
da5e471
fuse: add members to struct fuse_file
by Miklos Szeredi
· 16 years ago
d09cb9d
fuse: prepare fuse_direct_io() for CUSE
by Miklos Szeredi
· 16 years ago
2d698b0
fuse: clean up fuse_write_fill()
by Miklos Szeredi
· 16 years ago
b0be46e
fuse: use struct path in release structure
by Miklos Szeredi
· 16 years ago
Next »