NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)
[safe/jmp/linux-2.6] / fs / fuse /
2009-01-26 Linus TorvaldsMerge branch 'Kconfig' of git://git./linux/kernel/git...
2009-01-26 Miklos Szeredifuse: fix poll notify
2009-01-26 Miklos Szeredifuse: destroy bdi on umount
2009-01-26 Miklos Szeredifuse: fuse_fill_super error handling cleanup
2009-01-26 Miklos Szeredifuse: fix missing fput on error
2009-01-26 Dan Carpenterfuse: fix NULL deref in fuse_file_alloc()
2009-01-22 Alexey Dobriyanfs/Kconfig: move fuse out
2009-01-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-12-02 Harvey Harrisonfuse: clean up annotations of fc->lock
2008-12-02 Miklos Szeredifuse: fix sparse warning in ioctl
2008-11-26 Tejun Heofuse: add fuse_conn->release()
2008-11-26 Tejun Heofuse: separate out fuse_conn_init() from new_conn()
2008-11-26 Tejun Heofuse: add fuse_ prefix to several functions
2008-11-26 Tejun Heofuse: implement poll support
2008-11-26 Tejun Heofuse: implement unsolicited notification
2008-11-26 Tejun Heofuse: add file kernel handle
2008-11-26 Tejun Heofuse: implement ioctl support
2008-11-26 Tejun Heofuse: don't let fuse_req->end() put the base reference
2008-11-26 Miklos Szeredifuse: style fixes
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Wrap task credential accesses in the FUSE filesystem
2008-11-01 Al Virosaner FASYNC handling on file close
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-16 Tejun Heofuse: implement nonseekable open
2008-10-16 Tejun Heofuse: add include protectors
2008-10-16 Julia Lawallfuse: add missing fuse_request_free
2008-10-16 Miklos Szeredifuse: fix SEEK_END incorrectness
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-07-27 Al Viro[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
2008-07-27 Miklos Szeredi[patch 3/5] vfs: change remove_suid() to file_remove_suid()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Miklos Szeredifuse: lockd support
2008-07-25 Miklos Szeredifuse: nfs export special lookups
2008-07-25 Miklos Szeredifuse: add fuse_lookup_name() helper
2008-07-25 Miklos Szeredifuse: add export operations
2008-07-25 Miklos Szeredifuse: prepare lookup for nfs export
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-05-01 Harvey Harrisonfuse: use clamp() rather than nested min/max
2008-04-30 Miklos Szeredifuse: fix sparse warnings
2008-04-30 Miklos Szeredifuse: fix race in llseek
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: update file size on short read
2008-04-30 Nick Pigginfuse: implement perform_write
2008-04-30 Miklos Szeredifuse: clean up setting i_size in write
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-24 Miklos Szeredifuse: fix permission checking
2008-02-08 Miklos Szeredimount options: fix fuse
2008-02-07 David Howellsiget: stop FUSE from using iget() and read_inode()
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-02-06 Miklos Szeredifuse: limit queued background requests
2008-02-06 Miklos Szeredifuse: save space in struct fuse_req
2008-02-06 Miklos Szeredifuse: fix attribute caching after create
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 Miklos Szeredifuse: fix attribute caching after rename
2007-11-29 John Muirfuse: fix uninitialized field in fuse_inode
2007-11-29 Miklos Szeredifuse: fix FUSE_FILE_OPS sending
2007-11-29 Miklos Szeredifuse: pass open flags to read and write
2007-11-29 Miklos Szeredifuse: cleanup: add fuse_get_attr_version()
2007-11-29 Miklos Szeredifuse: fix reading past EOF
2007-11-15 Adrian Bunkfuse_file_alloc(): fix NULL dereferences
2007-10-18 Miklos Szeredifuse: add blksize field to fuse_attr
2007-10-18 Miklos Szeredifuse: add support for mandatory locking
2007-10-18 Miklos Szeredifuse: add helper for asynchronous writes
2007-10-18 Miklos Szeredifuse: add list of writable files to fuse_inode
2007-10-18 Miklos Szeredifuse: support BSD locking semantics
2007-10-18 Miklos Szeredifuse: add atomic open+truncate support
2007-10-18 Miklos Szeredifuse: improve utimes support
2007-10-18 Miklos Szeredifuse: clean up open file passing in setattr
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: clean up execute permission checking
2007-10-17 Miklos Szeredifuse: no ENOENT from fuse device read
2007-10-17 Miklos Szeredifuse: no abort on interrupt
2007-10-17 Miklos Szeredifuse: cleanup in release
2007-10-17 Miklos Szeredifuse: fix permission checking on sticky directories
2007-10-17 Miklos Szeredifuse: refresh stale attributes in fuse_permission()
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: add reference counting to fuse_file
2007-10-17 Miklos Szeredifuse: fix reserved request wake up
2007-10-17 Miklos Szeredifuse: update backing_dev_info congestion state
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-10-16 Nick Pigginfuse: convert to new aops
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-06-16 Alexey Dobriyanfuse: ->fs_flags fixlet
next