fuse: fix thinko in max I/O size calucation
[safe/jmp/linux-2.6] / fs / fuse / inode.c
2008-06-18 Miklos Szeredifuse: fix thinko in max I/O size calucation
2008-05-24 Miklos Szeredifuse: fix bdi naming conflict
2008-05-13 Miklos Szeredifuse: add flag to turn on big writes
2008-04-30 Miklos Szeredifuse: fix node ID type
2008-04-30 Miklos Szeredifuse: fix max i/o size calculation
2008-04-30 Miklos Szeredifuse: support writable mmap
2008-04-30 Miklos Szeredimm: bdi: expose the BDI object in sysfs for FUSE
2008-04-25 Al Viro[PATCH] restore sane ->umount_begin() API
2008-02-08 Miklos Szeredimount options: fix fuse
2008-02-07 David Howellsiget: stop FUSE from using iget() and read_inode()
2008-02-06 Miklos Szeredifuse: limit queued background requests
2008-01-25 Greg Kroah-HartmanKobject: convert fs/* from kobject_unregister() to...
2008-01-25 Greg Kroah-Hartmankobject: convert main fs kobject to use kobject_create
2008-01-25 Greg Kroah-Hartmankobject: convert fuse to use kobject_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2007-11-29 John Muirfuse: fix uninitialized field in fuse_inode
2007-11-29 Miklos Szeredifuse: fix FUSE_FILE_OPS sending
2007-10-18 Miklos Szeredifuse: add blksize field to fuse_attr
2007-10-18 Miklos Szeredifuse: add list of writable files to fuse_inode
2007-10-18 Miklos Szeredifuse: add atomic open+truncate support
2007-10-18 Miklos Szeredifuse: add file handle to getattr operation
2007-10-18 Miklos Szeredifuse: fix race between getattr and write
2007-10-18 Miklos Szeredifuse: fix allowing operations
2007-10-17 Miklos Szeredifuse: fix permission checking on sticky directories
2007-10-17 Miklos Szeredifuse: set i_nlink to sane value after mount
2007-10-17 Miklos Szeredifuse: fix page invalidation
2007-10-17 Miklos Szeredifuse: truncate on spontaneous size change
2007-10-17 Miklos Szeredifuse: fix reserved request wake up
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-06-16 Alexey Dobriyanfuse: ->fs_flags fixlet
2007-05-24 Miklos Szeredifuse: delete inode on drop
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Miklos Szerediadd filesystem subtype support
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-04-09 Timo Savola[PATCH] fuse: validate rootmode mount option
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-11 Andrew Morton[PATCH] remove invalidate_inode_pages()
2006-12-07 Miklos Szeredi[PATCH] fuse: fix compile without CONFIG_BLOCK
2006-12-07 Miklos Szeredi[PATCH] fuse: add DESTROY operation
2006-12-07 Miklos Szeredi[PATCH] fuse: add blksize option
2006-12-07 Miklos Szeredi[PATCH] fuse: add support for block device based filesy...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-17 Miklos Szeredi[PATCH] fuse: fix handling of moved directory
2006-10-17 Miklos Szeredi[PATCH] fuse: fix spurious BUG
2006-10-17 Miklos Szeredi[PATCH] fuse: locking fix for nlookup
2006-10-17 Miklos Szeredi[PATCH] fuse: fix hang on SMP
2006-09-29 Miklos Szeredi[PATCH] fuse: use dentry in statfs
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-07-31 Miklos Szeredi[PATCH] fuse: use jiffies_64
2006-06-25 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2006-06-25 Miklos Szeredi[PATCH] fuse: scramble lock owner ID
2006-06-25 Miklos Szeredi[PATCH] fuse: add request interruption
2006-06-25 Miklos Szeredi[PATCH] fuse: add POSIX file locking support
2006-06-25 Miklos Szeredi[PATCH] fuse: add control filesystem
2006-06-25 Miklos Szeredi[PATCH] fuse: no backgrounding on interrupt
2006-06-24 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-09 Trond MyklebustVFS: Remove dependency of ->umount_begin() call on...
2006-04-26 Miklos Szeredi[fuse] fix race between checking and setting file-...
2006-04-26 Miklos SzerediRevert "[fuse] fix deadlock between fuse_put_super...
2006-04-11 Miklos Szeredi[fuse] fix deadlock between fuse_put_super() and reques...
2006-04-11 Miklos Szeredi[PATCH] fuse: account background requests
2006-04-11 Miklos Szeredi[PATCH] fuse: clean up request accounting
2006-04-11 Miklos Szeredi[PATCH] fuse: use a per-mount spinlock
2006-04-11 Miklos Szeredi[PATCH] fuse: simplify locking
2006-04-11 Jeff Dike[PATCH] fuse: add O_ASYNC support to FUSE device
2006-02-01 Miklos Szeredi[PATCH] fuse: fix async read for legacy filesystems
2006-01-17 Miklos Szeredi[PATCH] fuse: fix bitfield race
2006-01-17 Miklos Szeredi[PATCH] fuse: move INIT handling to inode.c
2006-01-17 Miklos Szeredi[PATCH] fuse: add connection aborting
2006-01-17 Miklos Szeredi[PATCH] fuse: add number of waiting requests attribute
2006-01-17 Miklos Szeredi[PATCH] fuse: make fuse connection a kobject
2006-01-17 Miklos Szeredi[PATCH] fuse: extend semantics of connected flag
2006-01-17 Miklos Szeredi[PATCH] fuse: introduce list for requests under I/O
2006-01-17 Miklos Szeredi[PATCH] fuse: miscellaneous cleanup
2006-01-06 Miklos Szeredi[PATCH] fuse: check file type in lookup
2006-01-06 Miklos Szeredi[PATCH] fuse: make maximum write data configurable
2006-01-06 Miklos Szeredi[PATCH] fuse: clean up request size limit checking
2006-01-06 Miklos Szeredi[PATCH] fuse: add frsize to statfs reply
2005-09-09 Miklos Szeredi[PATCH] FUSE: don't allow restarting of system calls
2005-09-09 Miklos Szeredi[PATCH] fuse: don't update file times
2005-09-09 Miklos Szeredi[PATCH] fuse: more flexible caching
2005-09-09 Miklos Szeredi[PATCH] FUSE - direct I/O
2005-09-09 Miklos Szeredi[PATCH] fuse: stricter mount option checking
2005-09-09 Miklos Szeredi[PATCH] FUSE: tighten check for processes allowed access
2005-09-09 Miklos Szeredi[PATCH] FUSE - readpages operation
2005-09-09 Miklos Szeredi[PATCH] FUSE - mount options
2005-09-09 Miklos Szeredi[PATCH] FUSE - file operations
2005-09-09 Miklos Szeredi[PATCH] FUSE - read-write operations
2005-09-09 Miklos Szeredi[PATCH] FUSE - read-only operations
2005-09-09 Miklos Szeredi[PATCH] FUSE - device functions
2005-09-09 Miklos Szeredi[PATCH] FUSE - core