Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d31b53e3cd069e02290ed8a648aa8c7618d6fe77
/
fs
/
fuse
/
inode.c
9e1f1de
more conservative S_NOSEC handling
by Al Viro
· 13 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
5fe0c23
exportfs: Return the minimum required handle size
by Aneesh Kumar K.V
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 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
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
07e77dc
fuse: separate queue for FORGET requests
by Miklos Szeredi
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 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
d993831
writeback: add name to backing_dev_info
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
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
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
fd9db72
fuse: destroy bdi on error
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
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
acf9943
fuse: add file kernel handle
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
4400372
[PATCH] switch all filesystems over to d_obtain_alias
by Christoph Hellwig
· 16 years ago
17e18ab
fuse: add missing fuse_request_free
by Julia Lawall
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
33670fa
fuse: nfs export special lookups
by Miklos Szeredi
· 16 years ago
dbd561d
fuse: add export operations
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
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
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
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
d12def1
fuse: limit queued background requests
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
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
0e9663e
fuse: add blksize field to fuse_attr
by Miklos Szeredi
· 17 years ago
93a8c3c
fuse: add list of writable files to fuse_inode
by Miklos Szeredi
· 17 years ago
6ff958e
fuse: add atomic open+truncate support
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
ebc14c4
fuse: fix permission checking on sticky directories
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
de5e3de
fuse: fix reserved request wake up
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
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 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
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
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 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
fc0ecff
[PATCH] remove invalidate_inode_pages()
by Andrew Morton
· 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
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
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
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
5b35e8e
[PATCH] fuse: use dentry in statfs
by Miklos Szeredi
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
0a0898c
[PATCH] fuse: use jiffies_64
by Miklos Szeredi
· 18 years ago
1d77062
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
by Linus Torvalds
· 18 years ago
Next »