Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f0910c744324e3e853d7a80da876784319d9a1c8
/
fs
/
fuse
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
d0186b2
fuse: fix FUSE_FILE_OPS sending
by Miklos Szeredi
· 17 years ago
a664309
fuse: pass open flags to read and write
by Miklos Szeredi
· 17 years ago
7dca9fd
fuse: cleanup: add fuse_get_attr_version()
by Miklos Szeredi
· 17 years ago
bcb4be8
fuse: fix reading past EOF
by Miklos Szeredi
· 17 years ago
8744969
fuse_file_alloc(): fix NULL dereferences
by Adrian Bunk
· 17 years ago
0e9663e
fuse: add blksize field to fuse_attr
by Miklos Szeredi
· 17 years ago
f333211
fuse: add support for mandatory locking
by Miklos Szeredi
· 17 years ago
b25e82e
fuse: add helper for asynchronous writes
by Miklos Szeredi
· 17 years ago
93a8c3c
fuse: add list of writable files to fuse_inode
by Miklos Szeredi
· 17 years ago
a9ff4f8
fuse: support BSD locking semantics
by Miklos Szeredi
· 17 years ago
6ff958e
fuse: add atomic open+truncate support
by Miklos Szeredi
· 17 years ago
17637cb
fuse: improve utimes support
by Miklos Szeredi
· 17 years ago
49d4914
fuse: clean up open file passing in setattr
by Miklos Szeredi
· 17 years ago
c79e322
fuse: add file handle to getattr operation
by Miklos Szeredi
· 17 years ago
1fb69e7
fuse: fix race between getattr and write
by Miklos Szeredi
· 17 years ago
e57ac68
fuse: fix allowing operations
by Miklos Szeredi
· 17 years ago
e8e9615
fuse: clean up execute permission checking
by Miklos Szeredi
· 17 years ago
c9c9d7d
fuse: no ENOENT from fuse device read
by Miklos Szeredi
· 17 years ago
a131de0
fuse: no abort on interrupt
by Miklos Szeredi
· 17 years ago
819c4b3
fuse: cleanup in release
by Miklos Szeredi
· 17 years ago
ebc14c4
fuse: fix permission checking on sticky directories
by Miklos Szeredi
· 17 years ago
244f638
fuse: refresh stale attributes in fuse_permission()
by Miklos Szeredi
· 17 years ago
074406f
fuse: set i_nlink to sane value after mount
by Miklos Szeredi
· 17 years ago
b100997
fuse: fix page invalidation
by Miklos Szeredi
· 17 years ago
e00d2c2
fuse: truncate on spontaneous size change
by Miklos Szeredi
· 17 years ago
c756e0a
fuse: add reference counting to fuse_file
by Miklos Szeredi
· 17 years ago
de5e3de
fuse: fix reserved request wake up
by Miklos Szeredi
· 17 years ago
f92b99b
fuse: update backing_dev_info congestion state
by Miklos Szeredi
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
e0bf68d
mm: bdi init hooks
by Peter Zijlstra
· 17 years ago
5e6f58a
fuse: convert to new aops
by Nick Piggin
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
edad01e
fuse: ->fs_flags fixlet
by Alexey Dobriyan
· 17 years ago
ead5f0b
fuse: delete inode on drop
by Miklos Szeredi
· 17 years ago
889f784
fuse: generic_write_checks() for direct_io
by Miklos Szeredi
· 17 years ago
b9ba347
fuse: fix mknod of regular file
by Miklos Szeredi
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
79c0b2d
add filesystem subtype support
by Miklos Szeredi
· 18 years ago
2d56d3c
Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 18 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
9d6a8c5
locks: give posix_test_lock same interface as ->lock
by Marc Eshel
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
a5bfffac
[PATCH] fuse: validate rootmode mount option
by Timo Savola
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
fc0ecff
[PATCH] remove invalidate_inode_pages()
by Andrew Morton
· 18 years ago
ff79544
[PATCH] fuse: fix bug in control filesystem mount
by Miklos Szeredi
· 18 years ago
9280f68
[PATCH] fuse: remove clear_page_dirty() call
by Miklos Szeredi
· 18 years ago
7706a9d
[PATCH] struct path: convert fuse
by Josef Sipek
· 18 years ago
875d95e
[PATCH] fuse: fix compile without CONFIG_BLOCK
by Miklos Szeredi
· 18 years ago
0ec7ca4
[PATCH] fuse: add DESTROY operation
by Miklos Szeredi
· 18 years ago
b2d2272
[PATCH] fuse: add bmap support
by Miklos Szeredi
· 18 years ago
d809161
[PATCH] fuse: add blksize option
by Miklos Szeredi
· 18 years ago
d6392f8
[PATCH] fuse: add support for block device based filesystems
by Miklos Szeredi
· 18 years ago
bdcf250
[PATCH] fuse: minor cleanup in fuse_dentry_revalidate
by Miklos Szeredi
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
2d51013
[PATCH] fuse: fix Oops in lookup
by Miklos Szeredi
· 18 years ago
2e99002
[PATCH] fuse: ->readpages() cleanup
by OGAWA Hirofumi
· 18 years ago
e956edd
[PATCH] fuse: fix dereferencing dentry parent
by Miklos Szeredi
· 18 years ago
d2a8516
[PATCH] fuse: fix handling of moved directory
by Miklos Szeredi
· 18 years ago
265126b
[PATCH] fuse: fix spurious BUG
by Miklos Szeredi
· 18 years ago
8da5ff2
[PATCH] fuse: locking fix for nlookup
by Miklos Szeredi
· 18 years ago
9ffbb91
[PATCH] fuse: fix hang on SMP
by Miklos Szeredi
· 18 years ago
ce71ec3
[PATCH] r/o bind mounts: monitor zeroing of i_nlink
by Dave Hansen
· 18 years ago
d8c76e6
[PATCH] r/o bind mount prepwork: inc_nlink() helper
by Dave Hansen
· 18 years ago
543ade1
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
by Badari Pulavarty
· 18 years ago
ee0b3e6
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
by Badari Pulavarty
· 18 years ago
650a898
[PATCH] vfs: define new lookup flag for chdir
by Miklos Szeredi
· 18 years ago
5b35e8e
[PATCH] fuse: use dentry in statfs
by Miklos Szeredi
· 18 years ago
105f4d7
[PATCH] fuse: add lock annotations to request_end and fuse_read_interrupt
by Josh Triplett
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
8e18e29
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
by Theodore Ts'o
· 18 years ago
1d7ea73
[PATCH] fuse: fix error case in fuse_readpages
by Alexander Zarochentsev
· 18 years ago
873302c
[PATCH] fuse: fix typo
by Miklos Szeredi
· 18 years ago
0a0898c
[PATCH] fuse: use jiffies_64
by Miklos Szeredi
· 18 years ago
685d16d
[PATCH] fuse: fix zero timeout
by Miklos Szeredi
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
1d77062
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
by Linus Torvalds
· 18 years ago
9c8ef56
[PATCH] fuse: scramble lock owner ID
by Miklos Szeredi
· 18 years ago
a4d27e7
[PATCH] fuse: add request interruption
by Miklos Szeredi
· 18 years ago
f9a2842
[PATCH] fuse: rename the interrupted flag
by Miklos Szeredi
· 18 years ago
33649c9
[PATCH] fuse: ensure FLUSH reaches userspace
by Miklos Szeredi
· 18 years ago
7142125
[PATCH] fuse: add POSIX file locking support
by Miklos Szeredi
· 18 years ago
bafa965
[PATCH] fuse: add control filesystem
by Miklos Szeredi
· 18 years ago
Next »