Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6414842a82d54464a9b6fee0b038907ac4d052f4
/
fs
/
fuse
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
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
fd9db72
fuse: destroy bdi on error
by Miklos Szeredi
· 16 years ago
6b2db28
fuse: misc cleanups
by Tejun Heo
· 16 years ago
3121bfe
fuse: fix "direct_io" private mmap
by Miklos Szeredi
· 16 years ago
ce60a2f
fuse: fix argument type in fuse_get_user_pages()
by Miklos Szeredi
· 16 years ago
fc280c9
fuse: allow private mappings of "direct_io" files
by Miklos Szeredi
· 16 years ago
f4975c6
fuse: allow kernel to access "direct_io" files
by Miklos Szeredi
· 16 years ago
c2ec175
mm: page_mkwrite change prototype to match fault
by Nick Piggin
· 16 years ago
5291658
fuse: fix fuse_file_lseek returning with lock held
by Dan Carpenter
· 16 years ago
4269590
constify dentry_operations: FUSE
by Al Viro
· 16 years ago
a1c70a7
Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/misc
by Linus Torvalds
· 16 years ago
f6d47a1
fuse: fix poll notify
by Miklos Szeredi
· 16 years ago
26c3679
fuse: destroy bdi on umount
by Miklos Szeredi
· 16 years ago
c2b8f00
fuse: fuse_fill_super error handling cleanup
by Miklos Szeredi
· 16 years ago
3ddf1e7
fuse: fix missing fput on error
by Miklos Szeredi
· 16 years ago
bb875b3
fuse: fix NULL deref in fuse_file_alloc()
by Dan Carpenter
· 16 years ago
3ef7784
fs/Kconfig: move fuse out
by Alexey Dobriyan
· 16 years ago
5fec8bd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
5d9ec85
fuse: clean up annotations of fc->lock
by Harvey Harrison
· 16 years ago
c9f0523d
fuse: fix sparse warning in ioctl
by Miklos Szeredi
· 16 years ago
43901aa
fuse: add fuse_conn->release()
by Tejun Heo
· 16 years ago
0d179aa
fuse: separate out fuse_conn_init() from new_conn()
by Tejun Heo
· 16 years ago
b93f858
fuse: add fuse_ prefix to several functions
by Tejun Heo
· 16 years ago
95668a6
fuse: implement poll support
by Tejun Heo
· 16 years ago
8599396
fuse: implement unsolicited notification
by Tejun Heo
· 16 years ago
acf9943
fuse: add file kernel handle
by Tejun Heo
· 16 years ago
59efec7
fuse: implement ioctl support
by Tejun Heo
· 16 years ago
e9bb09d
fuse: don't let fuse_req->end() put the base reference
by Tejun Heo
· 16 years ago
1729a16
fuse: style fixes
by Miklos Szeredi
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
2186a71
CRED: Wrap task credential accesses in the FUSE filesystem
by David Howells
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
4400372
[PATCH] switch all filesystems over to d_obtain_alias
by Christoph Hellwig
· 16 years ago
a7c1b99
fuse: implement nonseekable open
by Tejun Heo
· 16 years ago
29d434b
fuse: add include protectors
by Tejun Heo
· 16 years ago
17e18ab
fuse: add missing fuse_request_free
by Julia Lawall
· 16 years ago
769415c
fuse: fix SEEK_END incorrectness
by Miklos Szeredi
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
a110343
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
by Al Viro
· 16 years ago
2f1936b
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
by Miklos Szeredi
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
48e9076
fuse: lockd support
by Miklos Szeredi
· 16 years ago
33670fa
fuse: nfs export special lookups
by Miklos Szeredi
· 16 years ago
c180eeb
fuse: add fuse_lookup_name() helper
by Miklos Szeredi
· 16 years ago
dbd561d
fuse: add export operations
by Miklos Szeredi
· 16 years ago
0de6256
fuse: prepare lookup for nfs export
by Miklos Szeredi
· 16 years ago
f948d56
fuse: fix thinko in max I/O size calucation
by Miklos Szeredi
· 16 years ago
03fb0bc
fuse: fix bdi naming conflict
by Miklos Szeredi
· 16 years ago
78bb6cb
fuse: add flag to turn on big writes
by Miklos Szeredi
· 16 years ago
bd73096
fuse: use clamp() rather than nested min/max
by Harvey Harrison
· 17 years ago
4dbf930
fuse: fix sparse warnings
by Miklos Szeredi
· 17 years ago
5559b8f
fuse: fix race in llseek
by Miklos Szeredi
· 17 years ago
b48badf
fuse: fix node ID type
by Miklos Szeredi
· 17 years ago
e5d9a0d
fuse: fix max i/o size calculation
by Miklos Szeredi
· 17 years ago
5c5c5e5
fuse: update file size on short read
by Miklos Szeredi
· 17 years ago
ea9b990
fuse: implement perform_write
by Nick Piggin
· 17 years ago
854512e
fuse: clean up setting i_size in write
by Miklos Szeredi
· 17 years ago
3be5a52
fuse: support writable mmap
by Miklos Szeredi
· 17 years ago
b6f2fcb
mm: bdi: expose the BDI object in sysfs for FUSE
by Miklos Szeredi
· 17 years ago
42faad9
[PATCH] restore sane ->umount_begin() API
by Al Viro
· 17 years ago
1a823ac
fuse: fix permission checking
by Miklos Szeredi
· 17 years ago
d1875db
mount options: fix fuse
by Miklos Szeredi
· 17 years ago
fa300b1
iget: stop FUSE from using iget() and read_inode()
by David Howells
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
d12def1
fuse: limit queued background requests
by Miklos Szeredi
· 17 years ago
b57d426
fuse: save space in struct fuse_req
by Miklos Szeredi
· 17 years ago
0952b2a
fuse: fix attribute caching after create
by Miklos Szeredi
· 17 years ago
197b12d
Kobject: convert fs/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
00d2666
kobject: convert main fs kobject to use kobject_create
by Greg Kroah-Hartman
· 17 years ago
5c89e17
kobject: convert fuse to use kobject_create
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
08b6330
fuse: fix attribute caching after rename
by Miklos Szeredi
· 17 years ago
fbee36b
fuse: fix uninitialized field in fuse_inode
by John Muir
· 17 years ago
Next »